KVM-Autotest: Difference between revisions

From KVM
(Removed old reference to the qumranet initial KVM regression test wiki)
No edit summary
Line 3: Line 3:
The KVM-Autotest system is a client test for the [http://autotest.kernel.org/ 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.
The KVM-Autotest system is a client test for the [http://autotest.kernel.org/ 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 ==
* [[KVM-Autotest/Getting Started|Getting Started with KVM testing]] - How to get your first tests up and running.
* [[KVM-Autotest/Contributing|Hacking on KVM autotest]] - Guidance on how to write new tests.
* [[KVM-Autotest/Test Config File|The test configuration file format]] - How to work with the framework configuration file format.
* [[KVM-Autotest/Parameters|Framework parameters]] - Lists and explains the parameters used by the framework.
* [[KVM-Autotest/Tests|KVM subtest reference]] - Lists the available tests, their parameters and discusses briefly the available API.
* [[KVM-Autotest/Steps|Working with step files]] - Background on step files, usage information for Stepmaker and Stepeditor and step file creation tips.
* [[KVM-Autotest/AddNewGuests|Adding New Guests]] - Adding new Operating systems for guest install, to contribute upstream or use on your internal testing.
* [[KVM-Autotest/ControlFile|Control File options]] - How to handle the KVM test control file


* [[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/TODO|TODO]] - TODO list, for those interested in helping.
* [[KVM-Autotest/Parameters|Framework parameters]] -- lists and explains the parameters used by the framework
* [[KVM-Autotest/Tests|Tests]] -- lists the available tests and their parameters
* [[KVM-Autotest/Steps|Working with step files]] -- background on step files, usage information for Stepmaker and Stepeditor and step file creation tips
* [[KVM-Autotest/AddNewGuests|Adding New Guests]]
* [[KVM-Autotest/ControlFile|Control File options]]
* [[KVM-Autotest/TODO|To-do]]

Revision as of 17:49, 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.


  • TODO - TODO list, for those interested in helping.