Oracle VTS 8.0 Software User's Guide

Exit Print View

Updated: January 2016
 
 

Load a Test Session (CLI)

You can load an existing session file using the load_session command. The command has two input options: defaultMode and name. You must provide the name of the session file to load it. The defaultMode option is not mandatory, it provides a way to set the default mode as the active mode and load the session options corresponding to that test mode. With no default mode, the software will load the named session file and make the default test mode stored in the session file as the current test mode for the loaded session file.

  • Type:
    ./vts_cmd load_session [defaultMode:testMode, name:sessionName]
    

    A confirmation message with the word DONE in it verifies that the operation was successful. If the command fails, an error string is displayed along with the usage help.

Related Information