test suite reviews and discussions
 help / color / mirror / Atom feed
From: hanyingya <yingyax.han@intel.com>
To: dts@dpdk.org
Cc: hanyingya <yingyax.han@intel.com>
Subject: [dts] [PATCH V1]tests/l3fwd: correct spelling errors
Date: Wed,  4 Sep 2019 14:00:12 +0000	[thread overview]
Message-ID: <20190904140012.114539-1-yingyax.han@intel.com> (raw)

Signed-off-by: hanyingya <yingyax.han@intel.com>
---
 tests/TestSuite_l3fwd.py    | 6 +++---
 tests/TestSuite_vf_l3fwd.py | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/TestSuite_l3fwd.py b/tests/TestSuite_l3fwd.py
index afac1c8..359ecfd 100644
--- a/tests/TestSuite_l3fwd.py
+++ b/tests/TestSuite_l3fwd.py
@@ -278,7 +278,7 @@ class TestL3fwd(TestCase):
                 cnt += 1
         return pcaps
 
-    def prepare_steam(self, pcaps):
+    def prepare_stream(self, pcaps):
         """
         create streams for ports, one port one stream
         """
@@ -322,7 +322,7 @@ class TestL3fwd(TestCase):
                 # crete traffic flow
                 pcaps = self.create_pcap_file(frame_size, l3_proto)
                 # send the traffic and Measure test
-                tgenInput = self.prepare_steam(pcaps)
+                tgenInput = self.prepare_stream(pcaps)
 
                 vm_config = self.set_fields()
                 # clear streams before add new streams
@@ -376,7 +376,7 @@ class TestL3fwd(TestCase):
                     # crete traffic flow
                     pcaps = self.create_pcap_file(frame_size, l3_proto)
                     # send the traffic and Measure test
-                    tgenInput = self.prepare_steam(pcaps)
+                    tgenInput = self.prepare_stream(pcaps)
 
                     vm_config = self.set_fields()
                     # clear streams before add new streams
diff --git a/tests/TestSuite_vf_l3fwd.py b/tests/TestSuite_vf_l3fwd.py
index cf16dec..78b24c9 100644
--- a/tests/TestSuite_vf_l3fwd.py
+++ b/tests/TestSuite_vf_l3fwd.py
@@ -200,7 +200,7 @@ class TestVfL3fwd(TestCase):
                 cnt += 1
         return pcaps
 
-    def prepare_steam(self, pcaps):
+    def prepare_stream(self, pcaps):
         """
         create streams for ports,one port one stream
         """
@@ -235,7 +235,7 @@ class TestVfL3fwd(TestCase):
                     cmdline = cmdline + " --max-pkt-len %d" % frame_size
                 l3fwd_session.send_expect(cmdline, "L3FWD:", 120)
                 # send the traffic and Measure test
-                tgenInput = self.prepare_steam(pcaps)
+                tgenInput = self.prepare_stream(pcaps)
 
                 vm_config = self.set_fields()
                 # clear streams before add new streams
-- 
2.17.1


             reply	other threads:[~2019-09-04  6:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-04 14:00 hanyingya [this message]
2019-09-20  6:56 ` Tu, Lijuan
2019-09-20  6:57 ` Chen, Zhaoyan

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=20190904140012.114539-1-yingyax.han@intel.com \
    --to=yingyax.han@intel.com \
    --cc=dts@dpdk.org \
    /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).