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

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

 



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@xxxxxxxxxx>
---
 x86/unittests.cfg | 4 ++++
 1 file changed, 4 insertions(+)

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
-- 
2.23.0




[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux