From: Marc Hoersken Date: Sun, 15 Mar 2020 11:33:55 +0000 (+0100) Subject: tests/README: add note about manually installing python-impacket X-Git-Tag: curl-7_70_0~238 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92f129cd9f25439d733f726ad647685a6762df9d;p=thirdparty%2Fcurl.git tests/README: add note about manually installing python-impacket Follow up to 4be2560 --- diff --git a/tests/README b/tests/README index bfd234a105..5fe16c16ea 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