nova: skip smp revoke test in Qemu

This commit is contained in:
Alexander Boettcher 2019-01-30 11:05:18 +01:00 committed by Norman Feske
parent bcb24e316c
commit 2c969f1167

View File

@ -706,8 +706,9 @@ Main::Main(Env &env) : env(env)
/* test translate together with special revoke */ /* test translate together with special revoke */
test_translate(env); test_translate(env);
/* test SMP delegate/revoke */ /* test SMP delegate/revoke - skip it on Qemu which takes too long */
test_delegate_revoke_smp(env); if (check_pat)
test_delegate_revoke_smp(env);
/** /**
* Test to provoke out of memory during capability transfer of * Test to provoke out of memory during capability transfer of