Changeset 70522 in vbox for trunk/src/VBox/ValidationKit/tests/storage
- Timestamp:
- Jan 10, 2018 3:55:16 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120150
- Location:
- trunk/src/VBox/ValidationKit/tests/storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py
r70521 r70522 32 32 import os; 33 33 import re; 34 35 # Validation Kit imports. 36 from common import utils; 37 34 38 35 39 class StorageDisk(object): -
trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py
r70521 r70522 54 54 import remoteexecutor; 55 55 import storagecfg; 56 56 57 57 58 def _ControllerTypeToName(eControllerType):
Note:
See TracChangeset
for help on using the changeset viewer.