VirtualBox

Changeset 79070 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Jun 10, 2019 11:14:56 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131230
Message:

ValKit/tdApi.py: Check SubTestDriverBase.fEnabled and ignore tests where it is False.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/api/tdApi1.py

    r79069 r79070  
    7373        fRc = True;
    7474        for oSubTstDrv in self.aoSubTstDrvs:
    75             fRc &= oSubTstDrv.testIt();
     75            if oSubTstDrv.fEnabled:
     76                fRc = oSubTstDrv.testIt() and fRc;
    7677        return fRc;
    7778
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