summaryrefslogtreecommitdiffstats
path: root/test/modules/http2/test_103_upgrade.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *) test: check for the mpm module used and disable http2 testsStefan Eissing2022-02-251-1/+2
| | | | | | | | for prefork. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898417 13f79535-47bb-0310-9956-ffa450edef68
* * test: just general cleanup and separationStefan Eissing2021-11-081-1/+1
| | | | | | | | | | - base modules loaded minimized - h2's htdocs/cgi setup now in test/modules/http2 - less args to constructors, more methods git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894832 13f79535-47bb-0310-9956-ffa450edef68
* * test: update of python test framework after integration with mod_mdStefan Eissing2021-10-281-6/+4
| | | | | | | | test suite that should come here soonish. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894599 13f79535-47bb-0310-9956-ffa450edef68
* * test infrastruture:Stefan Eissing2021-10-111-14/+14
| | | | | | | | | | | | - moved common pytest code into test/pyhttpd - does basic setup for a list of host names and some htdocs - added modules/core and moved encoding tests from http2 there - all test methods have module name in in prefix now, so to test only core, run > pytest -k test_core git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894134 13f79535-47bb-0310-9956-ffa450edef68
* * test/module/http2: test suite from github mod_h2 repositoryStefan Eissing2021-08-201-0/+119
slightly adapted to run in a source build. usage: > make install # to have httpd, apxs etc. in place > cd test > pytest git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892476 13f79535-47bb-0310-9956-ffa450edef68