Filter out exit_monitor_from_l2_test when running the full vmx test suite (i.e. the "[vmx]" test suite in unittest.cfg). Since exit_monitor_from_l2_test causes the VM to shutdown, many of the tests in vmx_tests.c end up getting skipped. Signed-off-by: David Matlack <dmatlack@xxxxxxxxxx> --- x86/unittests.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86/unittests.cfg b/x86/unittests.cfg index 02dd6b235739..8011429d2307 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -196,7 +196,7 @@ arch = x86_64 [vmx] file = vmx.flat -extra_params = -cpu host,+vmx +extra_params = -cpu host,+vmx -append -exit_monitor_from_l2_test arch = x86_64 groups = vmx -- 2.12.2.816.g2cccc81164-goog