Changeset f246f00 in mod_gnutls for test/test-14_resume_session.bash
- Timestamp:
- Jan 3, 2020, 5:26:55 AM (3 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 0699668
- Parents:
- 905063e
- git-author:
- Fiona Klute <fiona.klute@…> (01/03/20 05:25:41)
- git-committer:
- Fiona Klute <fiona.klute@…> (01/03/20 05:26:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-14_resume_session.bash
r905063e rf246f00 1 1 #!/bin/bash 2 set -e 3 log="outputs/14_resume_session.log" 4 5 ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 14 \ 6 --log-connection "${log}" 7 8 echo "Checking if the session was resumed successfully..." 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! 12 grep "This is a resumed session" "${log}" 2 . ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 14
Note: See TracChangeset
for help on using the changeset viewer.