Changeset 94411 in vbox
- Timestamp:
- Mar 31, 2022 11:09:03 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150739
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r94408 r94411 585 585 586 586 if self.sMode.startswith('remote'): # Run on a test VM (guest). 587 assert self.oTestVmSet is not None; 588 fRc = self.oTestVmSet.actionExecute(self, self.testOneVmConfig); 587 if self.fpApiVer < 7.0: ## @todo Needs Validation Kit .ISO tweaking (including the unit tests) first. 588 reporter.log('Remote unit tests for non-trunk builds skipped.'); 589 fRc = True; 590 else: 591 assert self.oTestVmSet is not None; 592 fRc = self.oTestVmSet.actionExecute(self, self.testOneVmConfig); 589 593 else: # Run locally (host). 590 594 self._figureVersion();
Note:
See TracChangeset
for help on using the changeset viewer.