KCMS Test Suite User's Guide

Tips on Running the Automated Test Scripts

The following is a suggested sequence for running a complete test suite using the automated script files:

  1. Run the auto-kcmstest script, for example

    %auto-kcmstest
    /opt/SUNWddk/kcms dusk
    
  2. Become root, for example

    %su
    
  3. Run the auto-kcmstest-root script, for example

    #./auto-kcmstest-root
    /opt/SUNWddk/kcms 
    
  4. Run kcms-testreport and redirect output to a file, for example

    #kcms_testreport
    log/testall.log my_test_1 > my_test_2 
    

    Note -

    auto-kcmstest-root must be run after auto-kcmstest because it appends its resulting logs to the auto-kcmstest log file.


    You may want to redirect the automated-test-script output to a file, as it is quite lengthy.