diff options
author | Jan Gelety <jgelety@cisco.com> | 2018-12-19 13:33:07 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-12-19 13:55:29 +0100 |
commit | 08fc34b6ba780d227a1327274d434823118a4c77 (patch) | |
tree | af2844dd49274c04512ec32430b8a8f9d7e93efb /tests/vpp/device/l2xc/eth2p-ethicmp-l2xcbase-dev.robot | |
parent | f655cd2104acc4b54de9c481d4370bf5f478ea0c (diff) |
FIX: Avoid duplicated KW names in perf and func tests
Change-Id: I66c68edf6e26fa7baa7bdc5f5d60d4d4aa3af6b9
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests/vpp/device/l2xc/eth2p-ethicmp-l2xcbase-dev.robot')
-rw-r--r-- | tests/vpp/device/l2xc/eth2p-ethicmp-l2xcbase-dev.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vpp/device/l2xc/eth2p-ethicmp-l2xcbase-dev.robot b/tests/vpp/device/l2xc/eth2p-ethicmp-l2xcbase-dev.robot index 19920e604c..541744847c 100644 --- a/tests/vpp/device/l2xc/eth2p-ethicmp-l2xcbase-dev.robot +++ b/tests/vpp/device/l2xc/eth2p-ethicmp-l2xcbase-dev.robot @@ -51,7 +51,7 @@ | | ... | | Given Configure path in 2-node circular topology | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['TG']} -| | And Set interfaces in path up +| | And Configure interfaces in path up | | And Configure L2XC | ${dut_node} | ${dut_to_tg_if1} | ${dut_to_tg_if2} | | When All Vpp Interfaces Ready Wait | ${nodes} | | Then Send ICMPv4 bidirectionally and verify received packets @@ -68,7 +68,7 @@ | | ... | | Given Configure path in 2-node circular topology | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['TG']} -| | And Set interfaces in path up +| | And Configure interfaces in path up | | And Configure L2XC | ${dut_node} | ${dut_to_tg_if1} | ${dut_to_tg_if2} | | When All Vpp Interfaces Ready Wait | ${nodes} | | Then Send ICMPv6 bidirectionally and verify received packets |