test suite reviews and discussions
 help / color / mirror / Atom feed
From: Rami Rosen <rami.rosen@intel.com>
To: yong.liu@intel.com
Cc: dts@dpdk.org, Rami Rosen <rami.rosen@intel.com>
Subject: [dts] [PATCH] framework/tester: fix a typo
Date: Wed, 31 Jan 2018 11:10:29 -0500	[thread overview]
Message-ID: <20180131161029.32338-1-rami.rosen@intel.com> (raw)

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

             reply	other threads:[~2018-01-31  9:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-31 16:10 Rami Rosen [this message]
2018-02-02 16:17 ` Liu, Yong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180131161029.32338-1-rami.rosen@intel.com \
    --to=rami.rosen@intel.com \
    --cc=dts@dpdk.org \
    --cc=yong.liu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).