Changeset 05984a0 in mod_gnutls for test/test-14_resume_session.bash
- Timestamp:
- Dec 26, 2019, 3:47:10 AM (16 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 0909c92
- Parents:
- 006f91a
- git-author:
- Fiona Klute <fiona.klute@…> (12/26/19 03:38:34)
- git-committer:
- Fiona Klute <fiona.klute@…> (12/26/19 03:47:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-14_resume_session.bash
r006f91a r05984a0 1 1 #!/bin/bash 2 2 set -e 3 ${srcdir}/runtests t-14 3 log="outputs/14_resume_session.log" 4 4 5 t="$(basename ${0} .bash)" 6 output="outputs/${t#test-}.output" 5 ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 14 \ 6 --log-connection "${log}" 7 7 8 echo "Checking if the session was resumed successfully..." 8 9 # NOTE: The "Resume Handshake was completed" message appears after the 9 10 # second handshake is complete, whether the session has been resumed 10 11 # or not. The following message is required! 11 grep "This is a resumed session" "${ output}"12 grep "This is a resumed session" "${log}"
Note: See TracChangeset
for help on using the changeset viewer.