KVM-Autotest-Docs: Difference between revisions
From KVM
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
You should have some basic understanding of the test parameters and configuration file format before using the command line. If not, you are suggested to read the [[KVM-Autotest/Test Config File|test configuration file format]] and [[KVM-Autotest/Parameters|test parameters]] before continuing. | You should have some basic understanding of the test parameters and configuration file format before using the command line. If not, you are suggested to read the [[KVM-Autotest/Test Config File|test configuration file format]] and [[KVM-Autotest/Parameters|test parameters]] before continuing. | ||
== How to use == | |||
The usage is very simple, suppose you are in the directory of kvm subtest: | |||
#../../bin/autotest control --args="key1=value1 key2=value2 ...... keyN=valueN" | |||
== Limitations == | == Limitations == | ||
== Example == | == Example == | ||
== TODO == | == TODO == |
Revision as of 23:29, 23 January 2011
Introduction
Recent autotest supports passing test parameters to control file through --args options. This is also been introduced in kvm-autotest which can let user do some basic tests configurations (variants limitation or excluding, parameters configuration) through command line.
You should have some basic understanding of the test parameters and configuration file format before using the command line. If not, you are suggested to read the test configuration file format and test parameters before continuing.
How to use
The usage is very simple, suppose you are in the directory of kvm subtest:
- ../../bin/autotest control --args="key1=value1 key2=value2 ...... keyN=valueN"