[V1] tests/inline_ipsec: optimization script

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

Checks

Context Check Description
ci/Intel-dts-suite-test warning SKIPPED

Commit Message

Jiale, SongX April 28, 2022, 2:50 p.m. UTC
  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@intel.com>
---
 tests/TestSuite_inline_ipsec.py | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Huang, ZhiminX April 28, 2022, 7:11 a.m. UTC | #1
> -----Original Message-----
> From: Jiale Song <songx.jiale@intel.com>
> Sent: Thursday, April 28, 2022 10:50 PM
> To: dts@dpdk.org
> Cc: Jiale, SongX <songx.jiale@intel.com>
> Subject: [dts] [PATCH V1] tests/inline_ipsec: optimization script
> 
> 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@intel.com>
> ---
Tested-by: Zhimin Huang <zhiminx.huang@intel.com >
  
Tu, Lijuan May 5, 2022, 6:09 a.m. UTC | #2
> -----Original Message-----
> From: Jiale Song <songx.jiale@intel.com>
> Sent: 2022年4月28日 22:50
> To: dts@dpdk.org
> Cc: Jiale, SongX <songx.jiale@intel.com>
> Subject: [dts] [PATCH V1] tests/inline_ipsec: optimization script
> 
> 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@intel.com>

Framware ? Do you mean framework ?
  

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)