]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) test: check for the mpm module used and disable http2 tests
authorStefan Eissing <icing@apache.org>
Fri, 25 Feb 2022 13:17:11 +0000 (13:17 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 25 Feb 2022 13:17:11 +0000 (13:17 +0000)
commitef648ab01d3610a87b35b95448b189a7585df200
treea7b7ca30906896ad29982a312a9b34c4de645e21
parentb501e09c4ba326e9d006f871383c90a3925f1658
  *) test: check for the mpm module used and disable http2 tests
     for prefork.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898417 13f79535-47bb-0310-9956-ffa450edef68
29 files changed:
test/modules/http2/env.py
test/modules/http2/test_001_httpd_alive.py
test/modules/http2/test_002_curl_basics.py
test/modules/http2/test_003_get.py
test/modules/http2/test_004_post.py
test/modules/http2/test_005_files.py
test/modules/http2/test_006_assets.py
test/modules/http2/test_100_conn_reuse.py
test/modules/http2/test_101_ssl_reneg.py
test/modules/http2/test_102_require.py
test/modules/http2/test_103_upgrade.py
test/modules/http2/test_104_padding.py
test/modules/http2/test_105_timeout.py
test/modules/http2/test_106_shutdown.py
test/modules/http2/test_200_header_invalid.py
test/modules/http2/test_201_header_conditional.py
test/modules/http2/test_202_trailer.py
test/modules/http2/test_300_interim.py
test/modules/http2/test_400_push.py
test/modules/http2/test_401_early_hints.py
test/modules/http2/test_500_proxy.py
test/modules/http2/test_501_proxy_serverheader.py
test/modules/http2/test_502_proxy_port.py
test/modules/http2/test_600_h2proxy.py
test/modules/http2/test_700_load_get.py
test/modules/http2/test_710_load_post_static.py
test/modules/http2/test_711_load_post_cgi.py
test/modules/http2/test_712_buffering.py
test/pyhttpd/env.py