Changeset 79592 in vbox
- Timestamp:
- Jul 8, 2019 12:31:34 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131890
- Location:
- trunk/src/VBox/ValidationKit/tests/storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py
r79591 r79592 287 287 288 288 return fRc; 289 -
trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py
r79591 r79592 398 398 'testboxstor2.de.oracle.com': storagecfg.DiskCfg('win', storagecfg.g_ksDiskCfgStatic, 'D:'), 399 399 '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') 401 402 }; 402 403 … … 1164 1165 lstBinaryPaths = ['/bin', '/sbin', '/usr/bin', '/usr/sbin' ]; 1165 1166 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)); 1167 1169 oStorCfgVm = storagecfg.StorageCfg(oExecVm, oGstDiskCfg); 1168 1170
Note:
See TracChangeset
for help on using the changeset viewer.