summaryrefslogtreecommitdiff
path: root/test/README.pytest
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2021-12-18 11:31:03 +0000
committerChristophe Jaillet <jailletc36@apache.org>2021-12-18 11:31:03 +0000
commit167dd6f43f20869761942cb32315d6541ab980a7 (patch)
tree6b2fee2a650cfc731c4a2f3dddaaec1bfd5c24f2 /test/README.pytest
parented2112d21cd41f3fc3f7475f2ddcf083f4ce75b4 (diff)
downloadhttpd-167dd6f43f20869761942cb32315d6541ab980a7.tar.gz
Add some installation information, if it can help s.o.
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896125 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/README.pytest')
-rw-r--r--test/README.pytest12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/README.pytest b/test/README.pytest
index 01fd289058..5949e12b82 100644
--- a/test/README.pytest
+++ b/test/README.pytest
@@ -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: