KVM-Autotest: Difference between revisions

From KVM
(reverted spam)
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/CmdLine|Using the autotest command line]] - How to use the autotest cli to run your kvm tests in an easier way
* [[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.  



Revision as of 08:36, 27 April 2011

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.