Skip to content

Commit

Permalink
Removed CRL test as the information is no more published
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed May 23, 2024
1 parent f27f34b commit 0ae50f3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions test/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -695,12 +695,13 @@ testBadSSLRevoked() {
assertEquals "wrong exit code" "${NAGIOS_CRITICAL}" "${EXIT_CODE}"
}

testBadSSLRevokedCRL() {
# shellcheck disable=SC2086
${SCRIPT} ${TEST_DEBUG} --rootcert-file cabundle.crt -H revoked.badssl.com --crl --ignore-ocsp
EXIT_CODE=$?
assertEquals "wrong exit code" "${NAGIOS_CRITICAL}" "${EXIT_CODE}"
}
# testBadSSLRevokedCRL() {
# echo " ${SCRIPT} ${TEST_DEBUG} --rootcert-file cabundle.crt -H revoked.badssl.com --crl --ignore-ocsp"
# # shellcheck disable=SC2086
# ${SCRIPT} ${TEST_DEBUG} --rootcert-file cabundle.crt -H revoked.badssl.com --crl --ignore-ocsp
# EXIT_CODE=$?
# assertEquals "wrong exit code" "${NAGIOS_CRITICAL}" "${EXIT_CODE}"
# }

testGRCRevoked() {
# shellcheck disable=SC2086
Expand Down

0 comments on commit 0ae50f3

Please sign in to comment.