VirtualBox

Ignore:
Timestamp:
Jul 8, 2019 5:00:21 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131904
Message:

ValidationKit/tdStorageBenchmark1: Testcase fixes for Windows

File:
1 edited

Legend:

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

    r79592 r79602  
    395395    # Global storage configs for the testbox
    396396    kdStorageCfgs = {
     397        # Testbox configs
    397398        'testboxstor1.de.oracle.com': storagecfg.DiskCfg('solaris', storagecfg.g_ksDiskCfgRegExp, r'c[3-9]t\dd0\Z'),
    398         'testboxstor2.de.oracle.com': storagecfg.DiskCfg('win',     storagecfg.g_ksDiskCfgStatic, 'D:'),
     399        'testboxstor2.de.oracle.com': storagecfg.DiskCfg('win',     storagecfg.g_ksDiskCfgStatic, 'D:\\StorageTest'),
     400
     401        # Local test configs for the testcase developer
    399402        'adaris':                     storagecfg.DiskCfg('linux',   storagecfg.g_ksDiskCfgList,   [ '/dev/sda' ]),
    400403        'daedalus':                   storagecfg.DiskCfg('darwin',  storagecfg.g_ksDiskCfgStatic, \
    401                                                          '/Volumes/VirtualBox/Testsuite/StorageScratch')
     404                                                         '/Volumes/VirtualBox/Testsuite/StorageScratch'),
     405        'windows10':                  storagecfg.DiskCfg('win',  storagecfg.g_ksDiskCfgStatic, \
     406                                                         'L:\\Testsuite\\StorageTest'),
    402407    };
    403408
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