X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fperf%2F10ge2p1x520-dot1ad-l2xcbase-ndrchk.robot;h=517905d640ad2c308403d23c2ce63d8e84557533;hp=4cdfd86b1ac403132dd7f59896782fc4bdbc7bdc;hb=b92b5be7d4bbbf523812f774bb2e539ab2081cf6;hpb=78e999f1203dc8b7c29c24b0178bb8c23edf4c52 diff --git a/tests/perf/10ge2p1x520-dot1ad-l2xcbase-ndrchk.robot b/tests/perf/10ge2p1x520-dot1ad-l2xcbase-ndrchk.robot index 4cdfd86b1a..517905d640 100644 --- a/tests/perf/10ge2p1x520-dot1ad-l2xcbase-ndrchk.robot +++ b/tests/perf/10ge2p1x520-dot1ad-l2xcbase-ndrchk.robot @@ -52,6 +52,8 @@ | ${inner_vlan_id}= | 200 | ${type_subif}= | two_tags | ${tag_rewrite}= | pop-2 +# Traffic profile: +| ${traffic_profile} | trex-sl-3n-ethip4-ip4src254 *** Test Cases *** | tc01-64B-1t1c-dot1ad-l2xcbase-ndrchk @@ -77,7 +79,7 @@ | | ... | ${dut1} | ${dut1_if1} | ${subif_index_1} | | ... | ${dut2} | ${dut2_if2} | ${subif_index_2} | | Then Traffic should pass with no loss | ${perf_trial_duration} | ${rate} -| | ... | ${framesize} | 3-node-xconnect +| | ... | ${framesize} | ${traffic_profile} | tc02-1514B-1t1c-dot1ad-l2xcbase-ndrchk | | [Documentation] @@ -102,7 +104,7 @@ | | ... | ${dut1} | ${dut1_if1} | ${subif_index_1} | | ... | ${dut2} | ${dut2_if2} | ${subif_index_2} | | Then Traffic should pass with no loss | ${perf_trial_duration} | ${rate} -| | ... | ${framesize} | 3-node-xconnect +| | ... | ${framesize} | ${traffic_profile} | tc03-9000B-1t1c-dot1ad-l2xcbase-ndrchk | | [Documentation] @@ -126,7 +128,7 @@ | | ... | ${dut1} | ${dut1_if1} | ${subif_index_1} | | ... | ${dut2} | ${dut2_if2} | ${subif_index_2} | | Then Traffic should pass with no loss | ${perf_trial_duration} | ${rate} -| | ... | ${framesize} | 3-node-xconnect +| | ... | ${framesize} | ${traffic_profile} | tc04-64B-2t2c-dot1ad-l2xcbase-ndrchk | | [Documentation] @@ -151,7 +153,7 @@ | | ... | ${dut1} | ${dut1_if1} | ${subif_index_1} | | ... | ${dut2} | ${dut2_if2} | ${subif_index_2} | | Then Traffic should pass with no loss | ${perf_trial_duration} | ${rate} -| | ... | ${framesize} | 3-node-xconnect +| | ... | ${framesize} | ${traffic_profile} | tc05-1514B-2t2c-dot1ad-l2xcbase-ndrchk | | [Documentation] @@ -176,7 +178,7 @@ | | ... | ${dut1} | ${dut1_if1} | ${subif_index_1} | | ... | ${dut2} | ${dut2_if2} | ${subif_index_2} | | Then Traffic should pass with no loss | ${perf_trial_duration} | ${rate} -| | ... | ${framesize} | 3-node-xconnect +| | ... | ${framesize} | ${traffic_profile} | tc06-9000B-2t2c-dot1ad-l2xcbase-ndrchk | | [Documentation] @@ -200,7 +202,7 @@ | | ... | ${dut1} | ${dut1_if1} | ${subif_index_1} | | ... | ${dut2} | ${dut2_if2} | ${subif_index_2} | | Then Traffic should pass with no loss | ${perf_trial_duration} | ${rate} -| | ... | ${framesize} | 3-node-xconnect +| | ... | ${framesize} | ${traffic_profile} | tc07-64B-4t4c-dot1ad-l2xcbase-ndrchk | | [Documentation] @@ -225,7 +227,7 @@ | | ... | ${dut1} | ${dut1_if1} | ${subif_index_1} | | ... | ${dut2} | ${dut2_if2} | ${subif_index_2} | | Then Traffic should pass with no loss | ${perf_trial_duration} | ${rate} -| | ... | ${framesize} | 3-node-xconnect +| | ... | ${framesize} | ${traffic_profile} | tc08-1514B-4t4c-dot1ad-l2xcbase-ndrchk | | [Documentation] @@ -250,7 +252,7 @@ | | ... | ${dut1} | ${dut1_if1} | ${subif_index_1} | | ... | ${dut2} | ${dut2_if2} | ${subif_index_2} | | Then Traffic should pass with no loss | ${perf_trial_duration} | ${rate} -| | ... | ${framesize} | 3-node-xconnect +| | ... | ${framesize} | ${traffic_profile} | tc09-9000B-4t4c-dot1ad-l2xcbase-ndrchk | | [Documentation] @@ -274,4 +276,4 @@ | | ... | ${dut1} | ${dut1_if1} | ${subif_index_1} | | ... | ${dut2} | ${dut2_if2} | ${subif_index_2} | | Then Traffic should pass with no loss | ${perf_trial_duration} | ${rate} -| | ... | ${framesize} | 3-node-xconnect +| | ... | ${framesize} | ${traffic_profile}