From e65ba17d162581fa8b803070a5e706f344c30f33 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Mon, 14 Aug 2017 12:22:58 -0700 Subject: FIB table add/delete Change-Id: Icadb4884a1c08a2230fd4692df69310ce382ec94 Signed-off-by: Neale Ranns --- tests/vpp/func/ip6/eth2p-ethip6-ip6basevrf-func.robot | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/vpp/func/ip6/eth2p-ethip6-ip6basevrf-func.robot') diff --git a/tests/vpp/func/ip6/eth2p-ethip6-ip6basevrf-func.robot b/tests/vpp/func/ip6/eth2p-ethip6-ip6basevrf-func.robot index cf0ed43a4a..2fbfd88a7c 100644 --- a/tests/vpp/func/ip6/eth2p-ethip6-ip6basevrf-func.robot +++ b/tests/vpp/func/ip6/eth2p-ethip6-ip6basevrf-func.robot @@ -338,6 +338,8 @@ | | ${dut2_if2_idx}= | Get Interface SW Index | | ... | ${dut2_node} | ${dut2_to_dut1_if2} +| | And Add Fib Table | ${dut1_node} | ${fib_table_1} | ipv6=${TRUE} +| | And Add Fib Table | ${dut1_node} | ${fib_table_2} | ipv6=${TRUE} | | Assign Interface To Fib Table | | ... | ${dut1_node} | ${dut1_to_dut2_if1} | ${fib_table_1} | ipv6=${TRUE} | | Assign Interface To Fib Table @@ -347,6 +349,8 @@ | | Assign Interface To Fib Table | | ... | ${dut1_node} | ${dut1_to_tg_if2} | ${fib_table_2} | ipv6=${TRUE} +| | And Add Fib Table | ${dut2_node} | ${fib_table_1} | ipv6=${TRUE} +| | And Add Fib Table | ${dut2_node} | ${fib_table_2} | ipv6=${TRUE} | | Assign Interface To Fib Table | | ... | ${dut2_node} | ${dut2_to_dut1_if1} | ${fib_table_1} | ipv6=${TRUE} | | Assign Interface To Fib Table -- cgit 1.2.3-korg