class documentation

Undocumented

Method execute Connects to the SSH server started in ConchServerSetupMixin.setUp by running the 'ssh' command line tool.
Class Variable skip Undocumented
def execute(self, remoteCommand, process, sshArgs=''): (source)

Connects to the SSH server started in ConchServerSetupMixin.setUp by running the 'ssh' command line tool.

Parameters
remoteCommand:strThe command (with arguments) to run on the remote end.
process:ConchTestOpenSSHProcessUndocumented
sshArgs:strArguments to pass to the 'ssh' process.
Returns
defer.Deferred

Undocumented