From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 23BA61E34 for ; Tue, 26 Feb 2019 03:55:18 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Feb 2019 18:55:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,413,1544515200"; d="scan'208";a="136283147" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by FMSMGA003.fm.intel.com with ESMTP; 25 Feb 2019 18:55:18 -0800 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 25 Feb 2019 18:55:18 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.110]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.162]) with mapi id 14.03.0415.000; Tue, 26 Feb 2019 10:55:16 +0800 From: "Tu, Lijuan" To: Rami Rosen , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] tests/TestSuite_vhost_pmd_xstats: fix typos Thread-Index: AQHUwc/sjzUqZFVtp024P2C6gUdS2aXxebyQ Date: Tue, 26 Feb 2019 02:55:15 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA2719A@SHSMSX101.ccr.corp.intel.com> References: <1549865130-50670-1-git-send-email-ramirose@gmail.com> In-Reply-To: <1549865130-50670-1-git-send-email-ramirose@gmail.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.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2M2YzEzNDAtOTBiOS00MzU0LTk0MGUtNjUyMGI1ODE1YjZiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZU1kK3FuVWdrVFN5SkxDQ3cwOHlJYWpzUWNWQ1c1WDFLdlVDNkVPXC9tdHJxNTVZMG45SkxVWERFYjFmbFpsWUoifQ== 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] tests/TestSuite_vhost_pmd_xstats: fix typos 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: , X-List-Received-Date: Tue, 26 Feb 2019 02:55:19 -0000 Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Monday, February 11, 2019 2:06 PM > To: dts@dpdk.org > Cc: Rami Rosen > Subject: [dts] [PATCH] tests/TestSuite_vhost_pmd_xstats: fix typos >=20 > This patch fixes typos in TestSuite_vhost_pmd_xstats: > 1) In test_stability(), the time interval of the test should be > 30 minutes instead of 2 minutes. > 2) Xstats should be xstats (to be consistent with the rest of this module= ) >=20 > Signed-off-by: Rami Rosen > --- > tests/TestSuite_vhost_pmd_xstats.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 =3D> 1= 00755 > tests/TestSuite_vhost_pmd_xstats.py >=20 > diff --git a/tests/TestSuite_vhost_pmd_xstats.py > b/tests/TestSuite_vhost_pmd_xstats.py > old mode 100644 > new mode 100755 > index c65f824..e33b342 > --- a/tests/TestSuite_vhost_pmd_xstats.py > +++ b/tests/TestSuite_vhost_pmd_xstats.py > @@ -208,7 +208,7 @@ class TestVhostPmdXstats(TestCase): > def test_stability(self): > """ > Verify stability case with multiple queues for Vhost PMD xstats > - Send packets for 30 minutes, check the Xstats still can work cor= rectly > + Send packets for 2 minutes, check the xstats still can work > + correctly > """ > self.scapy_num =3D 0 > self.prepare_start() > -- > 1.8.3.1