qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC 23/24] avocado_qemu: Force vmimage distro


From: Eduardo Habkost
Subject: [Qemu-devel] [RFC 23/24] avocado_qemu: Force vmimage distro
Date: Fri, 20 Apr 2018 15:19:50 -0300

From: Amador Pahim <address@hidden>

Not all distros will support cloudinit. Let's use Fedora, which is
proven to work.

Signed-off-by: Amador Pahim <address@hidden>
Signed-off-by: Eduardo Habkost <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]