test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Chen, Lingli" <linglix.chen@intel.com>
To: dts@dpdk.org
Cc: "Chen, Lingli" <linglix.chen@intel.com>, Chen@dpdk.org
Subject: [dts] [PATCH V1] tests/TestSuite_multicast:Fix syntax errors
Date: Mon, 11 Jan 2021 14:06:36 +0000	[thread overview]
Message-ID: <20210111140636.22645-1-linglix.chen@intel.com> (raw)

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


             reply	other threads:[~2021-01-11  5:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-11 14:06 Chen, Lingli [this message]
2021-01-11  5:38 ` Chen, LingliX
2021-01-11  6:47   ` Zhao, HaiyangX
2021-01-13  8:38 ` Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210111140636.22645-1-linglix.chen@intel.com \
    --to=linglix.chen@intel.com \
    --cc=Chen@dpdk.org \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).