Enable a gating test to ensure gnutls is rebuilt as part of the update

This commit is contained in:
Alexander Sosedkin 2022-06-23 18:29:27 +02:00 committed by ueno
parent da9593eb38
commit ac4fc51cd0
3 changed files with 21 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

14
gating.yaml Normal file
View 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}

View 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