diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2020-03-15 12:33:55 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2020-03-15 12:34:17 +0100 |
commit | 92f129cd9f25439d733f726ad647685a6762df9d (patch) | |
tree | 594aeca4515f1d0b65cc40a23fc2e16c9a1a1178 | |
parent | f38c7290b1d57a7cad27ede73d88bfa2e8349d1a (diff) |
tests/README: add note about manually installing python-impacket
Follow up to 4be2560
-rw-r--r-- | tests/README | 9 |
1 files changed, 9 insertions, 0 deletions
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 |