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 3C609A046B for ; Wed, 26 Jun 2019 10:12:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 323784CAF; Wed, 26 Jun 2019 10:12:00 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 8207A1E25 for ; Wed, 26 Jun 2019 10:11:58 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2019 01:11:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,419,1557212400"; d="scan'208";a="152565594" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga007.jf.intel.com with ESMTP; 26 Jun 2019 01:11:57 -0700 Received: from fmsmsx162.amr.corp.intel.com (10.18.125.71) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 26 Jun 2019 01:11:56 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx162.amr.corp.intel.com (10.18.125.71) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 26 Jun 2019 01:11:56 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.87]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.246]) with mapi id 14.03.0439.000; Wed, 26 Jun 2019 16:11:55 +0800 From: "Tu, Lijuan" To: "Wu, ChangqingX" , "dts@dpdk.org" CC: "Wu, ChangqingX" Thread-Topic: [dts] [PATCH V1] tests/queue_start_stop:Add network card type Thread-Index: AQHVKx2Q4AYj5mbYZUCggra8cFtSSKatl1zw Date: Wed, 26 Jun 2019 08:11:54 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BAC5226@SHSMSX101.ccr.corp.intel.com> References: <1561443645-63964-1-git-send-email-changqingx.wu@intel.com> In-Reply-To: <1561443645-63964-1-git-send-email-changqingx.wu@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzdhNTUyZDAtMzg1OS00NmEzLTkxMWMtMGE3NmE4YTQ4NDY1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiU1pXRTZBY1FrWkJNRlFDM3hrMVUyOFlqMVlSM1c4dW1qaTdIY1JPSzFhaTNxWXArdHBtMnhUUTNJa2lGSnpVMSJ9 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/queue_start_stop:Add network card type 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 changqingxwu > Sent: Tuesday, June 25, 2019 2:21 PM > To: dts@dpdk.org > Cc: Wu, ChangqingX > Subject: [dts] [PATCH V1] tests/queue_start_stop:Add network card type >=20 > Signed-off-by: changqingxwu > --- > tests/TestSuite_queue_start_stop.py | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_queue_start_stop.py > b/tests/TestSuite_queue_start_stop.py > index 34a2f41..e91ea91 100644 > --- a/tests/TestSuite_queue_start_stop.py > +++ b/tests/TestSuite_queue_start_stop.py > @@ -157,7 +157,10 @@ class TestQueueStartStop(TestCase): > except Exception, e: > raise IOError("queue start/stop forward failure: %s" % e) >=20 > - self.verify("ports 0 queue 0 receive 4 packages" in out, "start = queue > revice package failed, out =3D %s"%out) > + if self.nic =3D=3D "cavium_a063": > + self.verify("ports 0 queue 0 receive 4 packages" in out, "st= art queue > revice package failed, out =3D %s"%out) > + else: > + self.verify("ports 0 queue 0 receive 1 packages\r\n"*4 in ou= t, "start > queue revice package failed, out =3D %s"%out) >=20 > try: > # start tx queue test > -- > 2.17.2