Changeset 77623 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Mar 8, 2019 5:24:13 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r77618 r77623 1022 1022 1023 1023 reporter.testStart('Session w/ Guest Reboot'); 1024 fSkip = 'session_reboot' not in self.asTests; 1024 fSkip = 'session_reboot' not in self.asTests \ 1025 or self.oTstDrv.fpApiVer <= 6.0; # Not backported yet. 1025 1026 if fSkip is False: 1026 1027 fRc, oTxsSession = self.testGuestCtrlSessionReboot(oSession, oTxsSession, oTestVm);
Note:
See TracChangeset
for help on using the changeset viewer.