- Timestamp:
- Dec 16, 2021 1:40:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r92981 r92982 1561 1561 sPathSC = os.path.join(self.oTstDrv.getGuestSystemDir(oTestVm), 'sc.exe'); 1562 1562 if fStart is True: 1563 fRc = self.oTstDrv.txsRunTest(oTxsSession, 'Starting VBoxService with verbose logging', 30 * 1000, \1563 fRc = self.oTstDrv.txsRunTest(oTxsSession, 'Starting VBoxService', 30 * 1000, \ 1564 1564 sPathSC, (sPathSC, 'start', 'VBoxService')); 1565 1565 else: … … 1569 1569 sPathService = "/sbin/rcvboxadd-service"; 1570 1570 if fStart is True: 1571 fRc = self.oTstDrv.txsRunTest(oTxsSession, 'Starting VBoxService with verbose logging', 30 * 1000, \1571 fRc = self.oTstDrv.txsRunTest(oTxsSession, 'Starting VBoxService', 30 * 1000, \ 1572 1572 sPathService, (sPathService, 'start')); 1573 1573 else:
Note:
See TracChangeset
for help on using the changeset viewer.