asyncioproxy-ticket
Last change
on this file since 2d25c1c was
05984a0,
checked in by Fiona Klute <fiona.klute@…>, 14 months ago
|
Replace "runtests" with "runtest.py"
This is the next step from handling HTTP requests and responses in
Python. In particular error handling is a lot easier to do in Python
than using Bash trap functions.
|
-
Property mode set to
100755
|
File size:
343 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | # This test checks if server and proxy priorities are applied |
---|
4 | # properly. The proxy server requries a TLS 1.2 connection, but the |
---|
5 | # back end server is configured not to use TLS 1.2. The proxy request |
---|
6 | # must fail and the client must receive an error message to pass. |
---|
7 | . ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 23 |
---|
Note: See
TracBrowser
for help on using the repository browser.