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@xxxxxxxxx> --- x86/unittests.cfg | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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 -- 2.20.1