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 59326A32A1 for ; Thu, 24 Oct 2019 07:44:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 11FFB1C12E; Thu, 24 Oct 2019 07:44:38 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D35A81C12C for ; Thu, 24 Oct 2019 07:44:35 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Oct 2019 22:44:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,223,1569308400"; d="scan'208";a="192076358" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga008.jf.intel.com with ESMTP; 23 Oct 2019 22:44:34 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 23 Oct 2019 22:44:34 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 23 Oct 2019 22:44:34 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.165]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.96]) with mapi id 14.03.0439.000; Thu, 24 Oct 2019 13:44:32 +0800 From: "Xiao, QimaiX" To: "Peng, ZhihongX" , "dts@dpdk.org" CC: "Peng, ZhihongX" Thread-Topic: [dts] [PATCH V1] tear_down add self.dut.kill_all() Thread-Index: AQHViimYdSyYRtJb/E+6X+YTNy1Rb6dpRoew Date: Thu, 24 Oct 2019 05:44:32 +0000 Message-ID: <5C5FA1EBCC0D164EAD0302E258A5234B75F7E2@SHSMSX103.ccr.corp.intel.com> References: <20191024131230.16888-1-zhihongx.peng@intel.com> In-Reply-To: <20191024131230.16888-1-zhihongx.peng@intel.com> Accept-Language: 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] tear_down add self.dut.kill_all() 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" CVL not support some case of this suit lead testpmd can't quit normally. Ad= d this to ensure testpmd process be killed before next case start.=20 Tested-by: Xiao Qimai Best Regards, Xiao,Qimai -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Peng Zhihong Sent: Thursday, October 24, 2019 9:13 PM To: dts@dpdk.org Cc: Peng, ZhihongX Subject: [dts] [PATCH V1] tear_down add self.dut.kill_all() tear_down add self.dut.kill_all() Signed-off-by: Peng Zhihong --- tests/TestSuite_ipgre.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestSuite_ipgre.py b/tests/TestSuite_ipgre.py index 7258= db5..c6bb380 100644 --- a/tests/TestSuite_ipgre.py +++ b/tests/TestSuite_ipgre.py @@ -459,6 +459,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