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 89109A04A3; Mon, 4 Nov 2019 03:53:26 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2D2B34C8B; Mon, 4 Nov 2019 03:53:26 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 666CB1BE0 for ; Mon, 4 Nov 2019 03:53:25 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Nov 2019 18:53:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,265,1569308400"; d="scan'208";a="195315483" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga008.jf.intel.com with ESMTP; 03 Nov 2019 18:53:24 -0800 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 3 Nov 2019 18:53:11 -0800 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 3 Nov 2019 18:53:11 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.213]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.63]) with mapi id 14.03.0439.000; Mon, 4 Nov 2019 10:53:10 +0800 From: "Tu, Lijuan" To: "Peng, ZhihongX" , "dts@dpdk.org" CC: "Peng, ZhihongX" Thread-Topic: [dts] [PATCH V1] tear_down add self.dut.kill_all() Thread-Index: AQHViimZKQm4ZUp1BkSRBzTMhPTGfKd6YZ9Q Date: Mon, 4 Nov 2019 02:53:09 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB5D368@SHSMSX101.ccr.corp.intel.com> References: <20191024131230.16888-1-zhihongx.peng@intel.com> In-Reply-To: <20191024131230.16888-1-zhihongx.peng@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.2.0.6 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWMwYjE5N2ItYjdkMi00MTIyLWFiZjItMDU1ZjQzYjIxYTYxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiNEI2bzM0RkloajhJOFNGbE40RTg1am15b3lYVW5JOTJEaFgzaDM4V0xsZFwvbnZNUW5vbWgyV201UFNKck9QTHYifQ== 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" Applied, thanks > -----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() >=20 > tear_down add self.dut.kill_all() >=20 > Signed-off-by: Peng Zhihong > --- > tests/TestSuite_ipgre.py | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/tests/TestSuite_ipgre.py b/tests/TestSuite_ipgre.py index > 7258db5..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