diff options
Diffstat (limited to 'ipatests/test_integration/host.py')
-rw-r--r-- | ipatests/test_integration/host.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_integration/host.py b/ipatests/test_integration/host.py index 38d9ae6f..7e5fca1c 100644 --- a/ipatests/test_integration/host.py +++ b/ipatests/test_integration/host.py @@ -178,7 +178,7 @@ class BaseHost(object): class Host(BaseHost): """A Unix host""" - transport_class = transport.ParamikoTransport + transport_class = transport.SSHTransport def run_command(self, argv, set_env=True, stdin_text=None, log_stdout=True, raiseonerr=True, |