gnutls/plans/fips-smoke.fmf

5 lines
202 B
Plaintext
Raw Normal View History

2023-04-07 16:01:46 +00:00
summary: Runs FIPS library integrity checks.
name: fips-smoke
execute:
script: if [[ $(GNUTLS_DEBUG_LEVEL=99 GNUTLS_FORCE_FIPS_MODE=1 certtool 2>&1 | grep "Error") ]]; then exit 1; else exit 0; fi;