asyncioproxy-ticket
Last change
on this file since 2d25c1c was
2d25c1c,
checked in by Fiona Klute <fiona.klute@…>, 16 months ago
|
Test 16_view-status: Use post_check hook for GnuTLS 3.6.11 compatibility
Since 3.6.11 GnuTLS lists the certificate type used for authentication
in the TLS session information. In most tests (including this one) the
client does not authenticate, so the strings aren't exactly
equivalent. The new hook takes this into consideration.
|
-
Property mode set to
100755
|
File size:
257 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | set -e |
---|
3 | |
---|
4 | # output files, needed for post_check hook |
---|
5 | log="outputs/16_view-status.log" |
---|
6 | output="outputs/16_view-status.output" |
---|
7 | |
---|
8 | . ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 16 \ |
---|
9 | --log-connection "${log}" --log-responses "${output}" |
---|
Note: See
TracBrowser
for help on using the repository browser.