From 6a6126b2f26607263e4543a1e0b5012ab2f0601b Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 6 Jul 2018 19:06:41 +0000 Subject: CSIT-1142 Change thread perf test TAGs Due to automatization of SMT detection this change is suppose to remove static thread/core tags in favor of dynamic one. Leaving the static tags for number of physical cores to be able to select TCs. Change-Id: I7f99f605821f363e45c333f46d1dea786693521b Signed-off-by: Peter Mikus --- ...ethip4-ip4base-ipolicemarkbase-ndrpdrdisc.robot | 72 +++++++++++----------- 1 file changed, 36 insertions(+), 36 deletions(-) (limited to 'tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-ipolicemarkbase-ndrpdrdisc.robot') diff --git a/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-ipolicemarkbase-ndrpdrdisc.robot b/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-ipolicemarkbase-ndrpdrdisc.robot index 887e1c4b32..163aac01ec 100644 --- a/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-ipolicemarkbase-ndrpdrdisc.robot +++ b/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-ipolicemarkbase-ndrpdrdisc.robot @@ -97,198 +97,198 @@ *** Test Cases *** | tc01-64B-1t1c-ethip4-ip4base-ipolicemarkbase-ndrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv4 routing and policer config with 1 thread, 1 \ +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 1 \ | | ... | phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 50kpps. -| | [Tags] | 64B | 1T1C | STHREAD | NDRDISC +| | [Tags] | 64B | 1C | NDRDISC | | ... | | [Template] | Discover NDR or PDR for ethip4-ip4base-ipolicemarkbase | | wt=1 | rxq=1 | framesize=${64} | min_rate=${50000} | search_type=NDR | tc02-64B-1t1c-ethip4-ip4base-ipolicemarkbase-pdrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv4 routing and policer config with 1 thread, 1 \ +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 1 \ | | ... | phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 50kpps, LT=0.5%. -| | [Tags] | 64B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH +| | [Tags] | 64B | 1C | PDRDISC | SKIP_PATCH | | ... | | [Template] | Discover NDR or PDR for ethip4-ip4base-ipolicemarkbase | | wt=1 | rxq=1 | framesize=${64} | min_rate=${50000} | search_type=PDR | tc03-1518B-1t1c-ethip4-ip4base-ipolicemarkbase-ndrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv4 routing and policer config with 1 thread, 1 \ +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 1 \ | | ... | phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 50kpps. -| | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC +| | [Tags] | 1518B | 1C | NDRDISC | | ... | | [Template] | Discover NDR or PDR for ethip4-ip4base-ipolicemarkbase | | wt=1 | rxq=1 | framesize=${1518} | min_rate=${50000} | search_type=NDR | tc04-1518B-1t1c-ethip4-ip4base-ipolicemarkbase-pdrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv4 routing and policer config with 1 thread, 1 \ +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 1 \ | | ... | phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 50kpps, LT=0.5%. -| | [Tags] | 1518B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH +| | [Tags] | 1518B | 1C | PDRDISC | SKIP_PATCH | | ... | | [Template] | Discover NDR or PDR for ethip4-ip4base-ipolicemarkbase | | wt=1 | rxq=1 | framesize=${1518} | min_rate=${50000} | search_type=PDR | tc05-9000B-1t1c-ethip4-ip4base-ipolicemarkbase-ndrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv4 routing and policer config with 1 thread, 1 \ +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 1 \ | | ... | phy core, 1 receive queue per NIC port. [Ver] Find NDR for 9000 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 10kpps. -| | [Tags] | 9000B | 1T1C | STHREAD | NDRDISC +| | [Tags] | 9000B | 1C | NDRDISC | | ... | | [Template] | Discover NDR or PDR for ethip4-ip4base-ipolicemarkbase | | wt=1 | rxq=1 | framesize=${9000} | min_rate=${10000} | search_type=NDR | tc06-9000B-1t1c-ethip4-ip4base-ipolicemarkbase-pdrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv4 routing and policer config with 1 thread, 1 \ +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 1 \ | | ... | phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 \ | | ... | Byte frames using binary search start at 10GE linerate, step 10kpps, \ | | ... | LT=0.5%. -| | [Tags] | 9000B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH +| | [Tags] | 9000B | 1C | PDRDISC | SKIP_PATCH | | ... | | [Template] | Discover NDR or PDR for ethip4-ip4base-ipolicemarkbase | | wt=1 | rxq=1 | framesize=${9000} | min_rate=${10000} | search_type=PDR | tc07-64B-2t2c-ethip4-ip4base-ipolicemarkbase-ndrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv4 routing and policer config with 2 threads, 2 \ +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 2 \ | | ... | phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 50kpps. -| | [Tags] | 64B | 2T2C | MTHREAD | NDRDISC +| | [Tags] | 64B | 2C | NDRDISC | | ... | | [Template] | Discover NDR or PDR for ethip4-ip4base-ipolicemarkbase | | wt=2 | rxq=1 | framesize=${64} | min_rate=${50000} | search_type=NDR | tc08-64B-2t2c-ethip4-ip4base-ipolicemarkbase-pdrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv4 routing and policer config with 2 threads, 2 \ +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 2 \ | | ... | phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 64 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 50kpps, LT=0.5%. -| | [Tags] | 64B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH +| | [Tags] | 64B | 2C | PDRDISC | SKIP_PATCH | | ... | | [Template] | Discover NDR or PDR for ethip4-ip4base-ipolicemarkbase | | wt=2 | rxq=1 | framesize=${64} | min_rate=${50000} | search_type=PDR | tc09-1518B-2t2c-ethip4-ip4base-ipolicemarkbase-ndrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv4 routing and policer config with 2 threads, 2 \ +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 2 \ | | ... | phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 50kpps. -| | [Tags] | 1518B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH +| | [Tags] | 1518B | 2C | NDRDISC | SKIP_PATCH | | ... | | [Template] | Discover NDR or PDR for ethip4-ip4base-ipolicemarkbase | | wt=2 | rxq=1 | framesize=${1518} | min_rate=${50000} | search_type=NDR | tc10-1518B-2t2c-ethip4-ip4base-ipolicemarkbase-pdrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv4 routing and policer config with 2 threads, 2 \ +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 2 \ | | ... | phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 50kpps, LT=0.5%. -| | [Tags] | 1518B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH +| | [Tags] | 1518B | 2C | PDRDISC | SKIP_PATCH | | ... | | [Template] | Discover NDR or PDR for ethip4-ip4base-ipolicemarkbase | | wt=2 | rxq=1 | framesize=${1518} | min_rate=${50000} | search_type=PDR | tc11-9000B-2t2c-ethip4-ip4base-ipolicemarkbase-ndrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv4 routing and policer config with 2 threads, 2 \ +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 2 \ | | ... | phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 9000 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 10kpps. -| | [Tags] | 9000B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH +| | [Tags] | 9000B | 2C | NDRDISC | SKIP_PATCH | | ... | | [Template] | Discover NDR or PDR for ethip4-ip4base-ipolicemarkbase | | wt=2 | rxq=1 | framesize=${9000} | min_rate=${10000} | search_type=NDR | tc12-9000B-2t2c-ethip4-ip4base-ipolicemarkbase-pdrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv4 routing and policer config with 2 threads, 2 \ +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 2 \ | | ... | phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 \ | | ... | Byte frames using binary search start at 10GE linerate, step 10kpps, \ | | ... | LT=0.5%. -| | [Tags] | 9000B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH +| | [Tags] | 9000B | 2C | PDRDISC | SKIP_PATCH | | ... | | [Template] | Discover NDR or PDR for ethip4-ip4base-ipolicemarkbase | | wt=2 | rxq=1 | framesize=${9000} | min_rate=${10000} | search_type=PDR | tc13-64B-4t4c-ethip4-ip4base-ipolicemarkbase-ndrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 threads, 4 \ +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 \ | | ... | phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 64 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 50kpps. -| | [Tags] | 64B | 4T4C | MTHREAD | NDRDISC +| | [Tags] | 64B | 4C | NDRDISC | | ... | | [Template] | Discover NDR or PDR for ethip4-ip4base-ipolicemarkbase | | wt=4 | rxq=2 | framesize=${64} | min_rate=${50000} | search_type=NDR | tc14-64B-4t4c-ethip4-ip4base-ipolicemarkbase-pdrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 threads, 4 \ +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 \ | | ... | phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 64 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 50kpps, LT=0.5%. -| | [Tags] | 64B | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH +| | [Tags] | 64B | 4C | PDRDISC | SKIP_PATCH | | ... | | [Template] | Discover NDR or PDR for ethip4-ip4base-ipolicemarkbase | | wt=4 | rxq=2 | framesize=${64} | min_rate=${50000} | search_type=PDR | tc15-1518B-4t4c-ethip4-ip4base-ipolicemarkbase-ndrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 threads, 4 \ +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 \ | | ... | phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 1518 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 50kpps. -| | [Tags] | 1518B | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH +| | [Tags] | 1518B | 4C | NDRDISC | SKIP_PATCH | | ... | | [Template] | Discover NDR or PDR for ethip4-ip4base-ipolicemarkbase | | wt=4 | rxq=2 | framesize=${1518} | min_rate=${50000} | search_type=NDR | tc16-1518B-4t4c-ethip4-ip4base-ipolicemarkbase-pdrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 threads, 4 \ +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 \ | | ... | phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 1518 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 50kpps, LT=0.5%. -| | [Tags] | 1518B | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH +| | [Tags] | 1518B | 4C | PDRDISC | SKIP_PATCH | | ... | | [Template] | Discover NDR or PDR for ethip4-ip4base-ipolicemarkbase | | wt=4 | rxq=2 | framesize=${1518} | min_rate=${50000} | search_type=PDR | tc17-9000B-4t4c-ethip4-ip4base-ipolicemarkbase-ndrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 threads, 4 \ +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 \ | | ... | phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 9000 \ | | ... | Byte frames using binary search start at 10GE linerate, step \ | | ... | 10kpps. -| | [Tags] | 9000B | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH +| | [Tags] | 9000B | 4C | NDRDISC | SKIP_PATCH | | ... | | [Template] | Discover NDR or PDR for ethip4-ip4base-ipolicemarkbase | | wt=4 | rxq=2 | framesize=${9000} | min_rate=${10000} | search_type=NDR | tc18-9000B-4t4c-ethip4-ip4base-ipolicemarkbase-pdrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 threads, 4 \ +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 \ | | ... | phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 9000 \ | | ... | Byte frames using binary search start at 10GE linerate, step 10kpps, \ | | ... | LT=0.5%. -| | [Tags] | 9000B | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH +| | [Tags] | 9000B | 4C | PDRDISC | SKIP_PATCH | | ... | | [Template] | Discover NDR or PDR for ethip4-ip4base-ipolicemarkbase | | wt=4 | rxq=2 | framesize=${9000} | min_rate=${10000} | search_type=PDR -- cgit 1.2.3-korg