FIX: Apply revert routing in case interfaces are reverted
[csit.git] / resources / libraries / python / DPDK / L3fwdTest.py
index d4b9f16..0a22fe6 100644 (file)
@@ -102,6 +102,7 @@ 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)