summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnselm Kruis <anselm.kruis@atos.net>2019-06-20 00:36:08 +0200
committerAnselm Kruis <anselm.kruis@atos.net>2019-06-20 00:36:08 +0200
commit3314a73433b053209b5c6fed1b8f9031f666a598 (patch)
tree6c63f298ac29c65875c4aac613b53ac3840e8091 /README.rst
parent0019ea652110933930aab9ee1dc7ade8f0c06d52 (diff)
downloadparamiko-3314a73433b053209b5c6fed1b8f9031f666a598.tar.gz
Mention how to test Kerberos/GSSAPI.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index c918652f..72861d18 100644
--- a/README.rst
+++ b/README.rst
@@ -136,3 +136,10 @@ There are also unit tests here::
$ pytest
Which will verify that most of the core components are working correctly.
+
+To test Kerberos/GSSAPI, you need a Kerberos environment. On UNIX you can
+use the package k5test to setup a Kerberos environment on the fly::
+
+ $ pip install -r dev-requirements.txt
+ $ pip install k5test gssapi pyasn1
+ $ pytest