Changeset 97688 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Nov 28, 2022 9:21:06 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r97673 r97688 1503 1503 fRc = True; 1504 1504 for fMustSucceed, fnHandler, sShortNm, sTestNm in atTests: 1505 1506 # If for whatever reason the VM object became invalid, bail out. 1507 if not oTestVm: 1508 reporter.error('Test VM object invalid (VBoxSVC or client process crashed?), aborting tests'); 1509 fRc = False; 1510 break; 1511 1505 1512 reporter.testStart(sTestNm); 1506 1507 1513 if sShortNm is None or sShortNm in self.asTests: 1508 1514 # Returns (fRc, oTxsSession, oSession) - but only the first one is mandatory.
Note:
See TracChangeset
for help on using the changeset viewer.