[dts] [PATCH V1] tests/inline_ipsec: optimization script

Jiale Song songx.jiale at intel.com
Thu Apr 28 16:50:09 CEST 2022


this command will close all scapy processes, including the started 
in framware, which will affect the subsequent case tests.

Signed-off-by: Jiale Song <songx.jiale at intel.com>
---
 tests/TestSuite_inline_ipsec.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/TestSuite_inline_ipsec.py b/tests/TestSuite_inline_ipsec.py
index cb105d9c..9cc15301 100644
--- a/tests/TestSuite_inline_ipsec.py
+++ b/tests/TestSuite_inline_ipsec.py
@@ -522,7 +522,6 @@ class TestInlineIpsec(TestCase):
         """
         Run after each test case.
         """
-        self.tester.send_expect("killall scapy", "#", 5)
         self.tester.send_expect("killall tcpdump", "#", 5)
         self.dut.kill_all()
         time.sleep(2)
-- 
2.17.1



More information about the dts mailing list