X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fperf%2F10ge2p1x520-ethip4vxlan-l2xcbase-pdrchk.robot;h=0c7cd0d2a724d5cefa73967851a775762115c0f7;hp=8d8eb096cc62f8e330fb322d59e73e9d491ad0fe;hb=81847bf85aa4f38c398198eb38201689d2ff120e;hpb=81d487b1bd85d106ed6c26116ab7ec5f3f3a0f53 diff --git a/tests/perf/10ge2p1x520-ethip4vxlan-l2xcbase-pdrchk.robot b/tests/perf/10ge2p1x520-ethip4vxlan-l2xcbase-pdrchk.robot index 8d8eb096cc..0c7cd0d2a7 100644 --- a/tests/perf/10ge2p1x520-ethip4vxlan-l2xcbase-pdrchk.robot +++ b/tests/perf/10ge2p1x520-ethip4vxlan-l2xcbase-pdrchk.robot @@ -47,6 +47,7 @@ | ... | *[Ref] Applicable standard specifications:* RFC2544, RFC7348. *** Variables *** +| ${vxlan_overhead} | ${50} # Traffic profile: | ${traffic_profile} | trex-sl-3n-ethip4-ip4src254 @@ -86,7 +87,7 @@ | | [Tags] | 64B | 1T1C | STHREAD | | ... | | [Template] | Check PDR for L2 xconnect with VXLAN over IPv4 -| | framesize=${64} | rate=2.4mpps | wt=1 | rxq=1 +| | framesize=${64 + ${vxlan_overhead}} | rate=2.0mpps | wt=1 | rxq=1 | tc02-1518B-1t1c-ethip4vxlan-l2xcbase-pdrchk | | [Documentation] @@ -98,7 +99,7 @@ | | [Tags] | 1518B | 1T1C | STHREAD | | ... | | [Template] | Check PDR for L2 xconnect with VXLAN over IPv4 -| | framesize=${1518} | rate=787153pps | wt=1 | rxq=1 +| | framesize=${1518 + ${vxlan_overhead}} | rate=500000pps | wt=1 | rxq=1 | tc03-9000B-1t1c-ethip4vxlan-l2xcbase-pdrchk | | [Documentation] @@ -110,7 +111,7 @@ | | [Tags] | 9000B | 1T1C | STHREAD | | ... | | [Template] | Check PDR for L2 xconnect with VXLAN over IPv4 -| | framesize=${9000} | rate=137816pps | wt=1 | rxq=1 +| | framesize=${9000 + ${vxlan_overhead}} | rate=100000pps | wt=1 | rxq=1 | tc04-64B-2t2c-ethip4vxlan-l2xcbase-pdrchk | | [Documentation] @@ -122,7 +123,7 @@ | | [Tags] | 64B | 2T2C | MTHREAD | | ... | | [Template] | Check PDR for L2 xconnect with VXLAN over IPv4 -| | framesize=${64} | rate=5.2mpps | wt=2 | rxq=1 +| | framesize=${64 + ${vxlan_overhead}} | rate=5.0mpps | wt=2 | rxq=1 | tc05-1518B-2t2c-ethip4vxlan-l2xcbase-pdrchk | | [Documentation] @@ -134,7 +135,7 @@ | | [Tags] | 1518B | 2T2C | MTHREAD | | ... | | [Template] | Check PDR for L2 xconnect with VXLAN over IPv4 -| | framesize=${1518} | rate=787153pps | wt=2 | rxq=1 +| | framesize=${1518 + ${vxlan_overhead}} | rate=500000pps | wt=2 | rxq=1 | tc06-9000B-2t2c-ethip4vxlan-l2xcbase-pdrchk | | [Documentation] @@ -146,7 +147,7 @@ | | [Tags] | 9000B | 2T2C | MTHREAD | | ... | | [Template] | Check PDR for L2 xconnect with VXLAN over IPv4 -| | framesize=${9000} | rate=137816pps | wt=2 | rxq=1 +| | framesize=${9000 + ${vxlan_overhead}} | rate=100000pps | wt=2 | rxq=1 | tc07-64B-4t4c-ethip4vxlan-l2xcbase-pdrchk | | [Documentation] @@ -158,7 +159,7 @@ | | [Tags] | 64B | 4T4C | MTHREAD | | ... | | [Template] | Check PDR for L2 xconnect with VXLAN over IPv4 -| | framesize=${64} | rate=8.4mpps | wt=4 | rxq=2 +| | framesize=${64 + ${vxlan_overhead}} | rate=6.5mpps | wt=4 | rxq=2 | tc08-1518B-4t4c-ethip4vxlan-l2xcbase-pdrchk | | [Documentation] @@ -170,7 +171,7 @@ | | [Tags] | 1518B | 4T4C | MTHREAD | | ... | | [Template] | Check PDR for L2 xconnect with VXLAN over IPv4 -| | framesize=${1518} | rate=787153pps | wt=4 | rxq=2 +| | framesize=${1518 + ${vxlan_overhead}} | rate=500000pps | wt=4 | rxq=2 | tc09-9000B-4t4c-ethip4vxlan-l2xcbase-pdrchk | | [Documentation] @@ -182,4 +183,4 @@ | | [Tags] | 9000B | 4T4C | MTHREAD | | ... | | [Template] | Check PDR for L2 xconnect with VXLAN over IPv4 -| | framesize=${9000} | rate=137816pps | wt=4 | rxq=2 +| | framesize=${9000 + ${vxlan_overhead}} | rate=100000pps | wt=4 | rxq=2