Disable external tests for OCSP scripts

This commit is contained in:
kaleb-himes
2018-08-02 10:03:47 -06:00
parent a178764a8b
commit ddec878152
2 changed files with 10 additions and 6 deletions

View File

@@ -20,9 +20,11 @@ ca=certs/external/baltimore-cybertrust-root.pem
#./scripts/ping.test $server 2 #./scripts/ping.test $server 2
# client test against the server # client test against the server
./examples/client/client -X -C -h $server -p 443 -A $ca -g -W 1 # external test case was never running, disable for now but retain case in event
RESULT=$? # we wish to re-activate in the future.
[ $RESULT -ne 0 ] && echo -e "\n\nClient connection failed" && exit 1 #./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 # setup ocsp responder
# OLD: ./certs/ocsp/ocspd-intermediate1-ca-issued-certs-with-ca-as-responder.sh & # OLD: ./certs/ocsp/ocspd-intermediate1-ca-issued-certs-with-ca-as-responder.sh &

View File

@@ -25,9 +25,11 @@ fi
#./scripts/ping.test $server 2 #./scripts/ping.test $server 2
# client test against the server # client test against the server
./examples/client/client -X -C -h $server -p 443 -A $ca -g -W 1 # external test case was never running, disable for now but retain case in event
RESULT=$? # we wish to re-activate in the future.
[ $RESULT -ne 0 ] && echo -e "\n\nClient connection failed" && exit 1 #./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 # Test with example server