[dts] [PATCH V1] tests/vlan:Increase the default timeout time in the send_pkt method.

Tu, Lijuan lijuan.tu at intel.com
Mon Nov 4 03:45:04 CET 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of zhu,shuai
> Sent: Thursday, October 24, 2019 9:18 AM
> To: dts at dpdk.org
> Cc: Zhu, ShuaiX <shuaix.zhu at intel.com>
> Subject: [dts] [PATCH V1] tests/vlan:Increase the default timeout time in the
> send_pkt method.
> 
> 
> 
> Signed-off-by: zhu,shuai <shuaix.zhu 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
> 77c33d0..0ade7f0 100644
> --- a/tests/TestSuite_vlan.py
> +++ b/tests/TestSuite_vlan.py
> @@ -116,7 +116,7 @@ class TestVlan(TestCase):
>              pkt.config_layer('ether', {'dst': self.dmac, 'src': self.smac})
>              pkt.config_layer('vlan', {'vlan': vid})
> 
> -        pkt.send_pkt(self.tester, tx_port=self.txItf, count=4)
> +        pkt.send_pkt(self.tester, tx_port=self.txItf, count=4,
> + timeout=30)
> 
>      def set_up(self):
>          """
> --
> 2.17.2



More information about the dts mailing list