KVM-Autotest: Difference between revisions

From KVM
No edit summary
No edit summary
Line 4: Line 4:


* [[KVM-Autotest/Getting Started|Getting Started with KVM testing]] - How to get your first tests up and running.
* [[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/Test Config File|The test configuration file format]] - How to work with the framework configuration file format.
* [[KVM-Autotest/Tests|KVM subtest reference]] - Lists the available tests, their parameters and discusses briefly the available API.
* [[KVM-Autotest/Contributing|Contribute to KVM autotest]] - Guidance on how to submit patches.
* [[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.
* [[KVM-Autotest/Tests|KVM subtest reference]] - Lists the available tests, their parameters and discusses briefly the available API.
* [[KVM-Autotest/ControlFile|Control File options]] - How to handle the KVM test control file
* [[KVM-Autotest/ControlFile|Control File options]] - How to handle the KVM test control file



Revision as of 09:27, 4 February 2010

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, and for doing regular automated testing of KVM (provided you use it with the server testing infrastructure

  • Working with step files - Background on step files, usage information for Stepmaker and Stepeditor and step file creation tips.
  • Adding New Guests - Adding new Operating systems for guest install, to contribute upstream or use on your internal testing.

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