KVM-Autotest: Difference between revisions

From KVM
No edit summary
mNo 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/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.  
* [http://essaywritingservices.org/book-report.php book report help] - How to provide succesful tests


* [[KVM-Autotest/Tests|KVM subtest reference]] - Brief overview of the available test 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.  
* [http://essaywritingservices.org/book-report.php online book reports] - test reports


* [[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 08:27, 4 May 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.