VirtualBox

Ignore:
Timestamp:
Feb 1, 2020 2:00:04 PM (5 years ago)
Author:
vboxsync
Message:

ValKit: Fixes for new pylint.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py

    r82623 r82951  
    12811281                    fRc = self.mountValidationKitIso(oExecVm);
    12821282                    if fRc:
    1283                         oGstDiskCfg = storagecfg.DiskCfg('linux', storagecfg.g_ksDiskCfgList, \
     1283                        oGstDiskCfg = storagecfg.DiskCfg('linux', storagecfg.g_ksDiskCfgList,
    12841284                                                         self.getGuestDisk(oSession, oTxsSession, eStorageController));
    12851285                        oStorCfgVm = storagecfg.StorageCfg(oExecVm, oGstDiskCfg);
     
    12911291                                reporter.log('Prepared storage on %s try' % (iTry + 1,));
    12921292                                break;
    1293                             else:
    1294                                 iTry = iTry + 1;
    1295                                 self.sleep(5);
     1293                            iTry = iTry + 1;
     1294                            self.sleep(5);
    12961295
    12971296                        if sMountPoint is not None:
    12981297                            # 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);
    13011299                            self.cleanupStorage(oStorCfgVm);
    13021300                        else:
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