]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
test: pytest suite
authorStefan Eissing <icing@apache.org>
Sun, 5 Mar 2023 10:25:32 +0000 (10:25 +0000)
committerStefan Eissing <icing@apache.org>
Sun, 5 Mar 2023 10:25:32 +0000 (10:25 +0000)
commit935c2db17770271845dc2666d83f589bb501fef3
tree790890e40e590f19e1b0cf451c2a1f10d521f5c4
parentca358132f9ee9cb977369b6ad9be2541de2c4a23
test: pytest suite
- use 'multipart' package (needs pip install) instead of deprecated
  'cgi' package in cgi scripts
- adjust to changes in 'openssl' output on resent macOS
- prefix all mod_tls test cases with 'test_tls'
- update current mod_md tests for new features

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908082 13f79535-47bb-0310-9956-ffa450edef68
31 files changed:
test/modules/http2/htdocs/cgi/echo.py
test/modules/http2/htdocs/cgi/echohd.py
test/modules/http2/htdocs/cgi/env.py
test/modules/http2/htdocs/cgi/hecho.py
test/modules/http2/htdocs/cgi/mnot164.py
test/modules/http2/htdocs/cgi/necho.py
test/modules/http2/htdocs/cgi/upload.py
test/modules/md/conftest.py
test/modules/md/test_702_auto.py
test/modules/md/test_720_wildcard.py
test/modules/md/test_800_must_staple.py
test/modules/tls/env.py
test/modules/tls/htdocs/a.mod-tls.test/vars.py
test/modules/tls/htdocs/b.mod-tls.test/vars.py
test/modules/tls/test_01_apache.py
test/modules/tls/test_02_conf.py
test/modules/tls/test_03_sni.py
test/modules/tls/test_04_get.py
test/modules/tls/test_05_proto.py
test/modules/tls/test_06_ciphers.py
test/modules/tls/test_07_alpn.py
test/modules/tls/test_08_vars.py
test/modules/tls/test_09_timeout.py
test/modules/tls/test_10_session_id.py
test/modules/tls/test_11_md.py
test/modules/tls/test_12_cauth.py
test/modules/tls/test_13_proxy.py
test/modules/tls/test_14_proxy_ssl.py
test/modules/tls/test_15_proxy_tls.py
test/modules/tls/test_16_proxy_mixed.py
test/modules/tls/test_17_proxy_machine_cert.py