Oracle VTS 8.1.0 Software User's Guide

Exit Print View

Updated: June 2016
 
 

Display and Set a Test Mode (CLI)

  1. To view the current test mode, type:
    ./vts_cmd get_mode
    

    The current test mode is displayed on the screen.

  2. To change or set the current test mode, provide the mode name (Online Stress or System Exerciser or Component Stress) as per the testing requirement.
    ./vts_cmd set_mode [test_mode]
    

    The test_mode can be any one of the test modes as per your requirement. A confirmation message with the word DONE in it verifies that the operation was successful.


    Note - If setting the options fails (for example, an error due to format or a misspelled word), the following error string is displayed along with the usage help. Usage: ???vts_cmd set_mode [modeValue] where ???modeValue' can be OnlineStress/System Exerciser/Component Stress'

Related Information