]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* test: updated pytest test/modules/http2 suite from trunk
authorStefan Eissing <icing@apache.org>
Tue, 14 Dec 2021 11:26:52 +0000 (11:26 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 14 Dec 2021 11:26:52 +0000 (11:26 +0000)
commit9c5eb284507cab2899507b5d93df9b8925ee57ea
tree5b53969a917092fb83259e6eebefa7dec386d1eb
parenta025e8c5501d4687a0f6cff29be5af40984a86db
  * test: updated pytest test/modules/http2 suite from trunk
    with skips for cases where backports have not been done.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1895945 13f79535-47bb-0310-9956-ffa450edef68
93 files changed:
configure.in
test/Makefile.in
test/conftest.py [new file with mode: 0644]
test/modules/http2/__init__.py [moved from test/modules/http2/htdocs/test1/apache.org-files/cse.js with 100% similarity]
test/modules/http2/conftest.py
test/modules/http2/data/nghttp-output-100k-1.txt [deleted file]
test/modules/http2/data/nghttp-output-10k-1.txt [deleted file]
test/modules/http2/data/nghttp-output-1k-1.txt [deleted file]
test/modules/http2/env.py [new file with mode: 0644]
test/modules/http2/h2_conf.py [deleted file]
test/modules/http2/h2_env.py [deleted file]
test/modules/http2/htdocs/cgi/echo.py
test/modules/http2/htdocs/test1/apache.org-files/ant.jpg [deleted file]
test/modules/http2/htdocs/test1/apache.org-files/asf_logo.png [deleted file]
test/modules/http2/htdocs/test1/apache.org-files/async-ads.js [deleted file]
test/modules/http2/htdocs/test1/apache.org-files/async-ads.js.br [deleted file]
test/modules/http2/htdocs/test1/apache.org-files/default.css [deleted file]
test/modules/http2/htdocs/test1/apache.org-files/defaulten.css [deleted file]
test/modules/http2/htdocs/test1/apache.org-files/defaulten.js [deleted file]
test/modules/http2/htdocs/test1/apache.org-files/jquery-2.js [deleted file]
test/modules/http2/htdocs/test1/apache.org-files/jsapi.js [deleted file]
test/modules/http2/htdocs/test1/apache.org-files/min.css [deleted file]
test/modules/http2/htdocs/test1/apache.org-files/min.css.br [deleted file]
test/modules/http2/htdocs/test1/apache.org-files/mrunit.jpg [deleted file]
test/modules/http2/htdocs/test1/apache.org-files/search_box_icon.png [deleted file]
test/modules/http2/htdocs/test1/apache.org-files/small-logo.png [deleted file]
test/modules/http2/htdocs/test1/apache.org-files/styles.css [deleted file]
test/modules/http2/htdocs/test1/apache.org-files/synapse.jpg [deleted file]
test/modules/http2/htdocs/test1/apache.org.html [deleted file]
test/modules/http2/test_000_infra.py [deleted file]
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 [new file with mode: 0644]
test/modules/http2/test_005_status.py [deleted file]
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_203_encoding.py [deleted file]
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 [new file with mode: 0644]
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/__init__.py [moved from test/modules/http2/htdocs/test1/apache.org-files/css.css with 100% similarity]
test/pyhttpd/certs.py [moved from test/modules/http2/h2_certs.py with 79% similarity]
test/pyhttpd/conf.py [new file with mode: 0644]
test/pyhttpd/conf/httpd.conf.template [moved from test/modules/http2/conf/httpd.conf.template with 84% similarity]
test/pyhttpd/conf/mime.types [moved from test/modules/http2/conf/mime.types with 100% similarity]
test/pyhttpd/conf/stop.conf.template [new file with mode: 0644]
test/pyhttpd/conf/test.conf [moved from test/modules/http2/conf/test.conf with 100% similarity]
test/pyhttpd/config.ini.in [moved from test/modules/http2/config.ini.in with 79% similarity]
test/pyhttpd/curl.py [moved from test/modules/http2/h2_curl.py with 98% similarity]
test/pyhttpd/env.py [new file with mode: 0644]
test/pyhttpd/htdocs/alive.json [moved from test/modules/http2/htdocs/alive.json with 100% similarity]
test/pyhttpd/htdocs/forbidden.html [moved from test/modules/http2/htdocs/forbidden.html with 100% similarity]
test/pyhttpd/htdocs/index.html [moved from test/modules/http2/htdocs/index.html with 100% similarity]
test/pyhttpd/htdocs/test1/001.html [moved from test/modules/http2/htdocs/test1/001.html with 100% similarity]
test/pyhttpd/htdocs/test1/002.jpg [moved from test/modules/http2/htdocs/test1/002.jpg with 100% similarity]
test/pyhttpd/htdocs/test1/003.html [moved from test/modules/http2/htdocs/test1/003.html with 100% similarity]
test/pyhttpd/htdocs/test1/003/003_img.jpg [moved from test/modules/http2/htdocs/test1/003/003_img.jpg with 100% similarity]
test/pyhttpd/htdocs/test1/004.html [moved from test/modules/http2/htdocs/test1/004.html with 100% similarity]
test/pyhttpd/htdocs/test1/004/gophertiles.jpg [moved from test/modules/http2/htdocs/test1/004/gophertiles.jpg with 100% similarity]
test/pyhttpd/htdocs/test1/006.html [moved from test/modules/http2/htdocs/test1/006.html with 100% similarity]
test/pyhttpd/htdocs/test1/006/006.css [moved from test/modules/http2/htdocs/test1/006/006.css with 100% similarity]
test/pyhttpd/htdocs/test1/006/006.js [moved from test/modules/http2/htdocs/test1/006/006.js with 100% similarity]
test/pyhttpd/htdocs/test1/006/header.html [moved from test/modules/http2/htdocs/test1/006/header.html with 100% similarity]
test/pyhttpd/htdocs/test1/007.html [moved from test/modules/http2/htdocs/test1/007.html with 100% similarity]
test/pyhttpd/htdocs/test1/007/007.py [moved from test/modules/http2/htdocs/test1/007/007.py with 100% similarity]
test/pyhttpd/htdocs/test1/009.py [moved from test/modules/http2/htdocs/test1/009.py with 100% similarity]
test/pyhttpd/htdocs/test1/alive.json [moved from test/modules/http2/htdocs/test1/alive.json with 100% similarity]
test/pyhttpd/htdocs/test1/index.html [moved from test/modules/http2/htdocs/test1/index.html with 100% similarity]
test/pyhttpd/htdocs/test2/006/006.css [moved from test/modules/http2/htdocs/test2/006/006.css with 100% similarity]
test/pyhttpd/htdocs/test2/10%abnormal.txt [moved from test/modules/http2/htdocs/test2/10%abnormal.txt with 100% similarity]
test/pyhttpd/htdocs/test2/alive.json [moved from test/modules/http2/htdocs/test2/alive.json with 100% similarity]
test/pyhttpd/htdocs/test2/x%2f.test [moved from test/modules/http2/htdocs/test2/x%2f.test with 100% similarity]
test/pyhttpd/log.py [new file with mode: 0644]
test/pyhttpd/nghttp.py [moved from test/modules/http2/h2_nghttp.py with 97% similarity]
test/pyhttpd/result.py [moved from test/modules/http2/h2_result.py with 82% similarity]