VirtualBox

Ignore:
Timestamp:
Jun 28, 2018 4:21:54 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123261
Message:

validationkit/testdriver: allow same filtering for smoketest VMs as for standard ones

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py

    r72373 r72727  
    11861186        return self.selectSet(self.kfGrpStandard, sTxsTransport)
    11871187
    1188     def getSmokeVmSet(self):
     1188    def getSmokeVmSet(self, sTxsTransport = None):
    11891189        """Gets a representative set of VMs for smoke testing. """
    1190         return self.selectSet(self.kfGrpSmoke);
     1190        return self.selectSet(self.kfGrpSmoke, sTxsTransport);
    11911191
    11921192    def shutUpPyLint(self):
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