test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_multicast:Fix syntax errors
@ 2021-01-11 14:06 Chen, Lingli
  2021-01-11  5:38 ` Chen, LingliX
  2021-01-13  8:38 ` Tu, Lijuan
  0 siblings, 2 replies; 4+ messages in thread
From: Chen, Lingli @ 2021-01-11 14:06 UTC (permalink / raw)
  To: dts; +Cc: Chen, Lingli, Chen

Fix syntax errors

Signed-off-by: Chen, Lingli <linglix.chen@intel.com>
---
 tests/TestSuite_multicast.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_multicast.py b/tests/TestSuite_multicast.py
index 3ff06477..a163a151 100644
--- a/tests/TestSuite_multicast.py
+++ b/tests/TestSuite_multicast.py
@@ -129,7 +129,7 @@ class TestMulticast(TestCase):
         """
         eal_para = self.dut.create_eal_parameters(cores="1S/2C/1T")
         payload = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
-        self.dut.send_expect("%s -c %s -n 4 -- -p %s -q 2" % (self.app_ipv4_multicast_path,
+        self.dut.send_expect("%s %s -- -p %s -q 2" % (self.app_ipv4_multicast_path,
                                                               eal_para, '0x5'), "IPv4_MULTICAST:", 60)
 
         for flow in list(trafficFlow.keys()):
-- 
2.17.1


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11 14:06 [dts] [PATCH V1] tests/TestSuite_multicast:Fix syntax errors Chen, Lingli
2021-01-11  5:38 ` Chen, LingliX
2021-01-11  6:47   ` Zhao, HaiyangX
2021-01-13  8:38 ` 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).