diff mbox series

[kvm-unit-tests] x86: Group APIC tests

Message ID 20200127201240.6429-1-wainersm@redhat.com (mailing list archive)
State New, archived
Headers show
Series [kvm-unit-tests] x86: Group APIC tests | expand

Commit Message

Wainer dos Santos Moschetta Jan. 27, 2020, 8:12 p.m. UTC
This creates the 'apic' group in x86/unittests.cfg to allow
the execution of all APIC tests (including IO-APIC) together.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
---
 x86/unittests.cfg | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index aae1523..54c9fbf 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -30,11 +30,13 @@  file = apic.flat
 smp = 2
 extra_params = -cpu qemu64,+x2apic,+tsc-deadline -machine kernel_irqchip=split
 arch = x86_64
+groups = apic
 
 [ioapic-split]
 file = ioapic.flat
 extra_params = -cpu qemu64 -machine kernel_irqchip=split
 arch = x86_64
+groups = apic
 
 [apic]
 file = apic.flat
@@ -42,12 +44,14 @@  smp = 2
 extra_params = -cpu qemu64,+x2apic,+tsc-deadline
 arch = x86_64
 timeout = 30
+groups = apic
 
 [ioapic]
 file = ioapic.flat
 smp = 4
 extra_params = -cpu qemu64
 arch = x86_64
+groups = apic
 
 [cmpxchg8b]
 file = cmpxchg8b.flat