test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] framework/ssh_connection: fix a typo
@ 2019-01-18 12:52 Rami Rosen
  0 siblings, 0 replies; 3+ messages in thread
From: Rami Rosen @ 2019-01-18 12:52 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 framework/ssh_connection.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/ssh_connection.py b/framework/ssh_connection.py
index 622ed50..312139e 100644
--- a/framework/ssh_connection.py
+++ b/framework/ssh_connection.py
@@ -41,7 +41,7 @@ class SSHConnection(object):
 
     """
     Module for create session to host.
-    Implement send_expect/copy function upper SSHPexpet module.
+    Implement send_expect/copy function upper SSHPexpect module.
     """
 
     def __init__(self, host, session_name, username, password='', dut_id=0):
-- 
2.19.2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH] framework/ssh_connection: fix a typo
  2018-02-05 14:06 Rami Rosen
@ 2018-02-08 13:46 ` Liu, Yong
  0 siblings, 0 replies; 3+ messages in thread
From: Liu, Yong @ 2018-02-08 13:46 UTC (permalink / raw)
  To: Rami Rosen; +Cc: dts

Thanks Rami, applied.

On 02/05/2018 10:06 PM, Rami Rosen wrote:
> This trivial patch fixes a typo in framework/ssh_connection.py.
>
> Signed-off-by: Rami Rosen<rami.rosen@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dts] [PATCH] framework/ssh_connection: fix a typo
@ 2018-02-05 14:06 Rami Rosen
  2018-02-08 13:46 ` Liu, Yong
  0 siblings, 1 reply; 3+ messages in thread
From: Rami Rosen @ 2018-02-05 14:06 UTC (permalink / raw)
  To: yong.liu; +Cc: dts, Rami Rosen

This trivial patch fixes a typo in framework/ssh_connection.py.

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 framework/ssh_connection.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/ssh_connection.py b/framework/ssh_connection.py
index c265bf7..622ed50 100644
--- a/framework/ssh_connection.py
+++ b/framework/ssh_connection.py
@@ -98,7 +98,7 @@ class SSHConnection(object):
     def check_available(self):
         MAGIC_STR = "DTS_CHECK_SESSION"
         out = self.session.send_command('echo %s' % MAGIC_STR, timeout=0.1)
-        # if not avaiable, try to send ^C and check again
+        # if not available, try to send ^C and check again
         if MAGIC_STR not in out:
             self.logger.info("Try to recover session...")
             self.session.send_command('^C', timeout=TIMEOUT)
-- 
2.14.3

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-18 12:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-18 12:52 [dts] [PATCH] framework/ssh_connection: fix a typo Rami Rosen
  -- strict thread matches above, loose matches on Subject: below --
2018-02-05 14:06 Rami Rosen
2018-02-08 13:46 ` Liu, Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).