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 1A7D7A0679 for ; Wed, 3 Apr 2019 20:09:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DF0DD1B53A; Wed, 3 Apr 2019 20:09:39 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B69921B4E7 for ; Wed, 3 Apr 2019 20:09:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2019 11:09:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,305,1549958400"; d="scan'208";a="132709605" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga006.jf.intel.com with ESMTP; 03 Apr 2019 11:09:36 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 3 Apr 2019 11:09:32 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 3 Apr 2019 11:09:31 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.164]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.147]) with mapi id 14.03.0415.000; Thu, 4 Apr 2019 02:09:29 +0800 From: "Tu, Lijuan" To: "Zhao, MeijuanX" , "dts@dpdk.org" CC: "Zhao, MeijuanX" Thread-Topic: [dts] [PATCH V1] tests/ipfrag : quit example berfore other example start Thread-Index: AQHU6TLj98SS9/hZKUWa2G4I+gIKOaYqve9Q Date: Wed, 3 Apr 2019 18:09:28 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA5B8AA@SHSMSX101.ccr.corp.intel.com> References: <20190402160433.44667-1-meijuanx.zhao@intel.com> In-Reply-To: <20190402160433.44667-1-meijuanx.zhao@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.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTNmODYwZWYtODg3Ny00YmFlLWI4ZTMtOWRjZDgyOTJkYWM0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiazRYTWlqdTRqQXJoNyttZys2aFRSdDllNHJKekZqWGFBT1N5UkdsYUlhMm9rSXhGWkxMZ085b0xcL1RsVzJPcDAifQ== 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/ipfrag : quit example berfore other example start 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" Could you please figure out which example break your test, I think we need = to fix that case, not this one. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhaomeijuan > Sent: Tuesday, April 2, 2019 9:05 AM > To: dts@dpdk.org > Cc: Zhao, MeijuanX > Subject: [dts] [PATCH V1] tests/ipfrag : quit example berfore other examp= le > start >=20 > Signed-off-by: zhaomeijuan > --- > tests/TestSuite_ipfrag.py | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/tests/TestSuite_ipfrag.py b/tests/TestSuite_ipfrag.py index > 9f47a2c..3ebbb5e 100644 > --- a/tests/TestSuite_ipfrag.py > +++ b/tests/TestSuite_ipfrag.py > @@ -295,6 +295,7 @@ l3fwd_ipv4_route_array[] =3D {\\\n" > core_mask =3D utils.create_mask(self.dut.get_core_list(lcore= )) >=20 > portmask =3D utils.create_mask([P0, P1]) > + self.dut.send_expect("^c", "# ", 120) >=20 >=20 > self.dut.send_expect("examples/ip_fragmentation/build/ip_fragmentation - > c %s -n %d -- -p %s -q %s" % ( > core_mask, self.dut.get_memory_channels(), portmask, > num_pthreads), "IP_FRAG:", 120) > -- > 2.17.1