diff --git a/e2e_tests.fmf b/e2e_tests.fmf index 6fcc300..b942f7f 100644 --- a/e2e_tests.fmf +++ b/e2e_tests.fmf @@ -1,9 +1,10 @@ summary: run keylime e2e tests +# define context to filter out all test requiring TPM device context: - # define context to filter out all test requiring TPM device - swtpm: yes - agent: rust + swtpm: yes + agent: rust + faked_measured_boot_log: no prepare: - how: shell @@ -23,7 +24,7 @@ discover: - /functional/basic-attestation-on-localhost # now change IMA policy to signing and run all tests - /setup/configure_kernel_ima_module/ima_policy_signing - - "/functional/.*" + - "^/functional/.*" execute: how: tmt @@ -33,4 +34,3 @@ adjust: environment: AVC_CHECK_AUSEARCH_PARAMS: "-se keylime" because: "On Rawhide we ignore SELinux AVCs not related to keylime" -