X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fvpp%2Fdevice%2Fip4%2Feth2p-ethip4-ip4base-dev.robot;h=3456079b8e3e15598915ebc3a7080b66741ca416;hp=4ae23528f60943f162df8ab2a2704f0b73fd99d3;hb=08fc34b6ba780d227a1327274d434823118a4c77;hpb=f655cd2104acc4b54de9c481d4370bf5f478ea0c diff --git a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-dev.robot b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-dev.robot index 4ae23528f6..3456079b8e 100644 --- a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-dev.robot @@ -56,7 +56,7 @@ | | ... | | Given Configure path in 2-node circular topology | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['TG']} -| | And Initialize IPv4 forwarding in circular topology | ${tg_to_dut_if1_ip4} +| | And Configure IPv4 forwarding in circular topology | ${tg_to_dut_if1_ip4} | | ... | ${tg_to_dut_if2_ip4} | ${dut_to_tg_if1_ip4} | ${dut_to_tg_if2_ip4} | | When All Vpp Interfaces Ready Wait | ${nodes} | | Then Send IPv4 ping packet and verify headers | ${tg_node} @@ -73,7 +73,7 @@ | | ... | | Given Configure path in 2-node circular topology | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['TG']} -| | And Initialize IPv4 forwarding in circular topology | ${tg_to_dut_if1_ip4} +| | And Configure IPv4 forwarding in circular topology | ${tg_to_dut_if1_ip4} | | ... | ${tg_to_dut_if2_ip4} | ${dut_to_tg_if1_ip4} | ${dut_to_tg_if2_ip4} | | When All Vpp Interfaces Ready Wait | ${nodes} | | Then Send IPv4 ping packet and verify headers | ${tg_node} @@ -91,7 +91,7 @@ | | ... | | Given Configure path in 2-node circular topology | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['TG']} -| | And Initialize IPv4 forwarding in circular topology | ${tg_to_dut_if1_ip4} +| | And Configure IPv4 forwarding in circular topology | ${tg_to_dut_if1_ip4} | | ... | ${tg_to_dut_if2_ip4} | ${dut_to_tg_if1_ip4} | ${dut_to_tg_if2_ip4} | | When All Vpp Interfaces Ready Wait | ${nodes} | | Then Send IPv4 ping packet and verify headers | ${tg_node} @@ -109,7 +109,7 @@ | | ... | | Given Configure path in 2-node circular topology | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['TG']} -| | And Initialize IPv4 forwarding in circular topology | ${tg_to_dut_if1_ip4} +| | And Configure IPv4 forwarding in circular topology | ${tg_to_dut_if1_ip4} | | ... | ${tg_to_dut_if2_ip4} | ${dut_to_tg_if1_ip4} | ${dut_to_tg_if2_ip4} | | ... | remote_host1_ip4=${remote_host1_ip4} | | ... | remote_host2_ip4=${remote_host2_ip4}