KVM-Autotest: Difference between revisions

From KVM
No edit summary
No edit summary
Line 11: Line 11:
* [[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/AddNewGuests|Adding New Step files]] - Adding new Operating systems for guest OS step file install, to contribute upstream or use on your internal testing.
* [[KVM-Autotest/AddNewGuests|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.


----
----


* [[KVM-Autotest/TODO|TODO]] - TODO list, for those interested in helping.
* [[KVM-Autotest/TODO|TODO]] - TODO list, for those interested in helping.

Revision as of 09:34, 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.