From 8bd46bc758b9de63011d48d7a8d87a0c46ea6fe1 Mon Sep 17 00:00:00 2001 From: Sergio Correia Date: Tue, 6 Jun 2023 13:50:41 -0300 Subject: [PATCH] Update test plan Fix regex so that we will not run unwanted tests. --- e2e_tests.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e_tests.fmf b/e2e_tests.fmf index 5a80829..b942f7f 100644 --- a/e2e_tests.fmf +++ b/e2e_tests.fmf @@ -24,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