KVM Autotest: Difference between revisions

From KVM
mNo edit summary
Line 2: Line 2:
The purpose:
The purpose:
* To verify KVM stability
* 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 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.
* Easy to use by users that want to verify the release is stable, before using it
* Collaborate and share kvm test results
* Collaborate and share kvm test results



Revision as of 11:36, 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


User Documentation