KVM-Autotest cmdline: Difference between revisions
From KVM
No edit summary |
m (Add categories) |
||
Line 4: | Line 4: | ||
KVM-Autotest supports passing test parameters to the control file through "--args", so user can specify the test specific parameters through: | KVM-Autotest supports passing test parameters to the control file through "--args", so user can specify the test specific parameters through: | ||
../../bin/autotest control --args="key1=value1 key2=value2 only=only1 no=no1 ..." | ../../bin/autotest control --args="key1=value1 key2=value2 only=only1 no=no1 ..." | ||
[[Category:Incomplete]][[Category:Docs]][[Category:Testing]] |
Latest revision as of 16:12, 16 May 2015
Passing Parameters through Command Line
Before reading this chapter, please make sure you have some basic understanding of the kvm-autotest parameters KVM-Autotest supports passing test parameters to the control file through "--args", so user can specify the test specific parameters through: ../../bin/autotest control --args="key1=value1 key2=value2 only=only1 no=no1 ..."