test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] tests/vf_jumboframe: add kill_all in tear_down
@ 2019-11-04  1:43 michael.luo
  0 siblings, 0 replies; only message in thread
From: michael.luo @ 2019-11-04  1:43 UTC (permalink / raw)
  To: dts

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

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

Signed-off-by: Gaoliang Luo <michael.luo@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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-04  1:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-04  1:43 [dts] [PATCH] tests/vf_jumboframe: add kill_all in tear_down michael.luo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).