KVM-Autotest: Difference between revisions

From KVM
No edit summary
No edit summary
 
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
= KVM-Autotest =
= KVM-Autotest =


The KVM-Autotest system is a client test for the [http://autotest.kernel.org/ 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).
KVM autotest and virt-test are the former names of a set of virtualization tests that include KVM and other virtualization backends on Linux platforms. Now the project is known as Avocado and Avocado-VT.


* [[KVM-Autotest/Getting Started|Getting Started with KVM testing]] - How to get your first tests up and running.
== Avocado and Avocado-VT ==
* [[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/Tests|KVM subtest reference]] - Brief overview of the available test API.
These are the current community projects that have come from a long heritage, including virt-test and KVM-Autotest.
* [[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.
Avocado is a generic testing framework, while Avocado-VT adds support for Virtualization testing (a continuation of virt-test).


* [[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.
To get started with Avocado-VT please visit:


----
http://avocado-vt.readthedocs.io


* [[KVM-Autotest/TODO|TODO]] - TODO list, for those interested in helping.
https://github.com/avocado-framework/avocado-vt
 
 
To learn more about Avocado please visit:
 
http://avocado-framework.readthedocs.io
 
https://github.com/avocado-framework/avocado
 
[[Category:Redirects]][[Category:Testing]]

Latest revision as of 15:58, 27 June 2016

KVM-Autotest

KVM autotest and virt-test are the former names of a set of virtualization tests that include KVM and other virtualization backends on Linux platforms. Now the project is known as Avocado and Avocado-VT.

Avocado and Avocado-VT

These are the current community projects that have come from a long heritage, including virt-test and KVM-Autotest.

Avocado is a generic testing framework, while Avocado-VT adds support for Virtualization testing (a continuation of virt-test).

To get started with Avocado-VT please visit:

http://avocado-vt.readthedocs.io

https://github.com/avocado-framework/avocado-vt


To learn more about Avocado please visit:

http://avocado-framework.readthedocs.io

https://github.com/avocado-framework/avocado