- Timestamp:
- Feb 11, 2016, 2:48:07 PM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- a038290
- Parents:
- 7aeabcb
- git-author:
- Thomas Klute <thomas2.klute@…> (02/11/16 14:21:17)
- git-committer:
- Thomas Klute <thomas2.klute@…> (02/11/16 14:48:07)
- Location:
- test
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r7aeabcb r8ac7c0d 28 28 test-23_TLS_reverse_proxy_mismatched_priorities.bash \ 29 29 test-24_pkcs11_cert.bash \ 30 test-25_Disable_TLS_1.0.bash 30 test-25_Disable_TLS_1.0.bash \ 31 test-26_HTTPS_server_var.bash 31 32 32 33 TESTS = $(dist_check_SCRIPTS) -
test/README
r7aeabcb r8ac7c0d 94 94 request based on the files described above. Note that some tests take 95 95 additional steps, e.g. starting another server to act as proxy 96 backend, and there is no technical requirement to use "runtests".96 backend, and at least one does not use "runtests" at all. 97 97 98 98 By default (if "unshare" is available and has the permissions required -
test/tests/Makefile.am
r7aeabcb r8ac7c0d 25 25 23_TLS_reverse_proxy_mismatched_priorities/apache.conf 23_TLS_reverse_proxy_mismatched_priorities/backend.conf 23_TLS_reverse_proxy_mismatched_priorities/gnutls-cli.args 23_TLS_reverse_proxy_mismatched_priorities/input 23_TLS_reverse_proxy_mismatched_priorities/output \ 26 26 24_pkcs11_cert/apache.conf 24_pkcs11_cert/gnutls-cli.args 24_pkcs11_cert/input 24_pkcs11_cert/output \ 27 25_Disable_TLS_1.0/apache.conf 25_Disable_TLS_1.0/fail.client 25_Disable_TLS_1.0/gnutls-cli.args 25_Disable_TLS_1.0/input 27 25_Disable_TLS_1.0/apache.conf 25_Disable_TLS_1.0/fail.client 25_Disable_TLS_1.0/gnutls-cli.args 25_Disable_TLS_1.0/input \ 28 26_HTTPS_server_var/apache.conf
Note: See TracChangeset
for help on using the changeset viewer.