gating: add fips mode test run
Resolves: RHEL-178309 Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
e960235088
commit
f384589c34
19
plans.fmf
19
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user