VirtualBox

Ignore:
Timestamp:
Apr 1, 2015 10:53:51 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99376
Message:

ValidationKit: Replace checks for API version 4.4 with 5.0, 4.4 does not exist anymore. Not strictly necessary as the checks would trigger correctly but it removes a possible source of confusion

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

Legend:

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

    r54436 r55084  
    481481                listNames.append('LUN');
    482482
    483                 if self.fpApiVer >= 4.4:
     483                if self.fpApiVer >= 5.0:
    484484                    oHd = oSession.oVBox.createMedium(sDiskFormat, sDiskPath, vboxcon.AccessMode_ReadWrite, \
    485485                                                      vboxcon.DeviceType_HardDisk);
  • trunk/src/VBox/ValidationKit/tests/storage/tdStorageStress1.py

    r54437 r55084  
    354354                listNames.append('LUN');
    355355
    356                 if self.fpApiVer >= 4.4:
     356                if self.fpApiVer >= 5.0:
    357357                    oHd = oSession.oVBox.createMedium(sDiskFormat, sDiskPath1, vboxcon.AccessMode_ReadWrite, \
    358358                                                      vboxcon.DeviceType_HardDisk);
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