[V2] tests/inline_ipsec: optimization script

Message ID 20220505143926.10583-1-songx.jiale@intel.com (mailing list archive)
State Superseded
Headers
Series [V2] tests/inline_ipsec: optimization script |

Commit Message

Jiale, SongX May 5, 2022, 2:39 p.m. UTC
  this command will close all scapy processes, including the started 
in framwork, which will affect the subsequent case tests.

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

Patch

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)