diff mbox series

[kvm-unit-tests,03/15] KVM: nVMX: Exclude the EPT access tests from the VMX testcase

Message ID 20190212233451.27740-4-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 unique requirements, the EPT access tests have a dedicated
testcase.  Remove them from the primary VMX testcase so that future
patches can make the primary testcase less needy, e.g. drop the 2gb
memory requirement.

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 3f23cde..08b9a7e 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 -m 2560 -append -exit_monitor_from_l2_test
+extra_params = -cpu host,+vmx -m 2560 -append "-exit_monitor_from_l2_test -ept_access*"
 arch = x86_64
 groups = vmx