diff mbox series

[kvm-unit-tests,11/15] KVM: nVMX: Consolidate the SMP tests into a single testcase

Message ID 20190212233451.27740-12-sean.j.christopherson@intel.com (mailing list archive)
State New, archived
Headers show
Series KVM: clean up the nVMX config | expand

Commit Message

Sean Christopherson Feb. 12, 2019, 11:34 p.m. UTC
The SMP tests aren't so special that each test deserves its own
testcase.  This also sets the stage for renaming the tests to add an
"smp_" prefix so that they can be run using simply globbing.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
---
 x86/unittests.cfg | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)
diff mbox series

Patch

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index 8839644..838b2f5 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -236,10 +236,10 @@  extra_params = -cpu host,host-phys-bits,+vmx -m 2560 -append "ept_access*"
 arch = x86_64
 groups = vmx
 
-[vmx_eoi_bitmap_ioapic_scan]
+[vmx_smp]
 file = vmx.flat
 smp = 2
-extra_params = -cpu host,+vmx -m 2048 -append vmx_eoi_bitmap_ioapic_scan_test
+extra_params = -cpu host,+vmx -m 2048 -append "vmx_eoi_bitmap_ioapic_scan_test vmx_apic_passthrough_thread_test"
 arch = x86_64
 groups = vmx
 
@@ -250,13 +250,6 @@  arch = x86_64
 groups = vmx
 timeout = 10
 
-[vmx_apic_passthrough_thread]
-file = vmx.flat
-smp = 2
-extra_params = -cpu host,+vmx -m 2048 -append vmx_apic_passthrough_thread_test
-arch = x86_64
-groups = vmx
-
 [vmcs_shadow]
 file = vmx.flat
 extra_params = -cpu host,+vmx -append vmx_vmcs_shadow_test