X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fssh.py;fp=resources%2Flibraries%2Fpython%2Fssh.py;h=fad00482ed895c1d77f9172b7106b69a1bd3af90;hp=6f6fc557f42c10aec384c94d887f1f9d4e38751e;hb=b758131f3cca4047c31d74fe772168b59a56baf1;hpb=b61c774897a6cce09bd597af6124831e8aea5e8c diff --git a/resources/libraries/python/ssh.py b/resources/libraries/python/ssh.py index 6f6fc557f4..fad00482ed 100644 --- a/resources/libraries/python/ssh.py +++ b/resources/libraries/python/ssh.py @@ -322,7 +322,7 @@ class SSH: :param chan: SSH channel with opened terminal. :param cmd: Command to be executed. :param prompt: Command prompt, sequence of characters used to - indicate readiness to accept commands. + indicate readiness to accept commands. :returns: Command output. .. warning:: Interruptingcow is used here, and it uses @@ -370,9 +370,9 @@ class SSH: connect() method has to be called first! :param local_path: Path to local file that should be uploaded; or - path where to save remote file. + path where to save remote file. :param remote_path: Remote path where to place uploaded file; or - path to remote file which should be downloaded. + path to remote file which should be downloaded. :param get: scp operation to perform. Default is put. :param timeout: Timeout value in seconds. :param wildcard: If path has wildcard characters. Default is false.