VirtualBox

Changeset 79592 in vbox


Ignore:
Timestamp:
Jul 8, 2019 12:31:34 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131890
Message:

ValidationKit: build fixes

Location:
trunk/src/VBox/ValidationKit/tests/storage
Files:
2 edited

Legend:

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

    r79591 r79592  
    287287
    288288        return fRc;
     289
  • trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py

    r79591 r79592  
    398398        'testboxstor2.de.oracle.com': storagecfg.DiskCfg('win',     storagecfg.g_ksDiskCfgStatic, 'D:'),
    399399        'adaris':                     storagecfg.DiskCfg('linux',   storagecfg.g_ksDiskCfgList,   [ '/dev/sda' ]),
    400         'daedalus':                   storagecfg.DiskCfg('darwin',  storagecfg.g_ksDiskCfgStatic, '/Volumes/VirtualBox/Testsuite/StorageScratch'),
     400        'daedalus':                   storagecfg.DiskCfg('darwin',  storagecfg.g_ksDiskCfgStatic, \
     401                                                         '/Volumes/VirtualBox/Testsuite/StorageScratch')
    401402    };
    402403
     
    11641165                    lstBinaryPaths = ['/bin', '/sbin', '/usr/bin', '/usr/sbin' ];
    11651166                    oExecVm = remoteexecutor.RemoteExecutor(oTxsSession, lstBinaryPaths, '${SCRATCH}');
    1166                     oGstDiskCfg = storagecfg.DiskCfg('linux', storagecfg.g_ksDiskCfgList, self.getGuestDisk(oSession, oTxsSession, eStorageController));
     1167                    oGstDiskCfg = storagecfg.DiskCfg('linux', storagecfg.g_ksDiskCfgList, \
     1168                                                     self.getGuestDisk(oSession, oTxsSession, eStorageController));
    11671169                    oStorCfgVm = storagecfg.StorageCfg(oExecVm, oGstDiskCfg);
    11681170
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette