Oracle VTS 8.1.0 Software User's Guide

Exit Print View

Updated: June 2016
 
 

Use the Auto Mode Sequencer (CLI)

  1. To display the Auto Mode Sequencer options and its values, type:
    # ./vts_cmd get_modesequencer_options
    
  2. To edit the Auto Mode Sequencer options, type:
    # ./vts_cmd set_modesequencer_options [Sequencer:Enable,First:<Test_Mode>,Second:<Test_Mode>,Third:<Test_Mode>,Loop:<Numerical_Value>]
    

    Where:

    • Test_Mode: The test mode in which the Sequencer must run.

    • Numerical_Value: The number of times the sequence will run. This should be between 1 and 99999. By default this value is set to 1.

    To set the Auto Mode Sequencer options, you must provide all the option parameters with a value as shown in the syntax. You can determine the values from the options listed by the get_modesequencer_options command.

    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