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

Rami Rosen ramirose at gmail.com
Thu Jan 3 20:50:21 CET 2019


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)
-- 
2.19.2



More information about the dts mailing list