From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 8D53B11A2 for ; Wed, 23 Mar 2016 06:44:49 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP; 22 Mar 2016 22:44:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,381,1455004800"; d="scan'208";a="929935818" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by fmsmga001.fm.intel.com with ESMTP; 22 Mar 2016 22:44:47 -0700 From: haifeng To: dts@dpdk.org Cc: haifeng Date: Wed, 23 Mar 2016 13:40:26 +0800 Message-Id: <1458711626-96945-1-git-send-email-haifengx.tang@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [DTS][PATCH] decrease core numbers for functional test X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2016 05:44:50 -0000 Signed-off-by: haifeng --- 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