* [dts] [PATCH]tests vlan: reduce cores to run testpmd on 32bit system
@ 2015-11-18 7:08 Lijuan Tu
2015-11-19 2:47 ` Liu, Yong
0 siblings, 1 reply; 2+ messages in thread
From: Lijuan Tu @ 2015-11-18 7:08 UTC (permalink / raw)
To: dts
Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
---
tests/TestSuite_vlan.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_vlan.py b/tests/TestSuite_vlan.py
index ab778f3..cc23dc5 100644
--- a/tests/TestSuite_vlan.py
+++ b/tests/TestSuite_vlan.py
@@ -69,7 +69,7 @@ class TestVlan(TestCase):
portMask = dts.create_mask(valports[:2])
self.pmdout = PmdOutput(self.dut)
- self.pmdout.start_testpmd("all", "--portmask=%s" % portMask)
+ self.pmdout.start_testpmd("Default", "--portmask=%s" % portMask)
self.dut.send_expect("set verbose 1", "testpmd> ")
out = self.dut.send_expect("set fwd mac", "testpmd> ")
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] [PATCH]tests vlan: reduce cores to run testpmd on 32bit system
2015-11-18 7:08 [dts] [PATCH]tests vlan: reduce cores to run testpmd on 32bit system Lijuan Tu
@ 2015-11-19 2:47 ` Liu, Yong
0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2015-11-19 2:47 UTC (permalink / raw)
To: Lijuan Tu, dts
Applied. Lijuan, could you send one patch for all 32bit issue. We'd
better send out one patch for the same issue.
On 11/18/2015 03:08 PM, Lijuan Tu wrote:
> Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
> ---
> tests/TestSuite_vlan.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_vlan.py b/tests/TestSuite_vlan.py
> index ab778f3..cc23dc5 100644
> --- a/tests/TestSuite_vlan.py
> +++ b/tests/TestSuite_vlan.py
> @@ -69,7 +69,7 @@ class TestVlan(TestCase):
> portMask = dts.create_mask(valports[:2])
>
> self.pmdout = PmdOutput(self.dut)
> - self.pmdout.start_testpmd("all", "--portmask=%s" % portMask)
> + self.pmdout.start_testpmd("Default", "--portmask=%s" % portMask)
>
> self.dut.send_expect("set verbose 1", "testpmd> ")
> out = self.dut.send_expect("set fwd mac", "testpmd> ")
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-19 2:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-18 7:08 [dts] [PATCH]tests vlan: reduce cores to run testpmd on 32bit system Lijuan Tu
2015-11-19 2:47 ` Liu, Yong
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).