From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DC408A2EFC for ; Fri, 20 Sep 2019 08:57:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CE8791F2EC; Fri, 20 Sep 2019 08:57:18 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id A3B9A1F2E0 for ; Fri, 20 Sep 2019 08:57:16 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Sep 2019 23:57:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,527,1559545200"; d="scan'208";a="388562087" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga006.fm.intel.com with ESMTP; 19 Sep 2019 23:57:15 -0700 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 19 Sep 2019 23:57:15 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 19 Sep 2019 23:57:13 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.32]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.92]) with mapi id 14.03.0439.000; Fri, 20 Sep 2019 14:57:11 +0800 From: "Chen, Zhaoyan" To: "Han, YingyaX" , "dts@dpdk.org" CC: "Han, YingyaX" , "Chen, Zhaoyan" Thread-Topic: [dts] [PATCH V1]tests/l3fwd: correct spelling errors Thread-Index: AQHVYuYYW4GbD+Hw9kaPZQmyQVV25Kc0O13w Date: Fri, 20 Sep 2019 06:57:11 +0000 Message-ID: <9DEEADBC57E43F4DA73B571777FECECA41DB66AB@SHSMSX104.ccr.corp.intel.com> References: <20190904140012.114539-1-yingyax.han@intel.com> In-Reply-To: <20190904140012.114539-1-yingyax.han@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1]tests/l3fwd: correct spelling errors X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Acked-by: Chen, Zhaoyan 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 > Subject: [dts] [PATCH V1]tests/l3fwd: correct spelling errors >=20 > Signed-off-by: hanyingya > --- > tests/TestSuite_l3fwd.py | 6 +++--- > tests/TestSuite_vf_l3fwd.py | 4 ++-- > 2 files changed, 5 insertions(+), 5 deletions(-) >=20 > 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 +=3D 1 > return pcaps >=20 > - 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 =3D self.create_pcap_file(frame_size, l3_proto) > # send the traffic and Measure test > - tgenInput =3D self.prepare_steam(pcaps) > + tgenInput =3D self.prepare_stream(pcaps) >=20 > vm_config =3D self.set_fields() > # clear streams before add new streams @@ -376,7 +376,7 = @@ class > TestL3fwd(TestCase): > # crete traffic flow > pcaps =3D self.create_pcap_file(frame_size, l3_proto= ) > # send the traffic and Measure test > - tgenInput =3D self.prepare_steam(pcaps) > + tgenInput =3D self.prepare_stream(pcaps) >=20 > vm_config =3D 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 +=3D 1 > return pcaps >=20 > - 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 =3D cmdline + " --max-pkt-len %d" % frame_si= ze > l3fwd_session.send_expect(cmdline, "L3FWD:", 120) > # send the traffic and Measure test > - tgenInput =3D self.prepare_steam(pcaps) > + tgenInput =3D self.prepare_stream(pcaps) >=20 > vm_config =3D self.set_fields() > # clear streams before add new streams > -- > 2.17.1