Changeset 55084 in vbox for trunk/src/VBox/ValidationKit/tests/storage
- Timestamp:
- Apr 1, 2015 10:53:51 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99376
- Location:
- trunk/src/VBox/ValidationKit/tests/storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py
r54436 r55084 481 481 listNames.append('LUN'); 482 482 483 if self.fpApiVer >= 4.4:483 if self.fpApiVer >= 5.0: 484 484 oHd = oSession.oVBox.createMedium(sDiskFormat, sDiskPath, vboxcon.AccessMode_ReadWrite, \ 485 485 vboxcon.DeviceType_HardDisk); -
trunk/src/VBox/ValidationKit/tests/storage/tdStorageStress1.py
r54437 r55084 354 354 listNames.append('LUN'); 355 355 356 if self.fpApiVer >= 4.4:356 if self.fpApiVer >= 5.0: 357 357 oHd = oSession.oVBox.createMedium(sDiskFormat, sDiskPath1, vboxcon.AccessMode_ReadWrite, \ 358 358 vboxcon.DeviceType_HardDisk);
Note:
See TracChangeset
for help on using the changeset viewer.