]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add some installation information, if it can help s.o.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 18 Dec 2021 11:28:31 +0000 (11:28 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 18 Dec 2021 11:28:31 +0000 (11:28 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1896123 13f79535-47bb-0310-9956-ffa450edef68

test/README.pytest

index 01fd2890582613fc0519043f336b864ae5195f01..5949e12b82a374640ab34096cf66d3dcd23aeee3 100644 (file)
@@ -3,6 +3,18 @@ Apache httpd pytest suite
 Using pytest (<https://docs.pytest.org/en/6.2.x/>) and a Python >= 3.8
 for a more flexible testing of Apache httpd.
 
+Install
+-------
+If not already installed, you will need to install 'pytest' and 'OpenSSL' for
+python:
+> apt install python3-pip
+> pip install -U pytest
+> pip install -U pyopenssl
+
+And for 'h2load':
+> apt install nghttp2-client
+
+
 Usage
 -----
 In your httpd source checkout, do: