KVM-Autotest: Difference between revisions

From KVM
No edit summary
No edit summary
 
(22 intermediate revisions by 8 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/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.
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/ControlFile|Control File options]] - How to handle the KVM test control file


* [[KVM-Autotest/Steps|Working with step files]] - Background on step files, usage information for Stepmaker and Stepeditor and step file creation tips.
To get started with Avocado-VT please visit:
* [[KVM-Autotest/AddNewGuests|Adding New Guests]] - Adding new Operating systems for guest install, to contribute upstream or use on your internal testing.


----
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