Author: gnichols Date: 2010-08-25 16:50:50 +0000 (Wed, 25 Aug 2010) New Revision: 661
Modified: trunk/docs/man/v7.8.in Log: 607981 - v7 manpage missing options
Modified: trunk/docs/man/v7.8.in =================================================================== --- trunk/docs/man/v7.8.in 2010-08-25 16:45:44 UTC (rev 660) +++ trunk/docs/man/v7.8.in 2010-08-25 16:50:50 UTC (rev 661) @@ -49,9 +49,16 @@ .I clean command deletes the test results database.
+.SS continue +.B v7 continue +.P +The +.I continue +command will continue a test run that has been interrupted. + .SS plan .P -.B v7 plan [ ( --disable | --enable | --add) (--test <testname> | --udi <udi> | --device <device>) [--server <v7 server host>] [--model] +.B v7 plan [ ( --disable | --enable | --add) (--test <testname> | --udi <udi> | --device <device>) [--server <v7 server host>] [--model] [--kudzu]
.P The plan command analyzes the hardware devices and system configuration @@ -102,7 +109,7 @@
.SS print .P -.B v7 print [--report (plan|summary|full) ] [ --udi <udi>| --test <test name>] [--failures] [--last] +.B v7 print [--report (plan|summary|full) ] [ --udi <udi> | --test <test name> | --device <device name>] [--failures] [--last] .P The .I print @@ -115,6 +122,30 @@
The format of the report to be output.
+.B --udi +<udi> + +Show test results for devices matching the supplied HAL udi. + +.B --test +<test name> + +Show results for a specific test. + +.B --device +<device name> + +Show results for test runs matching the supplied logical device name. + +.B --failures + +Show only test failures. + +.B --last + +Show only the most recent test run + + .I plan prints the test plan, and is the default format if there are no test results.
@@ -127,8 +158,7 @@
.SS run .P -.B v7 run [ --mode { normal | auto | self }] [ (--test <test name> | --udi <udi>)] -[ --server <server host name> ] +.B v7 run [ --mode { normal | auto | self }] [ (--test <test name> | --udi <udi> | --device <device name>)] [ --server <server host name> ]
.P The @@ -153,6 +183,11 @@
Only tests of the specified device should be run. This option may be repeated to specify multiple UDIs.
+.B --device +<udi> + +Only tests of the specified device logical name should be run. This option may be repeated to specify multiple devices. + .B --server <server host hame>
@@ -171,13 +206,19 @@
.SS server .P -.B v7 server {start | status | stop} +.B v7 server {start | status | stop | daemon} .P The .I server command controls the v7 Test Server, which is run on a system separate from the -SUT to support the network test. +SUT to support the network, fencing, and virtualization tests. The v7 server may also +be run on the SUT to allow access and review of test results via http://<hostname>/v7/
+The +.I daemon +option stops the v7 server daemon process, and restarts it in foreground. The v7 daemon +process is used for tests such as the fencing test where server-side tests must be run. + .SS submit .P .B v7 submit
v7-commits@lists.stg.fedorahosted.org