Changeset 94430e6 in mod_gnutls for test/test-27_OCSP_server.bash
- Timestamp:
- Oct 10, 2017, 12:32:13 PM (3 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- e00d91a
- Parents:
- a09df8c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-27_OCSP_server.bash
ra09df8c r94430e6 4 4 # Skip if OCSP tests are not enabled 5 5 [ -n "${OCSP_PORT}" ] || exit 77 6 7 : ${srcdir:="."} 8 . ${srcdir}/common.bash 9 netns_reexec ${@} 10 11 . $(dirname ${0})/proxy_backend.bash 12 13 testdir="${srcdir}/tests/27_OCSP_server" 14 TEST_NAME="$(basename ${testdir})" 15 16 backend_apache "${testdir}" "ocsp.conf" start "${OCSP_LOCK}" 6 17 7 18 # trigger OCSP server test in the runtests script … … 12 23 ${srcdir}/runtests t-27 13 24 ret=${?} 25 26 backend_apache "${testdir}" "ocsp.conf" stop 14 27 15 28 echo "Checking if client actually got a stapled response."
Note: See TracChangeset
for help on using the changeset viewer.