- Timestamp:
- Nov 1, 2019, 5:21:04 PM (6 weeks ago)
- Branches:
- master
- Children:
- c6987c6
- Parents:
- a55742a
- git-author:
- Krista Karppinen <krista.celestia@…> (11/01/19 17:07:20)
- git-committer:
- Krista Karppinen <krista.celestia@…> (11/01/19 17:21:04)
- Location:
- test
- Files:
-
- 24 edited
Legend:
- Unmodified
- Added
- Removed
-
test/runtests
ra55742a r20a20df 50 50 # Compare expected/actual outputs, filtering out headers from actual 51 51 # output that are expected to change between runs or builds (currently 52 # "Date" and "Server"). The headers must be excluded in the expected53 # output.52 # "Date", "Server" and "Content-Length"). The headers must be excluded 53 # in the expected output. 54 54 # 55 55 # Parameters: … … 64 64 grep -v -P '^Date:\s.*GMT\s?$' | \ 65 65 grep -v -P '^Server:\sApache' | \ 66 grep -v -P '^Content-Length:\s\d+\s?$' | \ 66 67 tail -n "$(wc -l < ${expected})" ) 67 68 } -
test/tests/00_basic/output
ra55742a r20a20df 1 1 Accept-Ranges: bytes 2 Content-Length: 53 2 Connection: close 4 3 Content-Type: text/plain -
test/tests/01_serverwide_priorities/output
ra55742a r20a20df 1 1 Accept-Ranges: bytes 2 Content-Length: 53 2 Connection: close 4 3 Content-Type: text/plain -
test/tests/03_cachetimeout_in_vhost/output
ra55742a r20a20df 1 1 Accept-Ranges: bytes 2 Content-Length: 53 2 Connection: close 4 3 Content-Type: text/plain -
test/tests/04_basic_nosni/output
ra55742a r20a20df 1 1 Accept-Ranges: bytes 2 Content-Length: 53 2 Connection: close 4 3 Content-Type: text/plain -
test/tests/06_verify_sni_a/output
ra55742a r20a20df 1 1 Accept-Ranges: bytes 2 Content-Length: 53 2 Connection: close 4 3 Content-Type: text/plain -
test/tests/07_verify_sni_b/output
ra55742a r20a20df 1 1 Accept-Ranges: bytes 2 Content-Length: 53 2 Connection: close 4 3 Content-Type: text/plain -
test/tests/08_verify_no_sni_fallback_to_first_vhost/output
ra55742a r20a20df 1 1 Accept-Ranges: bytes 2 Content-Length: 53 2 Connection: close 4 3 Content-Type: text/plain -
test/tests/10_basic_client_verification/output
ra55742a r20a20df 1 1 Accept-Ranges: bytes 2 Content-Length: 53 2 Connection: close 4 3 Content-Type: text/plain -
test/tests/14_resume_session/output
ra55742a r20a20df 1 1 Accept-Ranges: bytes 2 Content-Length: 53 2 Connection: close 4 3 Content-Type: text/plain -
test/tests/15_basic_msva/output
ra55742a r20a20df 1 1 Accept-Ranges: bytes 2 Content-Length: 53 2 Connection: close 4 3 Content-Type: text/plain -
test/tests/19_TLS_reverse_proxy/output
ra55742a r20a20df 1 1 Accept-Ranges: bytes 2 Content-Length: 53 2 Content-Type: text/plain 4 3 Connection: close -
test/tests/20_TLS_reverse_proxy_client_auth/output
ra55742a r20a20df 1 1 Accept-Ranges: bytes 2 Content-Length: 53 2 Content-Type: text/plain 4 3 Connection: close -
test/tests/21_TLS_reverse_proxy_wrong_cert/output
ra55742a r20a20df 1 1 HTTP/1.1 502 Proxy Error 2 Content-Length: 3413 2 Connection: close 4 3 Content-Type: text/html; charset=iso-8859-1 -
test/tests/22_TLS_reverse_proxy_crl_revoke/output
ra55742a r20a20df 1 1 HTTP/1.1 502 Proxy Error 2 Content-Length: 3413 2 Connection: close 4 3 Content-Type: text/html; charset=iso-8859-1 -
test/tests/23_TLS_reverse_proxy_mismatched_priorities/output
ra55742a r20a20df 1 1 HTTP/1.1 502 Proxy Error 2 Content-Length: 3413 2 Connection: close 4 3 Content-Type: text/html; charset=iso-8859-1 -
test/tests/24_pkcs11_cert/output
ra55742a r20a20df 1 1 Accept-Ranges: bytes 2 Content-Length: 53 2 Connection: close 4 3 Content-Type: text/plain -
test/tests/27_OCSP_server/output
ra55742a r20a20df 1 1 Accept-Ranges: bytes 2 Content-Length: 53 2 Connection: close 4 3 Content-Type: text/plain -
test/tests/29_force_handshake_vhost/output
ra55742a r20a20df 1 1 HTTP/1.1 421 Misdirected Request 2 Content-Length: 3223 2 Connection: close 4 3 Content-Type: text/html; charset=iso-8859-1 -
test/tests/30_ip_based_vhosts/output
ra55742a r20a20df 1 1 Accept-Ranges: bytes 2 Content-Length: 53 2 Connection: close 4 3 Content-Type: text/plain -
test/tests/31_vhost_SNI_serveralias_match/output
ra55742a r20a20df 1 1 Accept-Ranges: bytes 2 Content-Length: 53 2 Connection: close 4 3 Content-Type: text/plain -
test/tests/32_vhost_SNI_serveralias_mismatch/output
ra55742a r20a20df 1 1 HTTP/1.1 421 Misdirected Request 2 Content-Length: 3223 2 Connection: close 4 3 Content-Type: text/html; charset=iso-8859-1 -
test/tests/33_vhost_SNI_serveralias_missinghost/output
ra55742a r20a20df 1 1 HTTP/1.1 421 Misdirected Request 2 Content-Length: 3223 2 Connection: close 4 3 Content-Type: text/html; charset=iso-8859-1 -
test/tests/34_TLS_reverse_proxy_h2/output
ra55742a r20a20df 1 1 Accept-Ranges: bytes 2 Content-Length: 53 2 Content-Type: text/plain 4 3 Connection: close
Note: See TracChangeset
for help on using the changeset viewer.