Currently, qemu-iotests is implemented outside the KVM autotest realm. Although convenient if you want to test the default qemu shipped with your distro, it's not so convenient to integrate with the KVM autotest workflow. In order to take advantage of the fact kvm autotest tests are already testing a set of paths [qemu, qemu-img and qemu-io], implement a qemu-iotests that fetch the latest testsuite from git and run the available tests, with the appropriate qemu paths. Lucas Meneghel Rodrigues (2): KVM test: Make tests aware of the qemu-io path KVM test: Introduce qemu_iotests for the KVM test client/tests/kvm/base.cfg.sample | 1 + client/tests/kvm/subtests.cfg.sample | 13 +++++++ client/tests/kvm/tests.cfg.sample | 4 ++ client/tests/kvm/tests/qemu_iotests.py | 62 ++++++++++++++++++++++++++++++++ client/virt/kvm_installer.py | 24 ++++++++++++ 5 files changed, 104 insertions(+), 0 deletions(-) create mode 100644 client/tests/kvm/tests/qemu_iotests.py -- 1.7.7.3 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html