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 C8D53A2EFB for ; Mon, 16 Sep 2019 08:09:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8192F1C0D0; Mon, 16 Sep 2019 08:09:44 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B771A1C0CD for ; Mon, 16 Sep 2019 08:09:41 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Sep 2019 23:09:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,510,1559545200"; d="scan'208";a="201533502" Received: from ubuntu.sh.intel.com ([10.239.250.27]) by fmsmga001.fm.intel.com with ESMTP; 15 Sep 2019 23:09:39 -0700 From: Peng Zhihong To: dts@dpdk.org Cc: "Peng, ZhihongX" , Peng@dpdk.org Date: Mon, 16 Sep 2019 07:10:08 -0700 Message-Id: <20190916141008.3385-1-zhihongx.peng@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [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 fail. 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" From: "Peng, ZhihongX" Signed-off-by: Peng, ZhihongX --- tests/TestSuite_ipgre.py | 1 + 1 file changed, 1 insertion(+) 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 def tear_down_all(self): -- 2.17.1