test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [DTS][PATCH] decrease core numbers for functional test
@ 2016-03-23  5:40 haifeng
  0 siblings, 0 replies; only message in thread
From: haifeng @ 2016-03-23  5:40 UTC (permalink / raw)
  To: dts; +Cc: haifeng

Signed-off-by: haifeng <haifengx.tang@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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-03-23  5:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-23  5:40 [dts] [DTS][PATCH] decrease core numbers for functional test haifeng

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).