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 6E578A2EFC for ; Fri, 20 Sep 2019 08:56:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 56AB41F2E8; Fri, 20 Sep 2019 08:56:51 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 2AEBB1F2E0 for ; Fri, 20 Sep 2019 08:56:50 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Sep 2019 23:56:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,527,1559545200"; d="scan'208";a="202448941" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 19 Sep 2019 23:56:48 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 19 Sep 2019 23:56:48 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 19 Sep 2019 23:56:48 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.92]) by shsmsx102.ccr.corp.intel.com ([169.254.2.113]) with mapi id 14.03.0439.000; Fri, 20 Sep 2019 14:56:46 +0800 From: "Tu, Lijuan" To: "Han, YingyaX" , "dts@dpdk.org" CC: "Han, YingyaX" Thread-Topic: [dts] [PATCH V1]tests/l3fwd: correct spelling errors Thread-Index: AQHVYuYYkx+T9qnWD0CnxrUglNM7sKc0O0qQ Date: Fri, 20 Sep 2019 06:56:46 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB257C2@SHSMSX101.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-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzBmYzlkNTUtYjRkNS00NWQxLWEwZjAtODYxZGYwNWJhMjc1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMk9FSUpTXC9ZcXhHWlZTVThkU0Q3S3hCeEhWdExYc3NOUWFQSHRBVkU5d3I0OXZNZlhhY3ZSdkx1amRmbVVoQUwifQ== 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" Applied, thanks > -----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