]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) tests: load the top-level mod_aptest in all test suites.
authorStefan Eissing <icing@apache.org>
Wed, 21 Sep 2022 11:03:44 +0000 (11:03 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 21 Sep 2022 11:03:44 +0000 (11:03 +0000)
commitcbb10f366c95401b717e26791d31f1d084dee195
tree029cf85d2385294f8e87b6ee07c03e8f385382b5
parent4ef081eddf3b243bb7f7fbdbf4750b451c052840
  *) tests: load the top-level mod_aptest in all test suites.
     - aptest logs the test name from the header 'AP-Test-Name' with
       the request line. LogLevel aptest:info is switched on.
     - pytest sets 'AP-Test-Name' for all curl/nghttp invocation
       against the server.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904188 13f79535-47bb-0310-9956-ffa450edef68
test/conftest.py
test/modules/http2/test_200_header_invalid.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/pyhttpd/env.py
test/pyhttpd/mod_aptest/mod_aptest.c [new file with mode: 0644]
test/pyhttpd/nghttp.py