From: "Chen, LingliX" <linglix.chen@intel.com>
To: "dts@dpdk.org" <dts@dpdk.org>
Subject: Re: [dts] [PATCH V1] tests/TestSuite_dynamic_config:Delete redundant parameters
Date: Tue, 15 Sep 2020 07:42:36 +0000 [thread overview]
Message-ID: <7bf12b9d3332460087e8b1e7268e1821@intel.com> (raw)
In-Reply-To: <20200915073634.16433-1-linglix.chen@intel.com>
[-- Attachment #1: Type: text/plain, Size: 1171 bytes --]
Tested-by: Chen, LingliX <linglix.chen@intel.com>
Regards,
Chen, LingliX
-----Original Message-----
From: Chen, LingliX
Sent: Tuesday, September 15, 2020 3:37 PM
To: dts@dpdk.org
Cc: Chen, LingliX <linglix.chen@intel.com>
Subject: [dts][PATCH V1] tests/TestSuite_dynamic_config:Delete redundant parameters
Delete redundant parameters
Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
tests/TestSuite_dynamic_config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_dynamic_config.py b/tests/TestSuite_dynamic_config.py
index 1b77ea1..a9c482e 100644
--- a/tests/TestSuite_dynamic_config.py
+++ b/tests/TestSuite_dynamic_config.py
@@ -119,7 +119,7 @@ class TestDynamicConfig(TestCase):
Run before each test case.
"""
cmd = "%s -n 3 -- -i --rxpt=0 \
- --rxht=0 --rxwt=0 --txpt=39 --txht=0 --txwt=0 --portmask=%s" % (self.path, self.coreMask, self.portMask)
+ --rxht=0 --rxwt=0 --txpt=39 --txht=0 --txwt=0 --portmask=%s" % (self.path, self.portMask)
self.dut.send_expect("%s" % cmd, "testpmd> ", 120)
time.sleep(5)
--
1.8.3.1
[-- Attachment #2: TestDynamicConfig.log --]
[-- Type: application/octet-stream, Size: 84093 bytes --]
next prev parent reply other threads:[~2020-09-15 7:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-15 7:36 Chen Linglix
2020-09-15 7:42 ` Chen, LingliX [this message]
2020-09-15 8:56 ` 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=7bf12b9d3332460087e8b1e7268e1821@intel.com \
--to=linglix.chen@intel.com \
--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).