VirtualBox

Changeset 62388 in vbox for trunk


Ignore:
Timestamp:
Jul 21, 2016 8:27:17 AM (8 years ago)
Author:
vboxsync
Message:

ValidationKit/tests/storage: Don't loop through the VMs after doing the host benchmarks

File:
1 edited

Legend:

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

    r62356 r62388  
    735735                    sMountPoint = self.prepareStorage(self.oStorCfg);
    736736                if sMountPoint is not None:
    737                     fRc = self.testBenchmarks(utils.getHostOs(), sMountPoint, oExecutor);
     737                    self.testBenchmarks(utils.getHostOs(), sMountPoint, oExecutor);
    738738                    self.cleanupStorage(self.oStorCfg);
    739739                else:
    740740                    reporter.testFailure('Failed to prepare host storage');
     741                    fRc = False;
    741742                reporter.testDone();
    742 
    743             if fRc:
     743            else:
    744744                # Loop thru the test VMs.
    745745                for sVM in self.asTestVMs:
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