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 --- .../vpp/perf/tcp/10ge2p1x520-ethip4tcphttp-httpserver.robot | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/vpp/perf/tcp/10ge2p1x520-ethip4tcphttp-httpserver.robot') diff --git a/tests/vpp/perf/tcp/10ge2p1x520-ethip4tcphttp-httpserver.robot b/tests/vpp/perf/tcp/10ge2p1x520-ethip4tcphttp-httpserver.robot index 7ce6a9fbe6..c900d52cf4 100644 --- a/tests/vpp/perf/tcp/10ge2p1x520-ethip4tcphttp-httpserver.robot +++ b/tests/vpp/perf/tcp/10ge2p1x520-ethip4tcphttp-httpserver.robot @@ -80,7 +80,7 @@ | | [Documentation] | | ... | Measure number of connections per second using wrk. | | ... -| | [Tags] | 1T1C | TCP_CPS +| | [Tags] | 1C | TCP_CPS | | ... | | [Template] | Measure throughput or rps or cps | | traffic_profile=wrk-sf-2n-ethip4tcphttp-8u8c50con-cps | wt=1 | rxq=1 @@ -90,7 +90,7 @@ | | [Documentation] | | ... | Measure number of connections per second using wrk. | | ... -| | [Tags] | 2T2C | TCP_CPS +| | [Tags] | 2C | TCP_CPS | | ... | | [Template] | Measure throughput or rps or cps | | traffic_profile=wrk-sf-2n-ethip4tcphttp-8u8c50con-cps | wt=2 | rxq=2 @@ -100,7 +100,7 @@ | | [Documentation] | | ... | Measure number of connections per second using wrk. | | ... -| | [Tags] | 4T4C | TCP_CPS +| | [Tags] | 4C | TCP_CPS | | ... | | [Template] | Measure throughput or rps or cps | | traffic_profile=wrk-sf-2n-ethip4tcphttp-8u8c50con-cps | wt=4 | rxq=4 @@ -110,7 +110,7 @@ | | [Documentation] | | ... | Measure and report number of requests per second using wrk. | | ... -| | [Tags] | 1T1C | TCP_RPS +| | [Tags] | 1C | TCP_RPS | | ... | | [Template] | Measure throughput or rps or cps | | traffic_profile=wrk-sf-2n-ethip4tcphttp-8u8c50con-rps | wt=1 | rxq=1 @@ -120,7 +120,7 @@ | | [Documentation] | | ... | Measure and report number of requests per second using wrk. | | ... -| | [Tags] | 2T2C | TCP_RPS +| | [Tags] | 2C | TCP_RPS | | ... | | [Template] | Measure throughput or rps or cps | | traffic_profile=wrk-sf-2n-ethip4tcphttp-8u8c50con-rps | wt=2 | rxq=2 @@ -130,7 +130,7 @@ | | [Documentation] | | ... | Measure and report number of requests per second using wrk. | | ... -| | [Tags] | 4T4C | TCP_RPS +| | [Tags] | 4C | TCP_RPS | | ... | | [Template] | Measure throughput or rps or cps | | traffic_profile=wrk-sf-2n-ethip4tcphttp-8u8c50con-rps | wt=4 | rxq=4 -- cgit 1.2.3-korg