#6 Enable a gating test to ensure gnutls is rebuilt as part of the update
Merged 10 months ago by ueno. Opened a year ago by asosedkin.
rpms/ asosedkin/nettle gating-test  into  rawhide

file added
+1
@@ -0,0 +1,1 @@ 

+ 1

file added
+14
@@ -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}

@@ -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

no initial comment

rebased onto bab95a3

a year ago

rebased onto 15b98eb

a year ago

gnutls-cli: symbol lookup error: /lib64/libgnutls.so.30: undefined symbol: nettle_streebog256_digest, version NETTLE_8

Not what I've expected =)

rebased onto e099646

a year ago

rebased onto 0839971

a year ago

rebased onto cc5d0d9

a year ago

passes when the parent commit is not ancient

rebased onto ac4fc51

10 months ago

Pull-Request has been merged by ueno

10 months ago