KVM-Autotest: Difference between revisions

From KVM
No edit summary
No edit summary
Line 6: Line 6:
* [[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/Tests|KVM subtest reference]] - Brief overview of the available test API.
* [[KVM-Autotest/Contributing|Contribute to KVM autotest]] - Guidance on how to submit patches.
* [[KVM-Autotest/Contributing|Contribute to KVM autotest]] - Guidance on how to submit patches.



Revision as of 23:45, 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).

  • Adding New Step files - The default install mode for most guests now is the unattended install, but for some guests, we might need to use step based install. This explains how to do so.

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