364
'base', medium.SSHParams("example.com", "4242", "username"))
371
'base', medium.SSHParams("example.com", None, "username"))
378
'base', medium.SSHParams("example.com", None, None))
362
383
def test_ssh_client_ignores_disconnect_when_not_connected(self):
363
384
# Doing a disconnect on a new (and thus unconnected) SSH medium
364
385
# does not fail. It's ok to disconnect an unconnected medium.