From 74132d55d6f846a3356df188509accd7169f939b Mon Sep 17 00:00:00 2001 From: pmikus Date: Tue, 3 May 2016 15:45:09 +0200 Subject: Performance l2-vlan-dot1q library and short/long test cases - JIRA: CSIT-59 - create topology with VLAN dot1q sub-interfaces inter-connected using L2 cross connect in 3-node topology - create keywords to be used in test cases - create l2-vlan-dot1q test cases (64B, 1518B, 9000B) Change-Id: Ic5f31b4451965bb7f5d3d5b7061c6600f63da898 Signed-off-by: pmikus Signed-off-by: Peter Mikus --- tests/suites/tagging/qinq_l2_xconnect.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/suites/tagging') diff --git a/tests/suites/tagging/qinq_l2_xconnect.robot b/tests/suites/tagging/qinq_l2_xconnect.robot index 57f61101fd..ed0e734c30 100644 --- a/tests/suites/tagging/qinq_l2_xconnect.robot +++ b/tests/suites/tagging/qinq_l2_xconnect.robot @@ -41,7 +41,7 @@ | | When VLAN subinterfaces initialized on 3-node topology | | ... | ${dut1_node} | ${dut1_to_dut2} | ${dut2_node} | ${dut2_to_dut1} | ${subid} | | ... | ${outer_vlan_id} | ${inner_vlan_id} | ${type_subif} -| | And L2 tag rewrite pop 2 tags setup on interfaces +| | And L2 tag rewrite method setup on interfaces | | ... | ${dut1_node} | ${subif_index_1} | ${dut2_node} | ${subif_index_2} | | ... | ${tag_rewrite_method} | | And Interfaces and VLAN sub-interfaces inter-connected using L2-xconnect -- cgit 1.2.3-korg