diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-07-06 19:06:41 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-07-09 10:46:55 +0000 |
commit | 6a6126b2f26607263e4543a1e0b5012ab2f0601b (patch) | |
tree | 213b14399adb4ff7f0738f2e8dd8d7de6ebb2a47 /tests/vpp/perf/l2/40ge2p1xl710-eth-l2bdbasemaclrn-ndrpdrdisc.robot | |
parent | cc85afad85339d2cc8f035ce63ff21220d8e6b96 (diff) |
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 <pmikus@cisco.com>
Diffstat (limited to 'tests/vpp/perf/l2/40ge2p1xl710-eth-l2bdbasemaclrn-ndrpdrdisc.robot')
-rw-r--r-- | tests/vpp/perf/l2/40ge2p1xl710-eth-l2bdbasemaclrn-ndrpdrdisc.robot | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/tests/vpp/perf/l2/40ge2p1xl710-eth-l2bdbasemaclrn-ndrpdrdisc.robot b/tests/vpp/perf/l2/40ge2p1xl710-eth-l2bdbasemaclrn-ndrpdrdisc.robot index cba51bfeac..2f2ea98fe4 100644 --- a/tests/vpp/perf/l2/40ge2p1xl710-eth-l2bdbasemaclrn-ndrpdrdisc.robot +++ b/tests/vpp/perf/l2/40ge2p1xl710-eth-l2bdbasemaclrn-ndrpdrdisc.robot @@ -115,10 +115,10 @@ | tc01-64B-1t1c-eth-l2bdbasemaclrn-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with with\ -| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | 1 phy core, 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at\ | | ... | 18.75Mpps rate, step 50kpps. -| | [Tags] | 64B | 1T1C | STHREAD | NDRDISC +| | [Tags] | 64B | 1C | NDRDISC | | [Template] | L2 Bridge Domain Binary Search | | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | | ... | s_limit=${s_18.75Mpps} | search_type=NDR @@ -126,10 +126,10 @@ | tc03-1518B-1t1c-eth-l2bdbasemaclrn-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with with\ -| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | 1 phy core, 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at\ | | ... | 24.5G rate, step 50kpps. -| | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC +| | [Tags] | 1518B | 1C | NDRDISC | | [Template] | L2 Bridge Domain Binary Search BW limit | | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | | ... | s_limit=${s_24.5G} | search_type=NDR @@ -137,10 +137,10 @@ | tc07-64B-2t2c-eth-l2bdbasemaclrn-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with with\ -| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | 2 phy cores, 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at\ | | ... | 18.75Mpps rate, step 50kpps. -| | [Tags] | 64B | 2T2C | MTHREAD | NDRDISC +| | [Tags] | 64B | 2C | NDRDISC | | [Template] | L2 Bridge Domain Binary Search | | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | | ... | s_limit=${s_18.75Mpps} | search_type=NDR @@ -148,10 +148,10 @@ | tc09-1518B-2t2c-eth-l2bdbasemaclrn-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with with\ -| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | 2 phy cores, 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at\ | | ... | 24.5G rate, step 50kpps. -| | [Tags] | 1518B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH +| | [Tags] | 1518B | 2C | NDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search BW limit | | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | | ... | s_limit=${s_24.5G} | search_type=NDR @@ -159,10 +159,10 @@ | tc13-64B-4t4c-eth-l2bdbasemaclrn-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with with\ -| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | 4 phy cores, 2 receive queues per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at\ | | ... | 18.75Mpps rate, step 50kpps. -| | [Tags] | 64B | 4T4C | MTHREAD | NDRDISC +| | [Tags] | 64B | 4C | NDRDISC | | [Template] | L2 Bridge Domain Binary Search | | framesize=${64} | min_rate=${50000} | wt=4 | rxq=2 | | ... | s_limit=${s_18.75Mpps} | search_type=NDR @@ -170,10 +170,10 @@ | tc15-1518B-4t4c-eth-l2bdbasemaclrn-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with with\ -| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | 4 phy cores, 2 receive queues per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at\ | | ... | 24.5G rate, step 50kpps. -| | [Tags] | 1518B | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH +| | [Tags] | 1518B | 4C | NDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search BW limit | | framesize=${1518} | min_rate=${50000} | wt=4 | rxq=2 | | ... | s_limit=${s_24.5G} | search_type=NDR @@ -181,10 +181,10 @@ | tc19-IMIX-1t1c-eth-l2bdbasemaclrn-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with with\ -| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | 1 phy core, 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at\ | | ... | 24.5G rate, step 50kpps. -| | [Tags] | IMIX | 1T1C | STHREAD | NDRDISC +| | [Tags] | IMIX | 1C | NDRDISC | | [Template] | L2 Bridge Domain Binary Search BW limit | | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | | ... | s_limit=${s_24.5G} | search_type=NDR @@ -192,10 +192,10 @@ | tc20-IMIX-2t2c-eth-l2bdbasemaclrn-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with with\ -| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | 2 phy cores, 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at\ | | ... | 24.5G rate, step 50kpps. -| | [Tags] | IMIX | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH +| | [Tags] | IMIX | 2C | NDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search BW limit | | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | | ... | s_limit=${s_24.5G} | search_type=NDR @@ -203,10 +203,10 @@ | tc21-IMIX-4t4c-eth-l2bdbasemaclrn-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with with\ -| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | 4 phy cores, 2 receive queues per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at\ | | ... | 24.5G rate, step 50kpps. -| | [Tags] | IMIX | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH +| | [Tags] | IMIX | 4C | NDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search BW limit | | framesize=IMIX_v4_1 | min_rate=${50000} | wt=4 | rxq=2 | | ... | s_limit=${s_24.5G} | search_type=NDR |