python-virt-firmware/plans.fmf
Gerd Hoffmann f384589c34 gating: add fips mode test run
Resolves: RHEL-178309

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2026-05-21 16:53:50 +02:00

24 lines
400 B
Plaintext

summary: run tests from distgit tarball
prepare:
- 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