test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_dynamic_config:Delete redundant parameters
@ 2020-09-15  7:36 Chen Linglix
  2020-09-15  7:42 ` Chen, LingliX
  2020-09-15  8:56 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Chen Linglix @ 2020-09-15  7:36 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

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


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

end of thread, other threads:[~2020-09-15  8:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15  7:36 [dts] [PATCH V1] tests/TestSuite_dynamic_config:Delete redundant parameters Chen Linglix
2020-09-15  7:42 ` Chen, LingliX
2020-09-15  8:56 ` 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).