From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 01253A0096 for ; Wed, 5 Jun 2019 07:27:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D49C0559A; Wed, 5 Jun 2019 07:27:10 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 5AB112C15 for ; Wed, 5 Jun 2019 07:27:09 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jun 2019 22:27:08 -0700 X-ExtLoop1: 1 Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 04 Jun 2019 22:27:08 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 4 Jun 2019 22:27:07 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 4 Jun 2019 22:27:07 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.10]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.120]) with mapi id 14.03.0415.000; Wed, 5 Jun 2019 13:27:06 +0800 From: "Tu, Lijuan" To: "Peng, Yuan" , "dts@dpdk.org" CC: "Peng, Yuan" Thread-Topic: [dts] [PATCH]tests: correct test case name Thread-Index: AQHVGqtW9OfKUJVf0kCoyX2C51ZV4KaMiTvg Date: Wed, 5 Jun 2019 05:27:05 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BAA196E@SHSMSX101.ccr.corp.intel.com> References: <1559635357-134347-1-git-send-email-yuan.peng@intel.com> In-Reply-To: <1559635357-134347-1-git-send-email-yuan.peng@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.0.600.7 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTBmN2FhZGYtY2FjNi00ZTYzLTlhMTItMTgxZTk4OTg0YjU1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiM1VySEQ1UGhwd2l0NVB6cG5EVjdIcldCOFdxYWVva3N6ZGNRSHdkVTRxNDdSS2xWVXVxZnNITXpkUHB5aUlOaiJ9 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: correct test case name 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 Peng Yuan > Sent: Tuesday, June 4, 2019 4:03 PM > To: dts@dpdk.org > Cc: Peng, Yuan > Subject: [dts] [PATCH]tests: correct test case name >=20 > Correct the name of test case. >=20 > Signed-off-by: Peng Yuan >=20 > diff --git a/tests/TestSuite_unit_tests_crc.py > b/tests/TestSuite_unit_tests_crc.py > index 2230ebf..334a651 100644 > --- a/tests/TestSuite_unit_tests_crc.py > +++ b/tests/TestSuite_unit_tests_crc.py > @@ -32,7 +32,7 @@ > """ > DPDK Test suite. >=20 > -Cmdline autotest > +Crc autotest >=20 > """ >=20 > @@ -65,9 +65,9 @@ class TestUnitTestsCrc(TestCase): > """ > pass >=20 > - def test_cmdline(self): > + def test_crc(self): > """ > - Run cmdline autotests in RTE command line. > + Run crc autotests in RTE command line. > """ >=20 > self.dut.send_expect("./%s/app/test -n 1 -c %s" % (self.target, > self.coremask), "R.*T.*E.*>.*>", 60) > -- > 2.7.4