VirtualBox

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


Ignore:
Timestamp:
Jun 8, 2023 6:24:48 PM (21 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157824
Message:

tdCloneMedium1.py: Cloning to base test fixes for specific revisions: bugref:5995

File:
1 edited

Legend:

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

    r100080 r100131  
    300300
    301301    def testAll(self):
    302         return self.testCloneOnly() & self.testResizeAndClone() & self.testCloneToBase()
     302        if self.oTstDrv.uRevision > 157768:
     303            return self.testCloneOnly() & self.testResizeAndClone() & self.testCloneToBase()
     304        return self.testCloneOnly() & self.testResizeAndClone()
    303305
    304306if __name__ == '__main__':
Note: See TracChangeset for help on using the changeset viewer.

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