You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2021/12/18 11:31:03 UTC

svn commit: r1896125 - /httpd/httpd/trunk/test/README.pytest

Author: jailletc36
Date: Sat Dec 18 11:31:03 2021
New Revision: 1896125

URL: http://svn.apache.org/viewvc?rev=1896125&view=rev
Log:
Add some installation information, if it can help s.o.

[skip ci]

Modified:
    httpd/httpd/trunk/test/README.pytest

Modified: httpd/httpd/trunk/test/README.pytest
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/test/README.pytest?rev=1896125&r1=1896124&r2=1896125&view=diff
==============================================================================
--- httpd/httpd/trunk/test/README.pytest (original)
+++ httpd/httpd/trunk/test/README.pytest Sat Dec 18 11:31:03 2021
@@ -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: