Changeset 100170 in vbox for trunk/src/VBox/ValidationKit/tests/api/tdCloneMedium1.py
- Timestamp:
- Jun 13, 2023 6:53:28 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdCloneMedium1.py
r100131 r100170 300 300 301 301 def testAll(self): 302 if self.oTstDrv. uRevision > 157768:302 if self.oTstDrv.fpApiVer >= 7.0 and self.oTstDrv.uRevision > 157768: 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.