aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vpp/func/l2xc/eth2p-dot1ad-l2xcbase-func.robot
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-08-09 12:46:42 +0000
committerPeter Mikus <pmikus@cisco.com>2019-08-13 05:48:24 +0000
commit1108807740e6c7d0b154ad8bb391bf0f35c550b9 (patch)
tree987f2c29ca987acb980b841f2b65d98094cd053b /tests/vpp/func/l2xc/eth2p-dot1ad-l2xcbase-func.robot
parent02eccf396f8b1e10c6513cb1bd580a7241609aa0 (diff)
Clean: Various libraries
- Remove translate TC as they have no perf opposite - Remove unused keywords - Merge similar keywords / rename - Move keywords from perf library to categories Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I6433006136e2497ad8fb17193aa20c578d836999 (cherry picked from commit 9c75b7bf5af74aa13cfa3aeeaf726cd965850fce)
Diffstat (limited to 'tests/vpp/func/l2xc/eth2p-dot1ad-l2xcbase-func.robot')
-rw-r--r--tests/vpp/func/l2xc/eth2p-dot1ad-l2xcbase-func.robot3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/vpp/func/l2xc/eth2p-dot1ad-l2xcbase-func.robot b/tests/vpp/func/l2xc/eth2p-dot1ad-l2xcbase-func.robot
index f030e618f7..e3f0571047 100644
--- a/tests/vpp/func/l2xc/eth2p-dot1ad-l2xcbase-func.robot
+++ b/tests/vpp/func/l2xc/eth2p-dot1ad-l2xcbase-func.robot
@@ -62,8 +62,9 @@
| | And Configure L2 tag rewrite method on interfaces
| | ... | ${dut1_node} | ${subif_index_1} | ${dut2_node} | ${subif_index_2}
| | ... | ${tag_rewrite_method}
-| | And Connect interfaces and VLAN sub-interfaces using L2XC
+| | And Configure L2XC
| | ... | ${dut1_node} | ${dut1_to_tg} | ${subif_index_1}
+| | And Configure L2XC
| | ... | ${dut2_node} | ${dut2_to_tg} | ${subif_index_2}
| | Then Send ICMP packet and verify received packet
| | ... | ${tg_node} | ${tg_to_dut1} | ${tg_to_dut2}