From 04c3c28576ed1f1ff495a8ffe40699951fa5b66e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Thu, 23 Nov 2017 14:24:35 +0100 Subject: [PATCH] Filter seabios test to x86 only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This test only makes sense in x86 world. Let's use only instead of out. Signed-off-by: Lukáš Doktor --- qemu/tests/cfg/seabios.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/tests/cfg/seabios.cfg b/qemu/tests/cfg/seabios.cfg index 3c853b1d..bb66b1da 100644 --- a/qemu/tests/cfg/seabios.cfg +++ b/qemu/tests/cfg/seabios.cfg @@ -1,6 +1,6 @@ - seabios: install setup image_copy unattended_install.cdrom no Host_RHEL.m5 - no ppc64 ppc64le aarch64 + only i386, x86_64 type = seabios start_vm = no restart_vm = no -- GitLab