KVM-Autotest: Difference between revisions
From KVM
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
* [[KVM-Autotest/Getting Started|Installation & Getting Started]] | * [[KVM-Autotest/Getting Started|Installation & Getting Started]] | ||
* [[KVM-Autotest/Contributing|Hacking on KVM autotest]] | |||
* [[KVM-Autotest/Test Config File|The test configuration file format]] | * [[KVM-Autotest/Test Config File|The test configuration file format]] | ||
* [[KVM-Autotest/Parameters|Framework parameters]] -- lists and explains the parameters used by the framework | * [[KVM-Autotest/Parameters|Framework parameters]] -- lists and explains the parameters used by the framework |
Revision as of 16:39, 15 September 2009
KVM-Autotest
The KVM-Autotest system is a client test for the autotest framework. Its main purpose is to serve as an automated regression testing tool for KVM developers, as well as a means for users to verify the stability of a KVM release before using it.
kvm autotest
- Installation & Getting Started
- Hacking on KVM autotest
- The test configuration file format
- Framework parameters -- lists and explains the parameters used by the framework
- Tests -- lists the available tests and their parameters
- Working with step files -- background on step files, usage information for Stepmaker and Stepeditor and step file creation tips
- Adding New Guests
- Control File options
- To-do