* [dts] [PATCH V1] fix TestSuite dynamic_config
@ 2016-09-29 6:33 xu,gang
0 siblings, 0 replies; only message in thread
From: xu,gang @ 2016-09-29 6:33 UTC (permalink / raw)
To: dts; +Cc: xu,gang
Modify the variable name
Signed-off-by: xu,gang <gangx.xu@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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-09-29 6:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-29 6:33 [dts] [PATCH V1] fix TestSuite dynamic_config xu,gang
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).