Signed-off-by: Jiří Župka <jzupka@xxxxxxxxxx> --- client/tests/virt/kvm/control.parallel | 2 +- client/tests/virt/virttest/libvirt_xml.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/tests/virt/kvm/control.parallel b/client/tests/virt/kvm/control.parallel index a33365b..70806c0 100644 --- a/client/tests/virt/kvm/control.parallel +++ b/client/tests/virt/kvm/control.parallel @@ -174,7 +174,7 @@ tests = list(parser.get_dicts()) # ------------- # Run the tests # ------------- -from autotest.client.virt import scheduler +from autotest.client.tests.virt.virttest import scheduler from autotest.client import utils # total_cpus defaults to the number of CPUs reported by /proc/cpuinfo diff --git a/client/tests/virt/virttest/libvirt_xml.py b/client/tests/virt/virttest/libvirt_xml.py index 79fe87a..992bfc2 100644 --- a/client/tests/virt/virttest/libvirt_xml.py +++ b/client/tests/virt/virttest/libvirt_xml.py @@ -11,7 +11,7 @@ import logging, os.path from autotest.client.shared import error, xml_utils -from autotest.client.virt import libvirt_vm, virsh +from virttest import libvirt_vm, virsh class LibvirtXMLError(Exception): -- 1.7.7.6 -- 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