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 2E99FA32A1 for ; Thu, 24 Oct 2019 10:19:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C60741D450; Thu, 24 Oct 2019 10:19:30 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 6769C1D44A for ; Thu, 24 Oct 2019 10:19:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2019 01:19:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,224,1569308400"; d="scan'208";a="204188036" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 24 Oct 2019 01:19:27 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 24 Oct 2019 01:19:27 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 24 Oct 2019 01:19:27 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.166]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.96]) with mapi id 14.03.0439.000; Thu, 24 Oct 2019 16:19:25 +0800 From: "He, Zhiwei" To: "Peng, ZhihongX" , "dts@dpdk.org" CC: "Peng, ZhihongX" Thread-Topic: [dts] [PATCH V1] tear_down add self.dut.kill_all() Thread-Index: AQHViimZh2j72PTq7kCrf0hEWs1H8qdpcvww Date: Thu, 24 Oct 2019 08:19:24 +0000 Message-ID: <09777F12A863964D9F4AE780D4FEA3E83E6E4FE0@SHSMSX104.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: 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" Acked-by zhiwei -----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