Changeset 100699 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jul 25, 2023 6:01:20 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r99717 r100699 363 363 Since this involves rebooting the guest, we will have to create a new TXS session. 364 364 """ 365 if oTestVm.sKind not in ('WindowsNT4', 'Windows2000',): 366 fGuestRequiresReboot = False; 367 sRegExe = oTestVm.pathJoin(self.getGuestSystemDir(oTestVm), 'reg.exe'); 368 fGuestRequiresReboot = self.txsRunTest(oTxsSession, 'Check if reboot is required', 30 * 1000, 369 sRegExe, 370 (sRegExe, 'query', 371 '"HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\WindowsUpdate\\Auto Update\\RebootRequired"')); 372 reporter.log('Status of RebootRequired query is %s' % fGuestRequiresReboot); 365 373 366 374 # Set system-wide env vars to enable release logging on some applications.
Note:
See TracChangeset
for help on using the changeset viewer.