[V2] tests/inline_ipsec: optimization script

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

Commit Message

Jiale, SongX May 5, 2022, 2:41 p.m. UTC
  this command will close all scapy processes, including the started 
in framework, 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(-)
  

Comments

Tu, Lijuan May 5, 2022, 6:37 a.m. UTC | #1
On Thu,  5 May 2022 14:41:15 +0000, Jiale Song <songx.jiale@intel.com> wrote:
> this command will close all scapy processes, including the started 
> in framework, which will affect the subsequent case tests.
> 
> Signed-off-by: Jiale Song <songx.jiale@intel.com>


Applied, thanks
  

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)