From f384589c342dc7bd88770988c2a6ad0dca9d881b Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 21 May 2026 11:54:44 +0200 Subject: [PATCH] gating: add fips mode test run Resolves: RHEL-178309 Signed-off-by: Gerd Hoffmann --- plans.fmf | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/plans.fmf b/plans.fmf index 8521e73..9184b06 100644 --- a/plans.fmf +++ b/plans.fmf @@ -1,10 +1,23 @@ summary: run tests from distgit tarball prepare: - how: install - package: - - edk2-ovmf + - name: enable fips mode + when: fips == yes + how: feature + fips: enabled + - name: install test dependencies + how: install + package: + - edk2-ovmf discover: how: fmf dist-git-source: true execute: how: tmt + +/default: + summary: default test run + +/fips: + summary: fips mode test run + context: + fips: yes