[dts] [PATCH] tests/vf_jumboframe: add kill_all in tear_down

michael.luo at intel.com michael.luo at intel.com
Mon Nov 4 02:43:24 CET 2019


From: Gaoliang Luo <michael.luo at intel.com>

testpmd may not quit if a test case was ended because of verifying failure.

Signed-off-by: Gaoliang Luo <michael.luo at intel.com>
---
 tests/TestSuite_vf_jumboframe.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_vf_jumboframe.py b/tests/TestSuite_vf_jumboframe.py
index f17e30e..f0826c6 100644
--- a/tests/TestSuite_vf_jumboframe.py
+++ b/tests/TestSuite_vf_jumboframe.py
@@ -322,6 +322,7 @@ class TestVfJumboFrame(TestCase):
         """
         Run after each test case.
         """
+        self.dut.kill_all()
         pass
 
     def tear_down_all(self):
-- 
2.7.4



More information about the dts mailing list