Changeset 103211 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Feb 5, 2024 6:30:27 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r103210 r103211 2540 2540 return fRc; 2541 2541 2542 def executeGstCtlHelper(self, o Session, oTxsSession, oGuestSession, asArgs, asEnv = None, sCwd = '', timeoutMS = 30 * 1000):2542 def executeGstCtlHelper(self, oTxsSession, oGuestSession, asArgs, asEnv = None, sCwd = '', timeoutMS = 30 * 1000): 2543 2543 """ 2544 2544 Wrapper to invoke the Guest Control Helper on the guest.
Note:
See TracChangeset
for help on using the changeset viewer.