VirtualBox

Ignore:
Timestamp:
Mar 31, 2022 11:09:03 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150739
Message:

Validation Kit/unit tests: Skip running nested unit tests on non-trunk builds. ​bugref:10195

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py

    r94408 r94411  
    585585
    586586        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);
    589593        else: # Run locally (host).
    590594            self._figureVersion();
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette