From be5265bc9612f5aedf4f25720c4bd8941e359410 Mon Sep 17 00:00:00 2001 From: Juraj Linkeš Date: Fri, 22 May 2020 14:25:24 +0200 Subject: Remove leading tc[nn] from test names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test names are unique without it and the information doesn't add anything extra. Change-Id: Idc7d6d1d21c8c05691e1757227a0a3787406d370 Signed-off-by: Juraj Linkeš --- tests/vpp/device/ip4/eth2p-ethip4-ip4base-copblklistbase-dev.robot | 2 +- tests/vpp/device/ip4/eth2p-ethip4-ip4base-copwhtlistbase-dev.robot | 2 +- tests/vpp/device/ip4/eth2p-ethip4-ip4base-iacldstbase-dev.robot | 2 +- tests/vpp/device/ip4/eth2p-ethip4-ip4base-ipolicemarkbase-dev.robot | 2 +- tests/vpp/device/ip4/eth2p-ethipv4-ip4base-dev.robot | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/vpp/device/ip4') diff --git a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-copblklistbase-dev.robot b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-copblklistbase-dev.robot index 08247008a6..ee9a2f8930 100644 --- a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-copblklistbase-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-copblklistbase-dev.robot @@ -81,6 +81,6 @@ | | ... | ${TG_pf2}[0] | ${DUT1_vf2_mac}[0] | ${TG_pf2_mac}[0] *** Test Cases *** -| tc01-64B-ethip4-ip4base-copblklistbase-dev +| 64B-ethip4-ip4base-copblklistbase-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0} diff --git a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-copwhtlistbase-dev.robot b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-copwhtlistbase-dev.robot index 2482883d77..a9713e8a98 100644 --- a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-copwhtlistbase-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-copwhtlistbase-dev.robot @@ -81,6 +81,6 @@ | | ... | ${TG_pf2}[0] | ${DUT1_vf2_mac}[0] | ${TG_pf2_mac}[0] *** Test Cases *** -| tc01-64B-ethip4-ip4base-copwhtlistbase-dev +| 64B-ethip4-ip4base-copwhtlistbase-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0} diff --git a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-iacldstbase-dev.robot b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-iacldstbase-dev.robot index ba9235f7ae..b34ad495ee 100644 --- a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-iacldstbase-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-iacldstbase-dev.robot @@ -85,6 +85,6 @@ | | ... | ${TG_pf2}[0] | ${DUT1_vf2_mac}[0] | ${TG_pf2_mac}[0] *** Test Cases *** -| tc01-64B-ethip4-ip4base-iacldstbase-dev +| 64B-ethip4-ip4base-iacldstbase-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0} diff --git a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-ipolicemarkbase-dev.robot b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-ipolicemarkbase-dev.robot index 13665cd9a2..866975cbc5 100644 --- a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-ipolicemarkbase-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-ipolicemarkbase-dev.robot @@ -85,6 +85,6 @@ | | ... | 10.10.10.2 | 20.20.20.2 *** Test Cases *** -| tc01-64B-ethip4-ip4base-ipolicemarkbase-dev +| 64B-ethip4-ip4base-ipolicemarkbase-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0} diff --git a/tests/vpp/device/ip4/eth2p-ethipv4-ip4base-dev.robot b/tests/vpp/device/ip4/eth2p-ethipv4-ip4base-dev.robot index 7105b28fa0..8e4997ab67 100644 --- a/tests/vpp/device/ip4/eth2p-ethipv4-ip4base-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethipv4-ip4base-dev.robot @@ -78,6 +78,6 @@ | | ... | ${TG_pf2}[0] | ${DUT1_vf2_mac}[0] | ${TG_pf2_mac}[0] *** Test Cases *** -| tc01-64B-ethipv4-ip4base-dev +| 64B-ethipv4-ip4base-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0} -- cgit 1.2.3-korg