Changeset 71387 in vbox for trunk/src/VBox/ValidationKit/tests/api/tdApi1.py
- Timestamp:
- Mar 20, 2018 10:15:27 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdApi1.py
r71230 r71387 84 84 from tdMoveMedium1 import SubTstDrvMoveMedium1 85 85 from tdTreeDepth1 import SubTstDrvTreeDepth1 86 from tdMoveVM import SubTstDrvMoveVM86 from tdMoveVM1 import SubTstDrvMoveVM1 87 87 sys.exit(tdApi1([SubTstDrvPython1, SubTstDrvAppliance1, SubTstDrvMoveMedium1, 88 SubTstDrvTreeDepth1, SubTstDrvMoveVM ]).main(sys.argv))88 SubTstDrvTreeDepth1, SubTstDrvMoveVM1]).main(sys.argv)) 89 89
Note:
See TracChangeset
for help on using the changeset viewer.