From 707ad43af6f69eef6c84f4fa45e7553670d97f42 Mon Sep 17 00:00:00 2001 From: Anderson Toshiyuki Sasaki Date: Mon, 3 Aug 2026 09:54:43 +0200 Subject: [PATCH] Sync fmf file with c10s branch Make the fmf file consistent between c9s and c10s branches. Signed-off-by: Anderson Toshiyuki Sasaki --- ci_tests.fmf | 17 +++++++++++++++++ e2e_tests.fmf | 25 ------------------------- 2 files changed, 17 insertions(+), 25 deletions(-) create mode 100644 ci_tests.fmf delete mode 100644 e2e_tests.fmf diff --git a/ci_tests.fmf b/ci_tests.fmf new file mode 100644 index 0000000..6a596dc --- /dev/null +++ b/ci_tests.fmf @@ -0,0 +1,17 @@ +/e2e: + plan: + import: + url: https://github.com/RedHat-SP-Security/keylime-plans.git + name: /generic/e2e + +/package-update: + plan: + import: + url: https://github.com/RedHat-SP-Security/keylime-plans.git + name: /generic/package-update + +/rpmverify: + plan: + import: + url: https://github.com/RedHat-SP-Security/keylime-plans.git + name: /generic/rpmverify diff --git a/e2e_tests.fmf b/e2e_tests.fmf deleted file mode 100644 index a55599a..0000000 --- a/e2e_tests.fmf +++ /dev/null @@ -1,25 +0,0 @@ -summary: run keylime e2e tests - -# define context to filter out all test requiring TPM device -context: - swtpm: yes - agent: rust - -discover: - how: fmf - url: https://github.com/RedHat-SP-Security/keylime-tests - ref: "@.tmt/dynamic_ref.fmf" - test: - - /setup/configure_tpm_emulator - - /setup/inject_SELinux_AVC_check - # 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/.*" - - "^/compatibility/.*" - -execute: - how: tmt