From: Christophe Jaillet Date: Sat, 18 Dec 2021 11:31:03 +0000 (+0000) Subject: Add some installation information, if it can help s.o. X-Git-Tag: 2.5.0-alpha2-ci-test-only~626 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=167dd6f43f20869761942cb32315d6541ab980a7;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/trunk@1896125 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: