test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] framework/tester: fix a typo
@ 2018-01-31 16:10 Rami Rosen
  2018-02-02 16:17 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2018-01-31 16:10 UTC (permalink / raw)
  To: yong.liu; +Cc: dts, Rami Rosen

This patch fixes a trivial typo in send_ping() documentation
of framework/tester: it should be ping4 and not ping6.

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

diff --git a/framework/tester.py b/framework/tester.py
index cca4276..a775f68 100755
--- a/framework/tester.py
+++ b/framework/tester.py
@@ -381,7 +381,7 @@ class Tester(Crb):
 
     def send_ping(self, localPort, ipv4, mac):
         """
-        Send ping6 packet from local port with destination ipv4 address.
+        Send ping4 packet from local port with destination ipv4 address.
         """
         if self.ports_info[localPort]['type'] == 'ixia':
             return "Not implemented yet"
-- 
2.14.3

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

* Re: [dts] [PATCH] framework/tester: fix a typo
  2018-01-31 16:10 [dts] [PATCH] framework/tester: fix a typo Rami Rosen
@ 2018-02-02 16:17 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2018-02-02 16:17 UTC (permalink / raw)
  To: Rami Rosen; +Cc: dts

Thanks Rami, applied.

On 02/01/2018 12:10 AM, Rami Rosen wrote:
> This patch fixes a trivial typo in send_ping() documentation
> of framework/tester: it should be ping4 and not ping6.
>
> Signed-off-by: Rami Rosen<rami.rosen@intel.com>

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

end of thread, other threads:[~2018-02-02  8:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-31 16:10 [dts] [PATCH] framework/tester: fix a typo Rami Rosen
2018-02-02 16:17 ` 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).