diff mbox series

[kvm-unit-tests,08/15] KVM: nVMX: Exclude the VMCS shadowing test from the "vmx" testcase

Message ID 20190212233451.27740-9-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
Due to exhaustively probing all possible VMCS field values, the VMCS
shadowing test takes forever and a day to run, to the point where it
times out when running the unit tests in L1.  Now that VMCS shadowing
has its own sane testcase, exclude it from the generic VMX testcase.

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

Patch

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index 7c0310c..ad54126 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -226,7 +226,7 @@  extra_params = -cpu qemu64,+umip
 
 [vmx]
 file = vmx.flat
-extra_params = -cpu host,+vmx -append "-exit_monitor_from_l2_test -ept_access*"
+extra_params = -cpu host,+vmx -append "-exit_monitor_from_l2_test -ept_access* -vmx_vmcs_shadow_test"
 arch = x86_64
 groups = vmx