diff --git a/e2e_tests.fmf b/e2e_tests.fmf index 5b4783f..606777a 100644 --- a/e2e_tests.fmf +++ b/e2e_tests.fmf @@ -20,7 +20,16 @@ discover: ref: main test: - /setup/configure_tpm_emulator + # change IMA policy to simple and run one attestation scenario + # this is to utilize also a different parser + - /setup/configure_kernel_ima_module/ima_policy_simple + - /functional/basic-attestation-on-localhost + # now change IMA policy to signing and run all tests + - /setup/configure_kernel_ima_module/ima_policy_signing - "/functional/.*" + # now set zeromq as a default revocation notifier and test it + - /setup/configure_default_revocation_notifier/zeromq + - /functional/basic-attestation-on-localhost execute: how: tmt