[V1] tests/TestSuite_dynamic_config:Delete redundant parameters

Message ID 20200915073634.16433-1-linglix.chen@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] tests/TestSuite_dynamic_config:Delete redundant parameters |

Commit Message

Lingli Chen Sept. 15, 2020, 7:36 a.m. UTC
  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(-)
  

Comments

Lingli Chen Sept. 15, 2020, 7:42 a.m. UTC | #1
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)
  
Tu, Lijuan Sept. 15, 2020, 8:56 a.m. UTC | #2
> Subject: [dts] [PATCH V1] tests/TestSuite_dynamic_config:Delete redundant
> parameters
> 
> Delete redundant parameters

Applied
  

Patch

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)