Changeset 83638 in vbox for trunk/src/VBox
- Timestamp:
- Apr 9, 2020 7:06:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r83637 r83638 1619 1619 self.oDebug.sVBoxServiceLogPath = os.path.join(self.getGuestTempDir(oTestVm), "VBoxService"); 1620 1620 if oTxsSession.syncMkDirPath(self.oDebug.sVBoxServiceLogPath, 0o777) is not True: 1621 1621 return reporter.error('Failed to create directory "%s"!' % (self.oDebug.sVBoxServiceLogPath,)); 1622 1622 sPathLogFile = os.path.join(self.oDebug.sVBoxServiceLogPath, 'VBoxService.log'); 1623 1623 … … 1629 1629 sImagePath = '%s -vvvv --only-control --logfile %s' % (sPathVBoxServiceExe, sPathLogFile); 1630 1630 self.oTstDrv.txsRunTest(oTxsSession, 'Enabling VBoxService verbose logging (via registry)', 30 * 1000, 1631 1632 1633 1634 1631 sPathRegExe, 1632 (sPathRegExe, 'add', 1633 '"HKLM\\SYSTEM\\CurrentControlSet\\Services\\VBoxService"', 1634 '/v', 'ImagePath', '/t', 'REG_SZ', '/d', sImagePath, '/f')); 1635 1635 1636 1636 self.vboxServiceControl(oTxsSession, oTestVm, fStart = False);
Note:
See TracChangeset
for help on using the changeset viewer.