From 1c664a69e6c64d0cac0a223259061c451ecb9c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Thu, 16 Nov 2017 08:51:17 +0100 Subject: [PATCH] spice: Restrict it to i386 and x86_64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This test uses hardcoded i386 and x86_64 machine types, let's restrict it to those archs only. Signed-off-by: Lukáš Doktor --- qemu/tests/cfg/spice.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu/tests/cfg/spice.cfg b/qemu/tests/cfg/spice.cfg index d99f55a0..f3fdbd9f 100644 --- a/qemu/tests/cfg/spice.cfg +++ b/qemu/tests/cfg/spice.cfg @@ -1,5 +1,6 @@ - rv: no JeOS + only i386, x86_64 vms += " vm2" guest_vm = virt-tests-vm1 client_vm = vm2 -- GitLab