Skip to content
Lucas Meneghel Rodrigues edited this page Sep 25, 2012 · 19 revisions

Virt test documentation

Virt is a suite of tests made to exercise different linux virtualization hypervisors. At the time of this writing (09/07/2012), there are 3 virt types covered:

  • KVM
  • Libvirt
  • V2V (which is an utility to convert virtual machines from different systems)

Those tests were separated from the autotest git repo and became their own project. It's possible to use the virt tests in autotest just fine, but also run the tests through a stand alone test runner. The virt tests do require a few core autotest libraries to function, but those can be provided either by exporting an environment variable containing a path to an autotest git tree, or installing the autotest core through an RPM package (available on the Fedora repos). If you are curious about the parent project, autotest, you can check out its wiki page

Documentation

Clone this wiki locally