VirtualBox

Ignore:
Timestamp:
Jun 26, 2020 3:01:28 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138851
Message:

Validation Kit/tdAddGuestCtrl.py: Skip Linux Guest Additions testing for < 6.1 for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py

    r84970 r84973  
    175175        self.logVmInfo(oVM);
    176176
    177         # We skip tests for VBox < 6.1 for now.
    178         fVersionIgnored = self.fpApiVer <= 6.1;
     177        # We skip Linux Guest Additions testing for VBox < 6.1 for now.
     178        fVersionIgnored = oTestVm.isLinux() and self.fpApiVer <= 6.1;
    179179
    180180        if fVersionIgnored:
    181             reporter.log('Skipping tests because VBox version %s is ignored' % (self.fpApiVer,));
     181            reporter.log('Skipping testing for "%s" because VBox version %s is ignored' % (oTestVm.sKind, self.fpApiVer,));
    182182        else:
    183183            reporter.testStart('Waiting for TXS');
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