diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-06-21 12:07:14 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-06-21 12:07:14 -0400 |
commit | 37afc45c01242e99baf5264692682c076c3c0052 (patch) | |
tree | 7d080e9df937ed7c7f129d7806d2e0b7304e7df8 /tests/test_ssh_gss.py | |
parent | ecae381a4840695f8e0e90b2d92c2da042fe780d (diff) | |
parent | 467079cdfa036b346cb4dddfc1cac2a440430a9b (diff) |
Merge branch 'master' into 1311-int
Diffstat (limited to 'tests/test_ssh_gss.py')
-rw-r--r-- | tests/test_ssh_gss.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/test_ssh_gss.py b/tests/test_ssh_gss.py index 8e4cb962..92801c20 100644 --- a/tests/test_ssh_gss.py +++ b/tests/test_ssh_gss.py @@ -139,17 +139,16 @@ class GSSAuthTest(KerberosTestCase): stdout.close() stderr.close() - def test_1_gss_auth(self): + def test_gss_auth(self): """ Verify that Paramiko can handle SSHv2 GSS-API / SSPI authentication (gssapi-with-mic) in client and server mode. """ self._test_connection(allow_agent=False, look_for_keys=False) - def test_2_auth_trickledown(self): + def test_auth_trickledown(self): """ - Failed gssapi-with-mic auth doesn't prevent subsequent key auth from - succeeding + Failed gssapi-with-mic doesn't prevent subsequent key from succeeding """ self.hostname = ( "this_host_does_not_exists_and_causes_a_GSSAPI-exception" |