aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vpp/func/ip4/eth2p-ethip4-ip4basevrf-func.robot
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2017-08-14 12:22:58 -0700
committerNeale Ranns <nranns@cisco.com>2017-10-09 05:48:29 -0700
commite65ba17d162581fa8b803070a5e706f344c30f33 (patch)
tree15807af6c27cafa8e4be17292bf1718558d3e552 /tests/vpp/func/ip4/eth2p-ethip4-ip4basevrf-func.robot
parentdf5ed0d9317e2a1d4a7248459cc6aec39f80a052 (diff)
FIB table add/delete
Change-Id: Icadb4884a1c08a2230fd4692df69310ce382ec94 Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'tests/vpp/func/ip4/eth2p-ethip4-ip4basevrf-func.robot')
-rw-r--r--tests/vpp/func/ip4/eth2p-ethip4-ip4basevrf-func.robot12
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/vpp/func/ip4/eth2p-ethip4-ip4basevrf-func.robot b/tests/vpp/func/ip4/eth2p-ethip4-ip4basevrf-func.robot
index b520d4df6c..46bcf757d2 100644
--- a/tests/vpp/func/ip4/eth2p-ethip4-ip4basevrf-func.robot
+++ b/tests/vpp/func/ip4/eth2p-ethip4-ip4basevrf-func.robot
@@ -309,16 +309,20 @@
| | ... | ${dut2_node} | ${dut2_to_dut1_if1}
| | ${dut2_if2_idx}= | Get Interface SW Index
| | ... | ${dut2_node} | ${dut2_to_dut1_if2}
-| | And Add fib table | ${dut1_node}
+| | And Add fib table | ${dut1_node} | ${fib_table_1}
+| | And Add fib table | ${dut1_node} | ${fib_table_2}
+| | And Add fib table | ${dut2_node} | ${fib_table_1}
+| | And Add fib table | ${dut2_node} | ${fib_table_2}
+| | And Vpp Route Add | ${dut1_node}
| | ... | ${tg_dut2_ip1} | ${ip_prefix} | ${fib_table_1}
| | ... | via ${dut2_to_dut1_ip1} sw_if_index ${dut1_if1_idx} multipath
-| | And Add fib table | ${dut1_node}
+| | And Vpp Route Add | ${dut1_node}
| | ... | ${tg_dut2_ip2} | ${ip_prefix} | ${fib_table_2}
| | ... | via ${dut1_to_dut2_ip2} sw_if_index ${dut1_if2_idx} multipath
-| | And Add fib table | ${dut2_node}
+| | And Vpp Route Add | ${dut2_node}
| | ... | ${tg_dut1_ip1} | ${ip_prefix} | ${fib_table_1}
| | ... | via ${dut2_to_dut1_ip1} sw_if_index ${dut2_if1_idx} multipath
-| | And Add fib table | ${dut2_node}
+| | And Vpp Route Add | ${dut2_node}
| | ... | ${tg_dut1_ip2} | ${ip_prefix} | ${fib_table_2}
| | ... | via ${dut2_to_dut1_ip2} sw_if_index ${dut2_if2_idx} multipath