[dts] [DTS][PATCH] decrease core numbers for functional test

haifeng haifengx.tang at intel.com
Wed Mar 23 06:40:26 CET 2016


Signed-off-by: haifeng <haifengx.tang at intel.com>
---
 tests/TestSuite_link_flowctrl.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_link_flowctrl.py b/tests/TestSuite_link_flowctrl.py
index 11c1795..fb1d49f 100644
--- a/tests/TestSuite_link_flowctrl.py
+++ b/tests/TestSuite_link_flowctrl.py
@@ -76,7 +76,7 @@ class TestLinkFlowctrl(TestCase):
         self.memChannels = self.dut.get_memory_channels()
 
         self.pmdout = PmdOutput(self.dut)
-        self.pmdout.start_testpmd("all", "--portmask=%s" % self.portMask)
+        self.pmdout.start_testpmd("Default", "--portmask=%s" % self.portMask)
 
     def pause_frame_loss_test(self, rx_flow_control='off',
                               tx_flow_control='off',
-- 
1.9.3



More information about the dts mailing list