#5 Enable gating and add FIPS smoke test
Merged 2 years ago by zfridric. Opened 3 years ago by ansasaki.
rpms/ ansasaki/gnutls add_gating  into  rawhide

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

+ --- !Policy

+ product_versions:

+   - fedora-*

+ decision_context: bodhi_update_push_testing

+ subject_type: koji_build

+ rules:

+   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

+ --- !Policy

+ product_versions:

+   - fedora-*

+ decision_context: bodhi_update_push_stable

+ subject_type: koji_build

+ rules:

+   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

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

+ ---

+ - hosts: localhost

+   roles:

+   - role: standard-test-basic

+     tags:

+     - classic

+     tests:

+     - smoke-fips:

+         dir: .

+         run: if [[ $(GNUTLS_DEBUG_LEVEL=99 GNUTLS_FORCE_FIPS_MODE=1 certtool 2>&1 | grep "Error") ]]; then exit 1; else exit 0; fi;

+     required_packages:

+     - gnutls

+     - gnutls-utils

The test simply run:

GNUTLS_FORCE_FIPS_MODE=1 certtool --version

rebased onto 440e758369a5d4c2add48d58496d14bb4921cb77

3 years ago

rebased onto 8e1b7eefb8e9234270caf5e524075f5ce41fbd33

3 years ago

rebased onto b9c7505

2 years ago

Pull-Request has been merged by zfridric

2 years ago