test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Chen, Zhaoyan" <zhaoyan.chen@intel.com>
To: "Han, YingyaX" <yingyax.han@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Han, YingyaX" <yingyax.han@intel.com>,
	"Chen, Zhaoyan" <zhaoyan.chen@intel.com>
Subject: Re: [dts] [PATCH V1]tests/l3fwd: correct spelling errors
Date: Fri, 20 Sep 2019 06:57:11 +0000	[thread overview]
Message-ID: <9DEEADBC57E43F4DA73B571777FECECA41DB66AB@SHSMSX104.ccr.corp.intel.com> (raw)
In-Reply-To: <20190904140012.114539-1-yingyax.han@intel.com>

Acked-by: Chen, Zhaoyan <zhaoyan.chen@intel.com>



Regards,
Zhaoyan Chen


> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of hanyingya
> Sent: Wednesday, September 4, 2019 10:00 PM
> To: dts@dpdk.org
> Cc: Han, YingyaX <yingyax.han@intel.com>
> Subject: [dts] [PATCH V1]tests/l3fwd: correct spelling errors
> 
> 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


      parent reply	other threads:[~2019-09-20  6:57 UTC|newest]

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

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=9DEEADBC57E43F4DA73B571777FECECA41DB66AB@SHSMSX104.ccr.corp.intel.com \
    --to=zhaoyan.chen@intel.com \
    --cc=dts@dpdk.org \
    --cc=yingyax.han@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).