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

Chen, LingliX linglix.chen at intel.com
Tue Sep 15 09:42:36 CEST 2020


Tested-by:  Chen, LingliX <linglix.chen at intel.com>

Regards,
Chen, LingliX

-----Original Message-----
From: Chen, LingliX 
Sent: Tuesday, September 15, 2020 3:37 PM
To: dts at dpdk.org
Cc: Chen, LingliX <linglix.chen at intel.com>
Subject: [dts][PATCH V1] tests/TestSuite_dynamic_config:Delete redundant parameters

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: TestDynamicConfig.log
Type: application/octet-stream
Size: 84093 bytes
Desc: TestDynamicConfig.log
URL: <http://mails.dpdk.org/archives/dts/attachments/20200915/e4721bff/attachment.obj>


More information about the dts mailing list