[dts] [PATCH V1] tests/vxlan fix syntax error

Tu, Lijuan lijuan.tu at intel.com
Wed May 22 10:50:48 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of zhaomeijuan
> Sent: Friday, May 10, 2019 11:54 PM
> To: dts at dpdk.org
> Cc: Zhao, MeijuanX <meijuanx.zhao at intel.com>
> Subject: [dts] [PATCH V1] tests/vxlan fix syntax error
> 
> Signed-off-by: zhaomeijuan <meijuanx.zhao at intel.com>
> ---
>  tests/TestSuite_vxlan.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_vxlan.py b/tests/TestSuite_vxlan.py index
> b4b852f..12ab458 100644
> --- a/tests/TestSuite_vxlan.py
> +++ b/tests/TestSuite_vxlan.py
> @@ -880,7 +880,7 @@ class TestVxlan(TestCase, IxiaPacketGenerator):
>              self.enable_vxlan(dut_port)
> 
>          if tun_filter != 'None':
> -            args = [self.dut_port, config.outer_mac_dst,
> +            args = [dut_port, config.outer_mac_dst,
>                      config.inner_mac_dst, config.inner_ip_dst,
>                      config.inner_vlan, tun_filter,
>                      config.vni, 0]
> --
> 2.17.1



More information about the dts mailing list