[dts] [PATCH V1] tests/TestSuite_dynamic_config:Delete redundant parameters

Chen Linglix linglix.chen at intel.com
Tue Sep 15 09:36:34 CEST 2020


Delete redundant parameters

Signed-off-by: Chen Linglix <linglix.chen at 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



More information about the dts mailing list