Changeset 77808 in vbox for trunk/src/VBox
- Timestamp:
- Mar 20, 2019 1:45:47 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129479
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdApi1.py
r77777 r77808 84 84 from tdTreeDepth1 import SubTstDrvTreeDepth1; # pylint: disable=relative-import 85 85 from tdMoveVM1 import SubTstDrvMoveVM1; # pylint: disable=relative-import 86 from tdOCIExport1 import SubTstOCIExportVM1; # pylint: disable=relative-import87 86 sys.exit(tdApi1([SubTstDrvPython1, SubTstDrvAppliance1, SubTstDrvMoveMedium1, 88 87 SubTstDrvTreeDepth1, SubTstDrvMoveVM1, SubTstOCIExportVM1]).main(sys.argv))
Note:
See TracChangeset
for help on using the changeset viewer.