From: Christophe Jaillet Date: Sat, 18 Dec 2021 11:28:31 +0000 (+0000) Subject: Add some installation information, if it can help s.o. X-Git-Tag: 2.4.53-rc1-candidate~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c6dd40de16216add67596515671be72becc2ec7;p=thirdparty%2Fapache%2Fhttpd.git Add some installation information, if it can help s.o. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1896123 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/README.pytest b/test/README.pytest index 01fd2890582..5949e12b82a 100644 --- a/test/README.pytest +++ b/test/README.pytest @@ -3,6 +3,18 @@ Apache httpd pytest suite Using pytest () 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: