diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2021-12-18 12:31:03 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2021-12-18 12:31:03 +0100 |
commit | 167dd6f43f20869761942cb32315d6541ab980a7 (patch) | |
tree | 6b2fee2a650cfc731c4a2f3dddaaec1bfd5c24f2 /test | |
parent | Add a compatibility note for MDExternalAccountBinding (diff) | |
download | apache2-167dd6f43f20869761942cb32315d6541ab980a7.tar.xz apache2-167dd6f43f20869761942cb32315d6541ab980a7.zip |
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')
-rw-r--r-- | test/README.pytest | 12 |
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: |