Changeset 0699668 in mod_gnutls
- Timestamp:
- Jan 3, 2020, 5:35:03 AM (3 years ago)
- Branches:
- asyncio, main, master, proxy-ticket
- Children:
- f7e47b5
- Parents:
- f246f00
- Location:
- test
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-27_OCSP_server.bash
rf246f00 r0699668 5 5 [ -n "${OCSP_PORT}" ] || exit 77 6 6 7 log="outputs/27_OCSP_server.log" 8 ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 27 \ 9 --log-connection "${log}" 10 ret=${?} 11 12 echo "Checking if client actually got a stapled response." 13 if grep -P "^- Options: .*OCSP status request," "${log}"; then 14 echo "OK" 15 else 16 echo "Error: \"OCSP status request\" option is missing!" 17 ret=1 18 fi 19 20 exit ${ret} 7 . ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 27 -
test/tests/Makefile.am
rf246f00 r0699668 27 27 25_Disable_TLS_1.0/apache.conf 25_Disable_TLS_1.0/test.yml \ 28 28 26_redirect_HTTP_to_HTTPS/apache.conf 26_redirect_HTTP_to_HTTPS/test.yml \ 29 27_OCSP_server/apache.conf 27_OCSP_server/ ocsp.conf 27_OCSP_server/test.yml \29 27_OCSP_server/apache.conf 27_OCSP_server/hooks.py 27_OCSP_server/ocsp.conf 27_OCSP_server/test.yml \ 30 30 28_HTTP2_support/apache.conf 28_HTTP2_support/hooks.py \ 31 31 29_force_handshake_vhost/apache.conf 29_force_handshake_vhost/test.yml \
Note: See TracChangeset
for help on using the changeset viewer.