[dts] [PATCH]tests vlan: reduce cores to run testpmd on 32bit system

Lijuan Tu lijuanx.a.tu at intel.com
Wed Nov 18 08:08:20 CET 2015


Signed-off-by: Lijuan Tu <lijuanx.a.tu at 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



More information about the dts mailing list