From 306aeaf2ab7d9848ada5b60a8c0edf935b9c440f Mon Sep 17 00:00:00 2001 From: Sergio Correia Date: Thu, 20 Jul 2023 08:30:30 +0100 Subject: [PATCH] tests: update tests to run in test plan --- e2e_tests.fmf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e_tests.fmf b/e2e_tests.fmf index eecb1d4..465f4f4 100644 --- a/e2e_tests.fmf +++ b/e2e_tests.fmf @@ -8,7 +8,7 @@ context: discover: how: fmf url: https://github.com/RedHat-SP-Security/keylime-tests - ref: "@.tmt/dynamic_ref.fmf" + ref: "main" test: - /setup/configure_tpm_emulator - /setup/inject_SELinux_AVC_check @@ -18,8 +18,8 @@ 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/.*" - - "/compatibility/.*" + - "^/functional/.*" + - "^/compatibility/.*" execute: how: tmt