Changeset 05984a0 in mod_gnutls for test/test-16_view-status.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-16_view-status.bash
r006f91a r05984a0 1 1 #!/bin/bash 2 2 set -e 3 ${srcdir}/runtests t-164 3 5 # expected output file 4 # expected output files 5 log="outputs/16_view-status.log" 6 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}" 10 7 11 # get the cipher suite reported by gnutls-cli 8 cli_suite="$(grep -o -P '(?<=^-\sDescription:\s).*$' "${ output}")" || true12 cli_suite="$(grep -o -P '(?<=^-\sDescription:\s).*$' "${log}")" || true 9 13 # extract cipher suite from the server status output 10 14 status_suite="$(grep -o -P '(?<=^Current TLS session:\s).*$' "${output}")" \
Note: See TracChangeset
for help on using the changeset viewer.