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 C7D02A0613 for ; Mon, 23 Sep 2019 03:49:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A31365B32; Mon, 23 Sep 2019 03:49:28 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1D1BB4C8D for ; Mon, 23 Sep 2019 03:49:26 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Sep 2019 18:49:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,538,1559545200"; d="scan'208";a="388324029" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga005.fm.intel.com with ESMTP; 22 Sep 2019 18:49:25 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 22 Sep 2019 18:49:25 -0700 Received: from cdsmsx101.ccr.corp.intel.com (172.17.3.36) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 22 Sep 2019 18:49:24 -0700 Received: from cdsmsx102.ccr.corp.intel.com ([169.254.2.223]) by CDSMSX101.ccr.corp.intel.com ([169.254.1.45]) with mapi id 14.03.0439.000; Mon, 23 Sep 2019 09:49:22 +0800 From: "Peng, ZhihongX" To: "Tu, Lijuan" , "dts@dpdk.org" CC: "Peng@dpdk.org" Thread-Topic: [dts] [PATCH V1] tests/TestSuite_ipgre.py: Tear_down func increase kill testpmd statement. check_packet_transmission func exiting abnormally willcause testpmd to not exit. The next test case continues to use untested testpmd, causing the test case to Thread-Index: AQHVbFVdO0osISnnbE+cgabcfPoFLac0HxbwgARqcLA= Date: Mon, 23 Sep 2019 01:49:21 +0000 Message-ID: <218C9AAF1879E445B4BC31BDA3D0850294ED8E@CDSMSX102.ccr.corp.intel.com> References: <8CE3E05A3F976642AAB0F4675D0AD20E0BB24BAF@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <8CE3E05A3F976642AAB0F4675D0AD20E0BB24BAF@SHSMSX101.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.17.6.105] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] tests/TestSuite_ipgre.py: Tear_down func increase kill testpmd statement. check_packet_transmission func exiting abnormally willcause testpmd to not exit. The next test case continues to use untested testpmd, causing the test case to 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" Liwenjie has submitted. -----Original Message----- From: Tu, Lijuan=20 Sent: Friday, September 20, 2019 2:24 PM To: Peng, ZhihongX ; dts@dpdk.org Cc: Peng, ZhihongX ; Peng@dpdk.org Subject: RE: [dts] [PATCH V1] tests/TestSuite_ipgre.py: Tear_down func incr= ease kill testpmd statement. check_packet_transmission func exiting abnorma= lly willcause testpmd to not exit. The next test case continues to use unte= sted testpmd, causing the test case to=20 Comment inline > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Peng Zhihong > Sent: Monday, September 16, 2019 10:10 PM > To: dts@dpdk.org > Cc: Peng, ZhihongX ; Peng@dpdk.org > Subject: [dts] [PATCH V1] tests/TestSuite_ipgre.py: Tear_down func=20 > increase kill testpmd statement. check_packet_transmission func=20 > exiting abnormally willcause testpmd to not exit. The next test case=20 > continues to use untested testpmd, causing the test case to f... >=20 > From: "Peng, ZhihongX" >=20 > Signed-off-by: Peng, ZhihongX > --- > tests/TestSuite_ipgre.py | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/tests/TestSuite_ipgre.py b/tests/TestSuite_ipgre.py index=20 > d74ac05..d1db8df 100644 > --- a/tests/TestSuite_ipgre.py > +++ b/tests/TestSuite_ipgre.py > @@ -439,6 +439,7 @@ class TestIpgre(TestCase): > Run after each test case. > Nothing to do. > """ > + self.dut.kill_all() > pass [Lijuan] Please remove "pass"=20 >=20 > def tear_down_all(self): > -- > 2.17.1