class documentation

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:

Static Method realmFactory Undocumented
Method setUp Undocumented
Method tearDown Undocumented
Class Variable skip Undocumented
Instance Variable conchFactory Undocumented
Instance Variable conchServer Undocumented
Instance Variable echoPort Undocumented
Instance Variable echoPortV6 Undocumented
Instance Variable echoServer Undocumented
Instance Variable echoServerV6 Undocumented
Method _createFiles Undocumented
Method _getFreePort Undocumented
Method _makeConchFactory Make a ConchTestServerFactory, which allows us to start a ConchTestServer -- i.e. an actually listening conch.
def test_clientRekey(self): (source)

After a client-initiated rekey is completed, application data continues to be passed over the SSH connection.