[dts] [PATCH] framework/ssh_pexpect: fix a typo

Lijuan Tu lijuan.tu at intel.com
Mon Jan 7 14:22:08 CET 2019


Applied, thanks


On 2019年01月04日 03:50, Rami Rosen wrote:
> This patch fixes a typo in framework/ssh_pexpect.
>
> Signed-off-by: Rami Rosen <ramirose at gmail.com>
> ---
>   framework/ssh_pexpect.py | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/framework/ssh_pexpect.py b/framework/ssh_pexpect.py
> index 3c988b7..42221f1 100644
> --- a/framework/ssh_pexpect.py
> +++ b/framework/ssh_pexpect.py
> @@ -50,8 +50,8 @@ class SSHPexpect(object):
>           except Exception as e:
>               print RED(e)
>               if getattr(self, 'port', None):
> -                suggestion = "\nSuggession: Check if the fireware on [ %s ] " % \
> -                    self.ip + "is stoped\n"
> +                suggestion = "\nSuggession: Check if the firewall on [ %s ] " % \
> +                    self.ip + "is stopped\n"
>                   print GREEN(suggestion)
>   
>               raise SSHConnectionException(self.host)



More information about the dts mailing list