VirtualBox

Changeset 71180 in vbox


Ignore:
Timestamp:
Mar 2, 2018 7:34:21 PM (7 years ago)
Author:
vboxsync
Message:

ValidationKit/tdStorageBenchmark1: Try to prepare the storage up to 3 times with waiting inbetween

File:
1 edited

Legend:

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

    r70963 r71180  
    11771177                                                                                           eStorageController));
    11781178
    1179                     sMountPoint = self.prepareStorage(oStorCfgVm);
     1179                    iTry = 0;
     1180                    while iTry < 3:
     1181                        sMountPoint = self.prepareStorage(oStorCfgVm);
     1182                        if sMountPoint is not None:
     1183                            reporter.log('Prepared storage on %s try' % (iTry + 1,));
     1184                            break;
     1185                        else:
     1186                            iTry = iTry + 1;
     1187                            self.sleep(5);
     1188
    11801189                    if sMountPoint is not None:
    11811190                        self.testBenchmark('linux', sIoTest, sMountPoint, oExecVm, dTestSet, \
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