[dts] [PATCH V1] tests/cvl_switch_filter: fix the time out error

Tu, Lijuan lijuan.tu at intel.com
Mon Jan 6 09:51:56 CET 2020


Applied

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Nannan Lu
> Sent: Sunday, January 5, 2020 6:51 AM
> To: dts at dpdk.org
> Cc: Lu, Nannan <nannan.lu at intel.com>
> Subject: [dts] [PATCH V1] tests/cvl_switch_filter: fix the time out error
> 
> extend the wait time of launching testpmd and creating 16K fdir rules in non-
> pipeline mode.
> 
> Signed-off-by: Nannan Lu <nannan.lu at intel.com>
> ---
>  tests/TestSuite_cvl_switch_filter.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_cvl_switch_filter.py
> b/tests/TestSuite_cvl_switch_filter.py
> index 35a981e..5233875 100644
> --- a/tests/TestSuite_cvl_switch_filter.py
> +++ b/tests/TestSuite_cvl_switch_filter.py
> @@ -2337,7 +2337,7 @@ class SwitchFilterTest(TestCase):
> 
>          global test_results
> 
> -        out = self.dut.send_expect(command, "testpmd> ", 120)
> +        out = self.dut.send_expect(command, "testpmd> ", 300)
>          self.dut.send_expect("port config 0 rss-hash-key ipv4
> 1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd
> 1234abcd1234abcd1234abcd1234abcd1234abcd", "testpmd> ", 15)
>          if is_vxlan:
>              self.dut.send_expect("rx_vxlan_port add 4789 0", "testpmd> ", 15)
> --
> 2.17.1



More information about the dts mailing list