aboutsummaryrefslogtreecommitdiffstats
path: root/tests/func/vrf/eth2p-ethip4-ip4basevrf-func.robot
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2017-02-25 14:23:37 +0000
committerJan Gelety <jgelety@cisco.com>2017-03-01 11:19:40 +0000
commit933f6fd1af59ffede0f1e51ca67b6913fb9a27e8 (patch)
tree39edf8e3607f58d3f2e793bb2d9355219be884bb /tests/func/vrf/eth2p-ethip4-ip4basevrf-func.robot
parent9b9a6e379bfb8a7b99a66fba1940e5d2c31df4e5 (diff)
Remove unused VRF paramter from IP neighbour Add/del
Change-Id: I4a348c696e4cacbf5aa0723f2b8070bbcce7666c Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'tests/func/vrf/eth2p-ethip4-ip4basevrf-func.robot')
-rw-r--r--tests/func/vrf/eth2p-ethip4-ip4basevrf-func.robot16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/func/vrf/eth2p-ethip4-ip4basevrf-func.robot b/tests/func/vrf/eth2p-ethip4-ip4basevrf-func.robot
index 7a76a1805c..f2413ff612 100644
--- a/tests/func/vrf/eth2p-ethip4-ip4basevrf-func.robot
+++ b/tests/func/vrf/eth2p-ethip4-ip4basevrf-func.robot
@@ -363,22 +363,22 @@
| | ... | ${dut2_to_dut1_ip2} | ${ip_prefix}
| | And Add Arp On Dut | ${dut1_node} | ${dut1_to_tg_if1}
-| | ... | ${tg_dut1_ip1} | ${tg_to_dut1_if1_mac} | vrf=${fib_table_1}
+| | ... | ${tg_dut1_ip1} | ${tg_to_dut1_if1_mac}
| | And Add Arp On Dut | ${dut1_node} | ${dut1_to_dut2_if1}
-| | ... | ${dut2_to_dut1_ip1} | ${dut2_to_dut1_if1_mac} | vrf=${fib_table_1}
+| | ... | ${dut2_to_dut1_ip1} | ${dut2_to_dut1_if1_mac}
| | And Add Arp On Dut | ${dut2_node} | ${dut2_to_tg_if1}
-| | ... | ${tg_dut2_ip1} | ${tg_to_dut2_if1_mac} | vrf=${fib_table_1}
+| | ... | ${tg_dut2_ip1} | ${tg_to_dut2_if1_mac}
| | And Add Arp On Dut | ${dut2_node} | ${dut2_to_dut1_if1}
-| | ... | ${dut1_to_dut2_ip1} | ${dut1_to_dut2_if1_mac} | vrf=${fib_table_1}
+| | ... | ${dut1_to_dut2_ip1} | ${dut1_to_dut2_if1_mac}
| | And Add Arp On Dut | ${dut1_node} | ${dut1_to_tg_if2}
-| | ... | ${tg_dut1_ip2} | ${tg_to_dut1_if2_mac} | vrf=${fib_table_2}
+| | ... | ${tg_dut1_ip2} | ${tg_to_dut1_if2_mac}
| | And Add Arp On Dut | ${dut1_node} | ${dut1_to_dut2_if2}
-| | ... | ${dut2_to_dut1_ip2} | ${dut2_to_dut1_if2_mac} | vrf=${fib_table_2}
+| | ... | ${dut2_to_dut1_ip2} | ${dut2_to_dut1_if2_mac}
| | And Add Arp On Dut | ${dut2_node} | ${dut2_to_tg_if2}
-| | ... | ${tg_dut2_ip2} | ${tg_to_dut2_if2_mac} | vrf=${fib_table_2}
+| | ... | ${tg_dut2_ip2} | ${tg_to_dut2_if2_mac}
| | And Add Arp On Dut | ${dut2_node} | ${dut2_to_dut1_if2}
-| | ... | ${dut1_to_dut2_ip2} | ${dut1_to_dut2_if2_mac} | vrf=${fib_table_2}
+| | ... | ${dut1_to_dut2_ip2} | ${dut1_to_dut2_if2_mac}
| | And Vpp Route Add | ${dut1_node} | ${tg_dut2_ip1} | ${ip_prefix}
| | ... | ${dut2_to_dut1_ip1} | ${dut1_to_dut2_if1} | vrf=${fib_table_1}