diff options
Diffstat (limited to 'tests/vpp/func/ip6_tunnels/lisp/eth2p-ethip6lispgpe-ip4base-func.robot')
-rw-r--r-- | tests/vpp/func/ip6_tunnels/lisp/eth2p-ethip6lispgpe-ip4base-func.robot | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/vpp/func/ip6_tunnels/lisp/eth2p-ethip6lispgpe-ip4base-func.robot b/tests/vpp/func/ip6_tunnels/lisp/eth2p-ethip6lispgpe-ip4base-func.robot index d6cc233444..06aec5f09a 100644 --- a/tests/vpp/func/ip6_tunnels/lisp/eth2p-ethip6lispgpe-ip4base-func.robot +++ b/tests/vpp/func/ip6_tunnels/lisp/eth2p-ethip6lispgpe-ip4base-func.robot @@ -65,13 +65,16 @@ | | Given Configure path in 3-node circular topology | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['DUT2']} | ${nodes['TG']} | | And Set interfaces in 3-node circular topology up -| | And Configure IP addresses on interfaces +| | And VPP Interface Set IP Address | | ... | ${dut1_node} | ${dut1_to_dut2} | | ... | ${dut1_to_dut2_ip4o6} | ${dut_prefix4o6} +| | And VPP Interface Set IP Address | | ... | ${dut1_node} | ${dut1_to_tg} | | ... | ${dut1_to_tg_ip4o6} | ${tg_prefix4o6} +| | And VPP Interface Set IP Address | | ... | ${dut2_node} | ${dut2_to_dut1} | | ... | ${dut2_to_dut1_ip4o6} | ${dut_prefix4o6} +| | And VPP Interface Set IP Address | | ... | ${dut2_node} | ${dut2_to_tg} | | ... | ${dut2_to_tg_ip4o6} | ${tg_prefix4o6} | | And VPP IP Probe | ${dut1_node} | ${dut1_to_dut2} | ${dut2_to_dut1_ip4o6} |