Chapter 4. Red Hat Hardware Test Suite Command Reference
HTS uses a command notation similar to CVS, with subcommands defined for major stages
of a test run. The command hts
run performs all the stages of the test
run in a single invocation. Subcommands allow execution of specific stages: plan,
run and submit. The print
command
is provided to allow presentation of the test results in text and html. The
hts
command is run as root.
$hts [ plan | run | print | submit | certify ] [ ——help ] [ ——data <data directory> ] [ ——plan <plan file>] [ ——results <results file>]
——help
——data <data directory>
Specifies the directory that hts
will use to read and write
configuration, test plan, and results data files. If not specified,
/var/hts
is used.
——plan <plan file>
Specifies the test plan file. If not present, the test plan file defaults to plan.xml.
——results <results file>
Specifies the test result file. If not present, the test results file defaults to results.xml.