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_kex_gss.py | |
parent | ecae381a4840695f8e0e90b2d92c2da042fe780d (diff) | |
parent | 467079cdfa036b346cb4dddfc1cac2a440430a9b (diff) |
Merge branch 'master' into 1311-int
Diffstat (limited to 'tests/test_kex_gss.py')
-rw-r--r-- | tests/test_kex_gss.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_kex_gss.py b/tests/test_kex_gss.py index 6bac0120..b0e3970b 100644 --- a/tests/test_kex_gss.py +++ b/tests/test_kex_gss.py @@ -137,7 +137,7 @@ class GSSKexTest(KerberosTestCase): stdout.close() stderr.close() - def test_1_gsskex_and_auth(self): + def test_gsskex_and_auth(self): """ Verify that Paramiko can handle SSHv2 GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and user authentication with the GSS-API @@ -146,7 +146,7 @@ class GSSKexTest(KerberosTestCase): self._test_gsskex_and_auth(gss_host=None) @unittest.expectedFailure # to be investigated, see https://github.com/paramiko/paramiko/issues/1312 - def test_2_gsskex_and_auth_rekey(self): + def test_gsskex_and_auth_rekey(self): """ Verify that Paramiko can rekey. """ |