asyncioproxy-ticket
Last change
on this file since 905063e was
05984a0,
checked in by Fiona Klute <fiona.klute@…>, 3 years 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:
434 bytes
|
Rev | Line | |
---|
[6c5c2ec] | 1 | #!/bin/bash |
---|
[13870b7] | 2 | set -e |
---|
[05984a0] | 3 | log="outputs/14_resume_session.log" |
---|
| 4 | |
---|
| 5 | ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 14 \ |
---|
| 6 | --log-connection "${log}" |
---|
[13870b7] | 7 | |
---|
| 8 | echo "Checking if the session was resumed successfully..." |
---|
[1754503] | 9 | # NOTE: The "Resume Handshake was completed" message appears after the |
---|
| 10 | # second handshake is complete, whether the session has been resumed |
---|
| 11 | # or not. The following message is required! |
---|
[05984a0] | 12 | grep "This is a resumed session" "${log}" |
---|
Note: See
TracBrowser
for help on using the repository browser.