VirtualBox

Changeset 79603 in vbox


Ignore:
Timestamp:
Jul 8, 2019 5:02:31 PM (6 years ago)
Author:
vboxsync
Message:

ValidationKit/tdStorageBenchmark1: Testcase fixes for Windows

File:
1 edited

Legend:

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

    r79602 r79603  
    461461        elif oDiskCfg.getTargetOs() == 'linux':
    462462            oStorOs = StorageConfigOsLinux(); # pylint: disable=redefined-variable-type
    463         elif not oDiskCfg.isCfgStaticDir(): # For unknown hosts we only allow a static testing directory we don't care about setting up.
     463        elif not oDiskCfg.isCfgStaticDir():
     464             # For unknown hosts only allow a static testing directory we don't care about setting up
    464465            fRc = False;
    465466
     
    473474                    self.lstDisks.append(StorageDisk(sDisk));
    474475            elif oDiskCfg.isCfgStaticDir():
    475                 if not os.path.exists(oDiskCfg.getDisks()):
    476                         self.oExec.mkDir(oDiskCfg.getDisks(), 0o700);
     476                if not os.path.exists(oDiskCfg.getDisks()):
     477                    self.oExec.mkDir(oDiskCfg.getDisks(), 0o700);
    477478
    478479    def __del__(self):
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