From: Amador Pahim <apa...@redhat.com> Not all distros will support cloudinit. Let's use Fedora, which is proven to work.
Signed-off-by: Amador Pahim <apa...@redhat.com> Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> --- tests/avocado/test_nec-usb-xhci.py | 2 +- tests/avocado/test_numa_hotplug.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/avocado/test_nec-usb-xhci.py b/tests/avocado/test_nec-usb-xhci.py index d3a2716eb4..c29b5ebaa1 100644 --- a/tests/avocado/test_nec-usb-xhci.py +++ b/tests/avocado/test_nec-usb-xhci.py @@ -19,7 +19,7 @@ class TestNecUsbXhci(test.QemuTest): def setUp(self): self.vm_dst = None - self.image = vmimage.get() + self.image = vmimage.get('Fedora') self.vm.add_image(self.image.path, cloudinit=True, snapshot=False) self.vm.args.extend(['-machine', 'accel=kvm']) diff --git a/tests/avocado/test_numa_hotplug.py b/tests/avocado/test_numa_hotplug.py index 1993f9b159..256ec0f49f 100644 --- a/tests/avocado/test_numa_hotplug.py +++ b/tests/avocado/test_numa_hotplug.py @@ -21,7 +21,7 @@ class TestNumaHotplug(test.QemuTest): """ def setUp(self): - self.image = vmimage.get() + self.image = vmimage.get('Fedora') self.vm.add_image(self.image.path, cloudinit=True, snapshot=False) self.vm.args.extend(['-machine', 'accel=kvm']) -- 2.14.3