Changeset 82951 in vbox for trunk/src/VBox/ValidationKit/tests/storage
- Timestamp:
- Feb 1, 2020 2:00:04 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py
r82623 r82951 1281 1281 fRc = self.mountValidationKitIso(oExecVm); 1282 1282 if fRc: 1283 oGstDiskCfg = storagecfg.DiskCfg('linux', storagecfg.g_ksDiskCfgList, \1283 oGstDiskCfg = storagecfg.DiskCfg('linux', storagecfg.g_ksDiskCfgList, 1284 1284 self.getGuestDisk(oSession, oTxsSession, eStorageController)); 1285 1285 oStorCfgVm = storagecfg.StorageCfg(oExecVm, oGstDiskCfg); … … 1291 1291 reporter.log('Prepared storage on %s try' % (iTry + 1,)); 1292 1292 break; 1293 else: 1294 iTry = iTry + 1; 1295 self.sleep(5); 1293 iTry = iTry + 1; 1294 self.sleep(5); 1296 1295 1297 1296 if sMountPoint is not None: 1298 1297 # 3 hours max (Benchmark and QED takes a lot of time) 1299 self.testBenchmark('linux', sIoTest, sMountPoint, oExecVm, dTestSet, \ 1300 cMsTimeout = 3 * 3600 * 1000); 1298 self.testBenchmark('linux', sIoTest, sMountPoint, oExecVm, dTestSet, cMsTimeout = 3 * 3600 * 1000); 1301 1299 self.cleanupStorage(oStorCfgVm); 1302 1300 else:
Note:
See TracChangeset
for help on using the changeset viewer.