class documentation

class ConchTestAvatar(avatar.ConchUser): (source)

View In Hierarchy

An avatar against which various SSH features can be tested.

Method __init__ Undocumented
Method global_cancel_tcpip_forward Undocumented
Method global_foo Undocumented
Method global_foo_2 Undocumented
Method global_tcpip_forward Undocumented
Method logout Undocumented
Class Variable skip Undocumented
Instance Variable globalRequests Undocumented
Instance Variable listeners Undocumented
Instance Variable loggedOut A flag indicating whether the avatar logout method has been called.

Inherited from ConchUser:

Method conn.setter Undocumented
Method gotGlobalRequest A global request was sent from the other side.
Method lookupChannel The other side requested a channel of some sort.
Method lookupSubsystem The other side requested a subsystem.
Instance Variable channelLookup Undocumented
Instance Variable subsystemLookup Undocumented
Property conn The SSHConnection object for this user.
Class Variable _log Undocumented
Instance Variable _conn Undocumented
def __init__(self): (source)
def global_cancel_tcpip_forward(self, data): (source)

Undocumented

def global_foo(self, data): (source)

Undocumented

def global_foo_2(self, data): (source)

Undocumented

def global_tcpip_forward(self, data): (source)

Undocumented

def logout(self): (source)

Undocumented

Undocumented

globalRequests: dict = (source)

Undocumented

listeners: dict = (source)

Undocumented

loggedOut: bool = (source)

A flag indicating whether the avatar logout method has been called.