diff options
author | Maciek Konstantynowicz <mkonstan@cisco.com> | 2017-04-21 12:04:40 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-04-21 18:40:38 +0000 |
commit | 7e77c9160cc3eb6f7f585df70231c4eeb07421d4 (patch) | |
tree | a84eec4f2269d049923586f022bda778eaa6c14f /tests/perf/10ge2p1x520-ethip4-ip4base-ipolicemarkbase-ndrpdrdisc.robot | |
parent | 60ea1ed962e27f0043509747407a61ec817d4760 (diff) |
Added Ethernet frame size tags for performance tests:
- 64B, 78B, IMIX, 1460B, 1480B, 1514B, 1518B, 9000B.
Change-Id: I007928855ed05ac2e3aca02298b9436b9b6becdc
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
Diffstat (limited to 'tests/perf/10ge2p1x520-ethip4-ip4base-ipolicemarkbase-ndrpdrdisc.robot')
-rw-r--r-- | tests/perf/10ge2p1x520-ethip4-ip4base-ipolicemarkbase-ndrpdrdisc.robot | 57 |
1 files changed, 32 insertions, 25 deletions
diff --git a/tests/perf/10ge2p1x520-ethip4-ip4base-ipolicemarkbase-ndrpdrdisc.robot b/tests/perf/10ge2p1x520-ethip4-ip4base-ipolicemarkbase-ndrpdrdisc.robot index 02cc4d71db..1a527c9097 100644 --- a/tests/perf/10ge2p1x520-ethip4-ip4base-ipolicemarkbase-ndrpdrdisc.robot +++ b/tests/perf/10ge2p1x520-ethip4-ip4base-ipolicemarkbase-ndrpdrdisc.robot @@ -66,7 +66,7 @@ | | ... | phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 100kpps. -| | [Tags] | 1T1C | STHREAD | NDRDISC +| | [Tags] | 64B | 1T1C | STHREAD | NDRDISC | | ${framesize}= | Set Variable | ${64} | | ${min_rate}= | Set Variable | ${100000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -92,7 +92,7 @@ | | ... | phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 100kpps, LT=0.5%. -| | [Tags] | 1T1C | STHREAD | PDRDISC | SKIP_PATCH +| | [Tags] | 64B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${64} | | ${min_rate}= | Set Variable | ${100000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -118,8 +118,9 @@ | | [Documentation] | | ... | [Cfg] DUT runs IPv4 routing and policer config with 1 thread, 1 \ | | ... | phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 \ -| | ... | Byte frames using binary search start at 10GE linerate, step 10kpps. -| | [Tags] | 1T1C | STHREAD | NDRDISC +| | ... | Byte frames using binary search start at 10GE linerate, step \ +| | ... | 10kpps. +| | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -145,7 +146,7 @@ | | ... | phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 10kpps, LT=0.5%. -| | [Tags] | 1T1C | STHREAD | PDRDISC | SKIP_PATCH +| | [Tags] | 1518B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -171,8 +172,9 @@ | | [Documentation] | | ... | [Cfg] DUT runs IPv4 routing and policer config with 1 thread, 1 \ | | ... | phy core, 1 receive queue per NIC port. [Ver] Find NDR for 9000 \ -| | ... | Byte frames using binary search start at 10GE linerate, step 5kpps. -| | [Tags] | 1T1C | STHREAD | NDRDISC +| | ... | Byte frames using binary search start at 10GE linerate, step \ +| | ... | 5kpps. +| | [Tags] | 9000B | 1T1C | STHREAD | NDRDISC | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -197,7 +199,7 @@ | | ... | phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 \ | | ... | Byte frames using binary search start at 10GE linerate, step 5kpps, \ | | ... | LT=0.5%. -| | [Tags] | 1T1C | STHREAD | PDRDISC | SKIP_PATCH +| | [Tags] | 9000B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -224,7 +226,7 @@ | | ... | phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 100kpps. -| | [Tags] | 2T2C | MTHREAD | NDRDISC +| | [Tags] | 64B | 2T2C | MTHREAD | NDRDISC | | ${framesize}= | Set Variable | ${64} | | ${min_rate}= | Set Variable | ${100000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -250,7 +252,7 @@ | | ... | phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 64 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 100kpps, LT=0.5%. -| | [Tags] | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH +| | [Tags] | 64B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${64} | | ${min_rate}= | Set Variable | ${100000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -276,8 +278,9 @@ | | [Documentation] | | ... | [Cfg] DUT runs IPv4 routing and policer config with 2 threads, 2 \ | | ... | phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 \ -| | ... | Byte frames using binary search start at 10GE linerate, step 10kpps. -| | [Tags] | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH +| | ... | Byte frames using binary search start at 10GE linerate, step \ +| | ... | 10kpps. +| | [Tags] | 1518B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -303,7 +306,7 @@ | | ... | phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 10kpps, LT=0.5%. -| | [Tags] | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH +| | [Tags] | 1518B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -329,8 +332,9 @@ | | [Documentation] | | ... | [Cfg] DUT runs IPv4 routing and policer config with 2 threads, 2 \ | | ... | phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 9000 \ -| | ... | Byte frames using binary search start at 10GE linerate, step 5kpps. -| | [Tags] | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH +| | ... | Byte frames using binary search start at 10GE linerate, step \ +| | ... | 5kpps. +| | [Tags] | 9000B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -355,7 +359,7 @@ | | ... | phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 \ | | ... | Byte frames using binary search start at 10GE linerate, step 5kpps, \ | | ... | LT=0.5%. -| | [Tags] | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH +| | [Tags] | 9000B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -380,8 +384,9 @@ | | [Documentation] | | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 threads, 4 \ | | ... | phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 64 \ -| | ... | Byte frames using binary search start at 10GE linerate, step 100kpps. -| | [Tags] | 4T4C | MTHREAD | NDRDISC +| | ... | Byte frames using binary search start at 10GE linerate, step \ +| | ... | 100kpps. +| | [Tags] | 64B | 4T4C | MTHREAD | NDRDISC | | ${framesize}= | Set Variable | ${64} | | ${min_rate}= | Set Variable | ${100000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -407,7 +412,7 @@ | | ... | phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 64 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 100kpps, LT=0.5%. -| | [Tags] | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH +| | [Tags] | 64B | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${64} | | ${min_rate}= | Set Variable | ${100000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -433,8 +438,9 @@ | | [Documentation] | | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 threads, 4 \ | | ... | phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 1518 \ -| | ... | Byte frames using binary search start at 10GE linerate, step 10kpps. -| | [Tags] | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH +| | ... | Byte frames using binary search start at 10GE linerate, step \ +| | ... | 10kpps. +| | [Tags] | 1518B | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -460,7 +466,7 @@ | | ... | phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 1518 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 10kpps, LT=0.5%. -| | [Tags] | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH +| | [Tags] | 1518B | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -486,8 +492,9 @@ | | [Documentation] | | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 threads, 4 \ | | ... | phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 9000 \ -| | ... | Byte frames using binary search start at 10GE linerate, step 5kpps. -| | [Tags] | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH +| | ... | Byte frames using binary search start at 10GE linerate, step \ +| | ... | 5kpps. +| | [Tags] | 9000B | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -512,7 +519,7 @@ | | ... | phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 9000 \ | | ... | Byte frames using binary search start at 10GE linerate, step 5kpps, \ | | ... | LT=0.5%. -| | [Tags] | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH +| | [Tags] | 9000B | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} |