asyncioproxy-ticket
Last change
on this file since 0699668 was
0699668,
checked in by Fiona Klute <fiona.klute@…>, 14 months ago
|
Use post_check hook for test 27_OCSP_server
|
-
Property mode set to
100755
|
File size:
190 bytes
|
Rev | Line | |
---|
[c4d6e77] | 1 | #!/bin/bash |
---|
| 2 | # Try HTTPS access with OCSP status check |
---|
| 3 | |
---|
| 4 | # Skip if OCSP tests are not enabled |
---|
| 5 | [ -n "${OCSP_PORT}" ] || exit 77 |
---|
| 6 | |
---|
[0699668] | 7 | . ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 27 |
---|
Note: See
TracBrowser
for help on using the repository browser.