VirtualBox

Ignore:
Timestamp:
Jul 10, 2020 6:59:47 AM (4 years ago)
Author:
vboxsync
Message:

ValidationKit/tdStorageBenchmark1: Don't use the .disk suffix but rather .img to make file deletion for flat VMDK images work after the latest change for bugref:9770

File:
1 edited

Legend:

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

    r82968 r85159  
    10911091            if iDiffLvl == 0:
    10921092                tMediumVariant = self.convDiskToMediumVariant(sDiskVariant);
    1093                 oHd = oSession.createBaseHd(sDiskPath + '/base.disk', sDiskFormat, cbDisk, \
     1093                oHd = oSession.createBaseHd(sDiskPath + '/base.img', sDiskFormat, cbDisk, \
    10941094                                            cMsTimeout = 3600 * 1000, tMediumVariant = tMediumVariant);
    10951095            else:
    1096                 sDiskPath = sDiskPath + '/diff_%u.disk' % (iDiffLvl);
     1096                sDiskPath = sDiskPath + '/diff_%u.img' % (iDiffLvl);
    10971097                oHd = oSession.createDiffHd(oHdParent, sDiskPath, None);
    10981098
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