diff options
author | Neale Ranns <nranns@cisco.com> | 2017-02-25 14:23:37 +0000 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2017-03-01 11:19:40 +0000 |
commit | 933f6fd1af59ffede0f1e51ca67b6913fb9a27e8 (patch) | |
tree | 39edf8e3607f58d3f2e793bb2d9355219be884bb /tests/func/ipv4 | |
parent | 9b9a6e379bfb8a7b99a66fba1940e5d2c31df4e5 (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/ipv4')
-rw-r--r-- | tests/func/ipv4/eth2p-ethip4-ip4base-eth-2vhost-1vm.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/func/ipv4/eth2p-ethip4-ip4base-eth-2vhost-1vm.robot b/tests/func/ipv4/eth2p-ethip4-ip4base-eth-2vhost-1vm.robot index b456c4f0a6..b7d25746d7 100644 --- a/tests/func/ipv4/eth2p-ethip4-ip4base-eth-2vhost-1vm.robot +++ b/tests/func/ipv4/eth2p-ethip4-ip4base-eth-2vhost-1vm.robot @@ -89,7 +89,7 @@ | | ... | vrf=${fib_table_2} | | Add IP Neighbor | ${dut_node} | ${vhost1} | ${net2_ip2} | ${vhost2_mac} | | Add IP Neighbor | ${dut_node} | ${dut_to_tg_if2} | ${net3_ip2} -| | ... | ${tg_to_dut_if2_mac} | vrf=${fib_table_2} +| | ... | ${tg_to_dut_if2_mac} | | When VM for Vhost L2BD forwarding is setup | | ... | ${dut_node} | ${sock1} | ${sock2} | | Then Send Packet And Check Headers |