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

Peng Zhihong zhihongx.peng at intel.com
Thu Oct 24 15:12:30 CEST 2019


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