diff options
author | Juraj Linkeš <juraj.linkes@pantheon.tech> | 2020-05-22 14:25:24 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2020-06-09 15:12:51 +0000 |
commit | be5265bc9612f5aedf4f25720c4bd8941e359410 (patch) | |
tree | b4d5a10d57743c4ada06a611e37a64061b5c84b0 /tests/vpp/perf/ip4/10ge2p1x710-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr.robot | |
parent | e84eec8494a5f13fce73e13dfdb38af90608edb7 (diff) |
Remove leading tc[nn] from test names
The test names are unique without it and the information doesn't add
anything extra.
Change-Id: Idc7d6d1d21c8c05691e1757227a0a3787406d370
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
Diffstat (limited to 'tests/vpp/perf/ip4/10ge2p1x710-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr.robot')
-rw-r--r-- | tests/vpp/perf/ip4/10ge2p1x710-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr.robot | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/vpp/perf/ip4/10ge2p1x710-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr.robot b/tests/vpp/perf/ip4/10ge2p1x710-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr.robot index ec7f3eb869..4b36dd0df4 100644 --- a/tests/vpp/perf/ip4/10ge2p1x710-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr.robot +++ b/tests/vpp/perf/ip4/10ge2p1x710-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr.robot @@ -105,50 +105,50 @@ | | Then Find NDR and PDR intervals using optimized search *** Test Cases *** -| tc01-64B-1c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr +| 64B-1c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr | | [Tags] | 64B | 1C | | frame_size=${64} | phy_cores=${1} -| tc02-64B-2c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr +| 64B-2c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr | | [Tags] | 64B | 2C | | frame_size=${64} | phy_cores=${2} -| tc03-64B-4c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr +| 64B-4c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr | | [Tags] | 64B | 4C | | frame_size=${64} | phy_cores=${4} -| tc04-1518B-1c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr +| 1518B-1c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr | | [Tags] | 1518B | 1C | | frame_size=${1518} | phy_cores=${1} -| tc05-1518B-2c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr +| 1518B-2c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr | | [Tags] | 1518B | 2C | | frame_size=${1518} | phy_cores=${2} -| tc06-1518B-4c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr +| 1518B-4c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr | | [Tags] | 1518B | 4C | | frame_size=${1518} | phy_cores=${4} -| tc07-9000B-1c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr +| 9000B-1c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr | | [Tags] | 9000B | 1C | | frame_size=${9000} | phy_cores=${1} -| tc08-9000B-2c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr +| 9000B-2c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr | | [Tags] | 9000B | 2C | | frame_size=${9000} | phy_cores=${2} -| tc09-9000B-4c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr +| 9000B-4c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr | | [Tags] | 9000B | 4C | | frame_size=${9000} | phy_cores=${4} -| tc10-IMIX-1c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr +| IMIX-1c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr | | [Tags] | IMIX | 1C | | frame_size=IMIX_v4_1 | phy_cores=${1} -| tc11-IMIX-2c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr +| IMIX-2c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr | | [Tags] | IMIX | 2C | | frame_size=IMIX_v4_1 | phy_cores=${2} -| tc12-IMIX-4c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr +| IMIX-4c-ethip4udp-ip4base-iacl50sl-100flows-ndrpdr | | [Tags] | IMIX | 4C | | frame_size=IMIX_v4_1 | phy_cores=${4} |