Fix Acl Plugin tests after update of Acl models
[csit.git] / resources / libraries / python / DPDK / L3fwdTest.py
index 8c25964..84c623e 100644 (file)
@@ -109,7 +109,6 @@ class L3fwdTest(object):
         # detect which is the port 0
         if min(if_pci0, if_pci1) != if_pci0:
             if_key0, if_key1 = if_key1, if_key0
-            L3fwdTest.patch_l3fwd(dut_node, 'patch_l3fwd_flip_routes')
 
         adj_node0, adj_if_key0 = Topology.get_adjacent_node_and_interface( \
                                  nodes_info, dut_node, if_key0)
@@ -141,7 +140,8 @@ class L3fwdTest(object):
             '{fwdir}/tests/dpdk/dpdk_scripts/patch_l3fwd.sh {arch} '
             '{fwdir}/tests/dpdk/dpdk_scripts/{patch}'.
             format(fwdir=Constants.REMOTE_FW_DIR, arch=arch, patch=patch),
-                   timeout=600)
+            timeout=600)
 
         if ret_code != 0:
-            raise RuntimeError('Patch of l3fwd failed.')
\ No newline at end of file
+            raise RuntimeError('Patch of l3fwd failed.')
+