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

zhaomeijuan meijuanx.zhao at intel.com
Fri May 10 17:54:07 CEST 2019


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