VirtualBox

Ignore:
Timestamp:
Mar 5, 2018 10:27:41 AM (7 years ago)
Author:
vboxsync
Message:

bugref:8345. Added an initial variant of test to check "moving vm" feature.

Location:
trunk/src/VBox/ValidationKit/tests/api
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/api/Makefile.kmk

    r70819 r71193  
    3737        $(PATH_SUB_CURRENT)/tdMoveMedium1.py \
    3838        $(PATH_SUB_CURRENT)/tdPython1.py \
    39         $(PATH_SUB_CURRENT)/tdTreeDepth1.py
     39        $(PATH_SUB_CURRENT)/tdTreeDepth1.py \
     40        $(PATH_SUB_CURRENT)/tdMoveVM.py
    4041ValidationKitTestsApi_SOURCES := \
    4142        $(wildcard \
  • trunk/src/VBox/ValidationKit/tests/api/tdApi1.py

    r70816 r71193  
    8484    from tdMoveMedium1 import SubTstDrvMoveMedium1
    8585    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))
    8788
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette