KVM-Autotest: Difference between revisions

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


The KVM-Autotest system is based on the [http://test.kernel.org/autotest/ autotest] framework. Its main purpose is to serve as an automated regression testing tool for KVM developers, as well as a means for users to verify the stability of a KVM release before using it.
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 ==


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


* [[KVM-Autotest/Getting Started|Installation & Getting Started]]
Avocado is a generic testing framework, while Avocado-VT adds support for Virtualization testing (a continuation of virt-test).
* [[KVM-Autotest/Test Config File|The test configuration file format]]
* [[KVM-Autotest/Parameters|Framework parameters]] -- lists and explains the parameters used by the framework
* [[KVM-Autotest/Tests|Tests]] -- lists the available tests and their parameters
* [[KVM-Autotest/Steps|Working with step files]] -- background on step files, usage information for Stepmaker and Stepeditor and step file creation tips
* [[KVM-Autotest/AddNewGuests|Adding New Guests]]
* [[KVM-Autotest/TODO|To-do]]


== kvm_runtest (old wiki) ==
To get started with Avocado-VT please visit:


http://il.qumranet.com/kvmwiki/KVM_RegressionTest
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
 
[[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