Enable a gating test to ensure gnutls is rebuilt as part of the update
This commit is contained in:
parent
da9593eb38
commit
ac4fc51cd0
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
14
gating.yaml
Normal file
14
gating.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_contexts: [bodhi_update_push_testing]
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_contexts: [bodhi_update_push_stable]
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
6
tests/gnutls-is-rebuilt.fmf
Normal file
6
tests/gnutls-is-rebuilt.fmf
Normal file
@ -0,0 +1,6 @@
|
||||
summary: Check that gnutls is rebuilt as part of the same bodhi update
|
||||
execute:
|
||||
script: >
|
||||
dnf install -y gnutls-utils
|
||||
&& rpm -q gnutls nettle
|
||||
&& env GNUTLS_FORCE_FIPS_MODE=1 gnutls-cli --list
|
Loading…
Reference in New Issue
Block a user