[dts] [PATCH V1] tear_down add self.dut.kill_all()

He, Zhiwei zhiwei.he at intel.com
Thu Oct 24 10:19:24 CEST 2019


Acked-by zhiwei <zhiwei.he at intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Peng Zhihong
Sent: Thursday, October 24, 2019 9:13 PM
To: dts at dpdk.org
Cc: Peng, ZhihongX <zhihongx.peng at intel.com>
Subject: [dts] [PATCH V1] tear_down add self.dut.kill_all()

tear_down add self.dut.kill_all()

Signed-off-by: Peng Zhihong <zhihongx.peng at intel.com>
---
 tests/TestSuite_ipgre.py | 1 +
 1 file changed, 1 insertion(+)

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
 
     def tear_down_all(self):
--
2.17.1



More information about the dts mailing list