[dts] [PATCH V1] fix TestSuite dynamic_config

xu,gang gangx.xu at intel.com
Thu Sep 29 08:33:26 CEST 2016


Modify the variable name

Signed-off-by: xu,gang <gangx.xu at intel.com>
---
 tests/TestSuite_dynamic_config.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_dynamic_config.py b/tests/TestSuite_dynamic_config.py
index cd6dacf..1ba6dd4 100644
--- a/tests/TestSuite_dynamic_config.py
+++ b/tests/TestSuite_dynamic_config.py
@@ -70,8 +70,8 @@ class TestDynamicConfig(TestCase):
 
         # Prepare cores and ports
         cores = self.dut.get_core_list('1S/2C/2T')
-        coreMask = utils.create_mask(cores)
-        portMask = utils.create_mask(self.dut_ports[:2])
+        self.coreMask = utils.create_mask(cores)
+        self.portMask = utils.create_mask(self.dut_ports[:2])
 
         # launch app
         cmd = "./%s/build/app/test-pmd/testpmd -c %s -n 3 -- -i --rxpt=0 \
-- 
1.9.3



More information about the dts mailing list