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/tcp | |
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/tcp')
-rw-r--r-- | tests/vpp/perf/tcp/10ge2p1x520-ethip4tcphttp-httpserver.robot | 12 |
1 files changed, 6 insertions, 6 deletions
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 |