From 92f129cd9f25439d733f726ad647685a6762df9d Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Sun, 15 Mar 2020 12:33:55 +0100 Subject: [PATCH] tests/README: add note about manually installing python-impacket Follow up to 4be2560 --- tests/README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/README b/tests/README index bfd234a10..5fe16c16e 100644 --- a/tests/README +++ b/tests/README @@ -40,12 +40,21 @@ The curl Test Suite perl (and a unix-style shell) python (and a unix-style shell) + python-impacket (for SMB tests) diff (when a test fails, a diff is shown) stunnel (for HTTPS and FTPS tests) OpenSSH or SunSSH (for SCP, SFTP and SOCKS4/5 tests) nghttpx (for HTTP/2 tests) nroff (for --manual tests) + Please install python-impacket in the correct Python environment. + At the moment the Python-based test servers still require Python 2. + Therefore you will need to use pip2 or your OS' package manager to + install the Python 2 version of impacket (if it is still available). + + On stable Debian/Ubuntu the package name is "python-impacket". + On FreeBSD the package name is "py27-impacket". + 1.2 Port numbers used by test servers - TCP/8990 for HTTP