- Timestamp:
- Apr 9, 2020 8:16:41 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137092
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r83640 r83641 1585 1585 if oTestVm.isWindows(): 1586 1586 sPathSC = os.path.join(self.getGuestSystemDir(oTestVm), 'sc.exe'); 1587 if fStart :1588 return self.oTstDrv.txsRunTest(oTxsSession, 'Starting VBoxService with verbose logging', 30 * 1000, 1587 if fStart is True: 1588 return self.oTstDrv.txsRunTest(oTxsSession, 'Starting VBoxService with verbose logging', 30 * 1000, \ 1589 1589 sPathSC, (sPathSC, 'start', 'VBoxService')); 1590 1590 else: 1591 return self.oTstDrv.txsRunTest(oTxsSession, 'Stopping VBoxService', 30 * 1000, 1591 return self.oTstDrv.txsRunTest(oTxsSession, 'Stopping VBoxService', 30 * 1000, \ 1592 1592 sPathSC, (sPathSC, 'stop', 'VBoxService')); 1593 1593 else:
Note:
See TracChangeset
for help on using the changeset viewer.