Changeset 100181 in vbox
- Timestamp:
- Jun 15, 2023 5:05:34 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdCloneMedium1.py
r100170 r100181 300 300 301 301 def testAll(self): 302 if self.oTstDrv.fpApiVer >= 7. 0 and self.oTstDrv.uRevision > 157768:302 if self.oTstDrv.fpApiVer >= 7.1 and self.oTstDrv.uRevision > 157873: 303 303 return self.testCloneOnly() & self.testResizeAndClone() & self.testCloneToBase() 304 304 return self.testCloneOnly() & self.testResizeAndClone()
Note:
See TracChangeset
for help on using the changeset viewer.