VirtualBox

Changeset 77777 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Mar 19, 2019 10:00:28 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129442
Message:

bugref:9312. The command 'VBoxManage cloudprofile' was implemented. It uses new style of help and documentation.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/api/tdApi1.py

    r76553 r77777  
    7979if __name__ == '__main__':
    8080    sys.path.append(os.path.dirname(os.path.abspath(__file__)))
    81     from tdPython1     import SubTstDrvPython1;     # pylint: disable=relative-import
    82     from tdAppliance1  import SubTstDrvAppliance1;  # pylint: disable=relative-import
    83     from tdMoveMedium1 import SubTstDrvMoveMedium1; # pylint: disable=relative-import
    84     from tdTreeDepth1  import SubTstDrvTreeDepth1;  # pylint: disable=relative-import
    85     from tdMoveVM1     import SubTstDrvMoveVM1;     # pylint: disable=relative-import
     81    from tdPython1       import SubTstDrvPython1;     # pylint: disable=relative-import
     82    from tdAppliance1    import SubTstDrvAppliance1;  # pylint: disable=relative-import
     83    from tdMoveMedium1   import SubTstDrvMoveMedium1; # pylint: disable=relative-import
     84    from tdTreeDepth1    import SubTstDrvTreeDepth1;  # pylint: disable=relative-import
     85    from tdMoveVM1       import SubTstDrvMoveVM1;     # pylint: disable=relative-import
     86    from tdOCIExport1    import SubTstOCIExportVM1;   # pylint: disable=relative-import
    8687    sys.exit(tdApi1([SubTstDrvPython1, SubTstDrvAppliance1, SubTstDrvMoveMedium1,
    87                      SubTstDrvTreeDepth1, SubTstDrvMoveVM1]).main(sys.argv))
     88                     SubTstDrvTreeDepth1, SubTstDrvMoveVM1, SubTstOCIExportVM1]).main(sys.argv))
    8889
  • trunk/src/VBox/ValidationKit/tests/api/tdAppliance1.py

    r76553 r77777  
    202202
    203203if __name__ == '__main__':
     204    sys.path.append(os.path.dirname(os.path.abspath(__file__)))
    204205    from tests.api.tdApi1 import tdApi1;
    205206    sys.exit(tdApi1([SubTstDrvAppliance1]).main(sys.argv));
  • trunk/src/VBox/ValidationKit/tests/api/tdMoveVM1.py

    r76553 r77777  
    560560
    561561        fSupported = self.checkAPIVersion()
     562        reporter.log('ValidationKit folder is "%s"' % (g_ksValidationKitDir,))
    562563
    563564        if fSupported is False:
Note: See TracChangeset for help on using the changeset viewer.

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