Oracle VTS 8.1.0 Software User's Guide

Exit Print View

Updated: June 2016
 
 

Select Device to Test (CLI)

  • Choose from the following options:
    • To list the tests that are successfully probed by the system, type:

      ./vts_cmd list_tests
      

      The details include information on whether the test is selected or not, its scheduling policy (time or pass based), the stress factor (high or low), the progress percentage of the test (when executed), and its status (idle, testing, completed, or failed).

    • To enable a particular test or all tests, type:

      ./vts_cmd enable_test testname/all
      

      where testname is a test that you want to run, for example, Processor. If testname is a variable, use the replacement element. Using the all option executes all the available tests. 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.

    • To disable a particular test or all tests, type:

      ./vts_cmd disable_test testname/all
      

      where testname is a test that you want to run, for example, Processor. If testname is a variable, use the replacement element. Using the all option executes all the available tests. 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