Changeset 79067 in vbox for trunk/src/VBox/ValidationKit/tests/api/tdMoveMedium1.py
- Timestamp:
- Jun 10, 2019 10:56:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdMoveMedium1.py
r78391 r79067 54 54 55 55 def __init__(self, oTstDrv): 56 base.SubTestDriverBase.__init__(self, 'move-medium', oTstDrv)56 base.SubTestDriverBase.__init__(self, oTstDrv, 'move-medium', 'Move Medium'); 57 57 58 58 def testIt(self):
Note:
See TracChangeset
for help on using the changeset viewer.