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

Zhao, MeijuanX meijuanx.zhao at intel.com
Tue May 14 10:06:18 CEST 2019


tested-by:  Zhao, MeijuanX <meijuanx.zhao at intel.com>

-----Original Message-----
From: Zhao, MeijuanX 
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