KVM Autotest: Difference between revisions
From KVM
mNo edit summary |
mNo edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The KVM automated regression testing environment is based on [http://test.kernel.org/autotest/ autotest] framework. | The KVM automated regression testing environment is based on [http://test.kernel.org/autotest/ autotest] framework. | ||
The purpose: | The purpose: | ||
* To verify KVM stability | |||
* Easy to use by developers that make changes to the code and want to make sure that no regression has been made | |||
* Easy to use by users that want to verify the release is stable, before using it | |||
* Collaborate and share kvm test results | |||
== User Documentation == | == User Documentation == | ||
* [[Installation & Getting Started]] | |||
* [[Test Configuration]] | |||
* [[Test Cases]] | |||
== Dev Documentation == | |||
* [[TO DO]] |
Latest revision as of 11:30, 9 March 2009
The KVM automated regression testing environment is based on autotest framework. The purpose:
- To verify KVM stability
- Easy to use by developers that make changes to the code and want to make sure that no regression has been made
- Easy to use by users that want to verify the release is stable, before using it
- Collaborate and share kvm test results