From 578c14e5b0efbcf87e0447447bff193ea9c3db79 Mon Sep 17 00:00:00 2001 From: Anderson Toshiyuki Sasaki Date: Fri, 14 Jul 2023 11:42:06 +0200 Subject: [PATCH] Update test plan Fix regex to avoid running unwanted tests. Signed-off-by: Anderson Toshiyuki Sasaki --- e2e_tests.fmf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" -