[dts] [PATCH V1] tests/ multiple_pthread: add killall scapy in tear_down

Xiaoxiao Zeng xiaoxiaox.zeng at intel.com
Fri Nov 1 15:59:56 CET 2019


*.This suit not close send_package tool,it make next suit's testpmd get large rx_pakage when start

Signed-off-by: Xiaoxiao Zeng <xiaoxiaox.zeng at intel.com>
---
 tests/TestSuite_multiple_pthread.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_multiple_pthread.py b/tests/TestSuite_multiple_pthread.py
index 1ea71a5..f247751 100644
--- a/tests/TestSuite_multiple_pthread.py
+++ b/tests/TestSuite_multiple_pthread.py
@@ -237,4 +237,4 @@ class TestMultiplePthread(TestCase):
         """
         Run after each test suite.
         """
-        pass
+        self.tester.send_expect("killall scapy", "#", 5)
-- 
2.17.0



More information about the dts mailing list