- Timestamp:
- Jan 10, 2018 3:55:16 PM (7 years ago)
- Location:
- trunk/src/VBox/ValidationKit/tests
- Files:
-
- 3 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): -
trunk/src/VBox/ValidationKit/tests/usb/tst-utsgadget.py
r70521 r70522 39 39 import usbgadget; 40 40 import testdriver.reporter as reporter 41 from common import utils; 42 41 43 42 44 # Python 3 hacks:
Note:
See TracChangeset
for help on using the changeset viewer.