VirtualBox

Changeset 72725 in vbox


Ignore:
Timestamp:
Jun 28, 2018 3:28:11 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123259
Message:

ValidationKit/testdriver: merge all resources, from the VM set and the "miscellaneous" reported by the specific test

File:
1 edited

Legend:

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

    r72379 r72725  
    17671767
    17681768    def getResourceSet(self):
     1769        asRsrcs = []
    17691770        if self.oTestVmSet is not None:
    1770             return self.oTestVmSet.getResourceSet();
    1771         return base.TestDriver.getResourceSet(self);
     1771            asRsrcs.extend(self.oTestVmSet.getResourceSet())
     1772        asRsrcs = base.TestDriver.getResourceSet(self)
     1773        return asRsrcs
    17721774
    17731775    def actionExtract(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