test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V2] tests/inline_ipsec: optimization script
  2022-05-05 14:41 [dts] [PATCH V2] tests/inline_ipsec: optimization script Jiale Song
@ 2022-05-05  6:37 ` lijuan.tu
  0 siblings, 0 replies; 3+ messages in thread
From: lijuan.tu @ 2022-05-05  6:37 UTC (permalink / raw)
  To: dts, Jiale Song; +Cc: Jiale Song

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dts] [PATCH V2] tests/inline_ipsec: optimization script
@ 2022-05-05 14:41 Jiale Song
  2022-05-05  6:37 ` lijuan.tu
  0 siblings, 1 reply; 3+ messages in thread
From: Jiale Song @ 2022-05-05 14:41 UTC (permalink / raw)
  To: dts; +Cc: Jiale Song

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(-)

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dts] [PATCH V2] tests/inline_ipsec: optimization script
@ 2022-05-05 14:39 Jiale Song
  0 siblings, 0 replies; 3+ messages in thread
From: Jiale Song @ 2022-05-05 14:39 UTC (permalink / raw)
  To: dts; +Cc: Jiale Song

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(-)

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-05  6:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05 14:41 [dts] [PATCH V2] tests/inline_ipsec: optimization script Jiale Song
2022-05-05  6:37 ` lijuan.tu
  -- strict thread matches above, loose matches on Subject: below --
2022-05-05 14:39 Jiale Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).