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

Liu, Yong yong.liu at intel.com
Thu Nov 19 03:47:16 CET 2015


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



More information about the dts mailing list