From 2558f48c2870dacc03ed1c784b8d9d94bb9fb7d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Wed, 22 Nov 2017 18:06:11 +0100 Subject: [PATCH] Filter unittest_kvmctl to x86 only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ideally this test should not exists in Avocado-vt as kvm-unit-tests are dynamic and more and more are added each day. Anyway as it exists let's limit it to x86 only as it defines x86 variants. Those who want to run kvm-unit-tests please use pure Avocado instead. Signed-off-by: Lukáš Doktor --- qemu/tests/cfg/unittest_kvmctl.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu/tests/cfg/unittest_kvmctl.cfg b/qemu/tests/cfg/unittest_kvmctl.cfg index a5987ab3..ab74bcc0 100644 --- a/qemu/tests/cfg/unittest_kvmctl.cfg +++ b/qemu/tests/cfg/unittest_kvmctl.cfg @@ -1,5 +1,6 @@ - unit_test_kvmctl: no JeOS + only i386, x86_64 type = unittest_kvmctl vms = '' profilers = '' -- GitLab