diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-02-12 13:01:23 +0000 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-02-13 14:27:48 +0100 |
commit | 5a5964798ad5c196b24ce246d62f957c30fed225 (patch) | |
tree | 49cb7e920143c99c6038506a8927ded2f32c1498 /resources | |
parent | b7da6842c02e133419b71fbe8be20485db23fe72 (diff) |
FIX: Apply revert routing in case interfaces are reverted
Change-Id: Iecd4606f000aa49a16a07fb02ae1b6f1c52a52d8
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/libraries/python/DPDK/L3fwdTest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/libraries/python/DPDK/L3fwdTest.py b/resources/libraries/python/DPDK/L3fwdTest.py index d4b9f16197..0a22fe6b91 100644 --- a/resources/libraries/python/DPDK/L3fwdTest.py +++ b/resources/libraries/python/DPDK/L3fwdTest.py @@ -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) |