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 8C1E8A2EFC for ; Mon, 16 Sep 2019 10:31:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4D1351C112; Mon, 16 Sep 2019 10:31:46 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id ACE2B1C0DB for ; Mon, 16 Sep 2019 10:31:44 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Sep 2019 01:31:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,492,1559545200"; d="scan'208";a="188543675" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 16 Sep 2019 01:31:43 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 16 Sep 2019 01:31:42 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.113]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.32]) with mapi id 14.03.0439.000; Mon, 16 Sep 2019 16:31:41 +0800 From: "Mo, YufengX" To: "dts@dpdk.org" , "Peng, ZhihongX" , "Li, WenjieX A" , "Zhang, YanX A" CC: "Yu, PingX" 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: AQHVbFVdJbErBjKPh0CJOPTHm1dxEKct+Qug Date: Mon, 16 Sep 2019 08:31:40 +0000 Message-ID: Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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/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" Hi, peng zhihong Li,wenjie has one patch to do the same thing. Could you sync with him? [dts] [PATCH V1] tests/ipgre: optimize script BRs Yufen, Mo > -----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 increa= se kill testpmd statement. check_packet_transmission func > exiting abnormally willcause testpmd to not exit. The next test case cont= inues 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 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 >=20 > def tear_down_all(self): > -- > 2.17.1