X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fperf%2F10ge2p1x520-dot1q-l2xcbase-ndrchk.robot;h=cf1fddff2362e41bfa44c89487f029ffb695e64b;hp=b87332287205a5d37f56550c833535869e990a96;hb=b92b5be7d4bbbf523812f774bb2e539ab2081cf6;hpb=78e999f1203dc8b7c29c24b0178bb8c23edf4c52 diff --git a/tests/perf/10ge2p1x520-dot1q-l2xcbase-ndrchk.robot b/tests/perf/10ge2p1x520-dot1q-l2xcbase-ndrchk.robot index b873322872..cf1fddff23 100644 --- a/tests/perf/10ge2p1x520-dot1q-l2xcbase-ndrchk.robot +++ b/tests/perf/10ge2p1x520-dot1q-l2xcbase-ndrchk.robot @@ -48,6 +48,8 @@ *** Variables *** | ${subid}= | 10 | ${tag_rewrite}= | pop-1 +# Traffic profile: +| ${traffic_profile} | trex-sl-3n-ethip4-ip4src254 *** Test Cases *** | tc01-64B-1t1c-dot1q-l2xcbase-ndrchk @@ -72,7 +74,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-1518B-1t1c-dot1q-l2xcbase-ndrchk | | [Documentation] @@ -96,7 +98,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-dot1q-l2xcbase-ndrchk | | [Documentation] @@ -119,7 +121,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-dot1q-l2xcbase-ndrchk | | [Documentation] @@ -143,7 +145,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-1518B-2t2c-dot1q-l2xcbase-ndrchk | | [Documentation] @@ -167,7 +169,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-dot1q-l2xcbase-ndrchk | | [Documentation] @@ -190,7 +192,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-dot1q-l2xcbase-ndrchk | | [Documentation] @@ -214,7 +216,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-1518B-4t4c-dot1q-l2xcbase-ndrchk | | [Documentation] @@ -238,7 +240,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-dot1q-l2xcbase-ndrchk | | [Documentation] @@ -261,4 +263,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}