twisted.conch.test.test_conch.RekeyTestsMixin(ConchServerSetupMixin) class documentationtwisted.conch.test.test_conch
(View In Hierarchy)
Known subclasses: twisted.conch.test.test_conch.OpenSSHClientRekeyTests
TestCase mixin which defines tests exercising SSHTransportBase's
handling of rekeying messages.
| Method | test_clientRekey | After a client-initiated rekey is completed, application data continues to be passed over the SSH connection. | 
Inherited from ConchServerSetupMixin:
| Method | setUp | Undocumented | 
| Method | tearDown | Undocumented | 
| Method | _createFiles | Undocumented | 
| Method | _getFreePort | Undocumented | 
| Method | _makeConchFactory | Make a ConchTestServerFactory,
which allows us to start aConchTestServer-- i.e. an actually listening conch. |