From ddec8781522141c7266aaf317237412f19a08bb1 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Thu, 2 Aug 2018 10:03:47 -0600 Subject: [PATCH] Disable external tests for OCSP scripts --- scripts/ocsp-stapling-with-ca-as-responder.test | 8 +++++--- scripts/ocsp-stapling.test | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/scripts/ocsp-stapling-with-ca-as-responder.test b/scripts/ocsp-stapling-with-ca-as-responder.test index 5c61e2ec1..dc020dee0 100755 --- a/scripts/ocsp-stapling-with-ca-as-responder.test +++ b/scripts/ocsp-stapling-with-ca-as-responder.test @@ -20,9 +20,11 @@ ca=certs/external/baltimore-cybertrust-root.pem #./scripts/ping.test $server 2 # client test against the server -./examples/client/client -X -C -h $server -p 443 -A $ca -g -W 1 -RESULT=$? -[ $RESULT -ne 0 ] && echo -e "\n\nClient connection failed" && exit 1 +# external test case was never running, disable for now but retain case in event +# we wish to re-activate in the future. +#./examples/client/client -X -C -h $server -p 443 -A $ca -g -W 1 +#RESULT=$? +#[ $RESULT -ne 0 ] && echo -e "\n\nClient connection failed" && exit 1 # setup ocsp responder # OLD: ./certs/ocsp/ocspd-intermediate1-ca-issued-certs-with-ca-as-responder.sh & diff --git a/scripts/ocsp-stapling.test b/scripts/ocsp-stapling.test index d39494c4e..16c007d22 100755 --- a/scripts/ocsp-stapling.test +++ b/scripts/ocsp-stapling.test @@ -25,9 +25,11 @@ fi #./scripts/ping.test $server 2 # client test against the server -./examples/client/client -X -C -h $server -p 443 -A $ca -g -W 1 -RESULT=$? -[ $RESULT -ne 0 ] && echo -e "\n\nClient connection failed" && exit 1 +# external test case was never running, disable for now but retain case in event +# we wish to re-activate in the future. +#./examples/client/client -X -C -h $server -p 443 -A $ca -g -W 1 +#RESULT=$? +#[ $RESULT -ne 0 ] && echo -e "\n\nClient connection failed" && exit 1 # Test with example server