test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_multiple_pthread:traverse list and pass parameters
@ 2021-01-19  7:40 Xia Yan
  2021-01-19  9:13 ` Zhao, HaiyangX
  2021-01-21  8:10 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Xia Yan @ 2021-01-19  7:40 UTC (permalink / raw)
  To: dts; +Cc: Xia Yan

traverse list and pass parameters

Signed-off-by: Xia Yan <yanx.xia@intel.com>
---
 tests/TestSuite_multiple_pthread.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_multiple_pthread.py b/tests/TestSuite_multiple_pthread.py
index 5d4a1f67..8d9dc3f7 100644
--- a/tests/TestSuite_multiple_pthread.py
+++ b/tests/TestSuite_multiple_pthread.py
@@ -231,7 +231,8 @@ class TestMultiplePthread(TestCase):
         Run after each test case.
         """
         if len(self.send_sessions) != 0:
-            self.pkt.stop_send_pkt_bg(self.send_sessions)
+            for session in self.send_sessions:
+                self.pkt.stop_send_pkt_bg(session)
         self.dut.kill_all()
 
     def tear_down_all(self):
-- 
2.17.1


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

* Re: [dts] [PATCH V1] tests/TestSuite_multiple_pthread:traverse list and pass parameters
  2021-01-19  7:40 [dts] [PATCH V1] tests/TestSuite_multiple_pthread:traverse list and pass parameters Xia Yan
@ 2021-01-19  9:13 ` Zhao, HaiyangX
  2021-01-21  8:10 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Zhao, HaiyangX @ 2021-01-19  9:13 UTC (permalink / raw)
  To: Xia, YanX, dts; +Cc: Xia, YanX

Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>

Best Regards,
Zhao Haiyang

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Xia Yan
> Sent: Tuesday, January 19, 2021 15:40
> To: dts@dpdk.org
> Cc: Xia, YanX <yanx.xia@intel.com>
> Subject: [dts] [PATCH V1] tests/TestSuite_multiple_pthread:traverse list and
> pass parameters

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

* Re: [dts] [PATCH V1] tests/TestSuite_multiple_pthread:traverse list and pass parameters
  2021-01-19  7:40 [dts] [PATCH V1] tests/TestSuite_multiple_pthread:traverse list and pass parameters Xia Yan
  2021-01-19  9:13 ` Zhao, HaiyangX
@ 2021-01-21  8:10 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2021-01-21  8:10 UTC (permalink / raw)
  To: Xia, YanX, dts; +Cc: Xia, YanX


> Subject: [dts] [PATCH V1] tests/TestSuite_multiple_pthread:traverse list and
> pass parameters
> 
> traverse list and pass parameters
> 
> Signed-off-by: Xia Yan <yanx.xia@intel.com>

Applied,  next time please
	1, remove prefix "TestSuite" to reduce count.
	2, add space after colon
	3, don't duplicate subject with commit message.

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

end of thread, other threads:[~2021-01-21  8:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19  7:40 [dts] [PATCH V1] tests/TestSuite_multiple_pthread:traverse list and pass parameters Xia Yan
2021-01-19  9:13 ` Zhao, HaiyangX
2021-01-21  8:10 ` Tu, Lijuan

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