Changeset 79471 in vbox for trunk/src/VBox/ValidationKit/tests/storage
- Timestamp:
- Jul 2, 2019 4:26:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/tdStorageSnapshotMerging1.py
r79470 r79471 309 309 sFile = 't-base' + sExt; 310 310 sHddPath = os.path.join(self.oVBox.oTstDrv.sScratchPath, sFile); 311 oHd = oSession.createBaseHd(sHddPath, sFmt=oDskFmt.id, cb=oOrigBaseHd.logicalSize, cMsTimeout = 15 * 60 * 1000); # 15 min 311 oHd = oSession.createBaseHd(sHddPath, sFmt=oDskFmt.id, cb=oOrigBaseHd.logicalSize, 312 cMsTimeout = 15 * 60 * 1000); # 15 min 312 313 #if oSession.createBaseHd can't create disk because it exists, oHd will point to some stub object anyway 313 314 fRc = fRc and oHd is not None and (oHd.logicalSize == oOrigBaseHd.logicalSize);
Note:
See TracChangeset
for help on using the changeset viewer.