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