From: Peter Mikus Date: Fri, 19 Jul 2019 16:42:27 +0000 (+0000) Subject: FIX: naming convention fixes for TOX X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=385f224625afd53e478e6508066e0c0dd5fc108a FIX: naming convention fixes for TOX Change-Id: I0644fbd0e136dee3a91fd9406155f971b3c726eb Signed-off-by: Peter Mikus --- diff --git a/resources/libraries/bash/entry/check/tc_naming.sh b/resources/libraries/bash/entry/check/tc_naming.sh index 70e5fa0063..1101fa5a16 100644 --- a/resources/libraries/bash/entry/check/tc_naming.sh +++ b/resources/libraries/bash/entry/check/tc_naming.sh @@ -109,7 +109,7 @@ for idx in "${!testcases_names[@]}"; do if [[ ! "${suites_names[idx]}" =~ ${r_rule} ]]; then msg="" msg+="${suites_dirs[idx]}/${suites_names[idx]} / " - msg+="${testcases_names[idx]} ${s_testc_rules[pass]} " + msg+="${testcases_names[idx]} ${s_suite_rules[pass]} " msg+="is not matching suite naming rule!" echo "${msg}" | tee -a "tc_naming.log" || die total_failed_su=$((total_failed_su + 1)) diff --git a/tests/vpp/device/vm_vhost/ip4/eth2p-ethicmpv4-ip4base-eth-2vhost-1vm-dev.robot b/tests/vpp/device/vm_vhost/ip4/eth2p-ethicmpv4-ip4base-eth-2vhost-1vm-dev.robot index 59da994310..0e403e78af 100644 --- a/tests/vpp/device/vm_vhost/ip4/eth2p-ethicmpv4-ip4base-eth-2vhost-1vm-dev.robot +++ b/tests/vpp/device/vm_vhost/ip4/eth2p-ethicmpv4-ip4base-eth-2vhost-1vm-dev.robot @@ -79,6 +79,6 @@ | | ... | ${tg_if2} | ${dut1_if2_mac} | ${tg_if2_mac} *** Test Cases *** -| tc01-eth2p-ethicmp4-ip4base-eth-2vhost-1vm-dev +| tc01-64B-ethicmp4-ip4base-eth-2vhost-1vm-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0} diff --git a/tests/vpp/device/vm_vhost/ip6/eth2p-ethicmpv6-ip6base-eth-2vhost-1vm-dev.robot b/tests/vpp/device/vm_vhost/ip6/eth2p-ethicmpv6-ip6base-eth-2vhost-1vm-dev.robot index 3e1c103ab0..c0a4b30e8b 100644 --- a/tests/vpp/device/vm_vhost/ip6/eth2p-ethicmpv6-ip6base-eth-2vhost-1vm-dev.robot +++ b/tests/vpp/device/vm_vhost/ip6/eth2p-ethicmpv6-ip6base-eth-2vhost-1vm-dev.robot @@ -80,6 +80,6 @@ *** Test Cases *** -| tc01-eth2p-ethicmpv6-ip6base-eth-2vhost-1vm-dev +| tc01-64B-ethicmpv6-ip6base-eth-2vhost-1vm-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0} diff --git a/tests/vpp/device/vm_vhost/l2bd/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2vhost-1vm-dev.robot b/tests/vpp/device/vm_vhost/l2bd/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2vhost-1vm-dev.robot index 8170466742..92977da7e2 100644 --- a/tests/vpp/device/vm_vhost/l2bd/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2vhost-1vm-dev.robot +++ b/tests/vpp/device/vm_vhost/l2bd/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2vhost-1vm-dev.robot @@ -78,6 +78,6 @@ | | ... | ${tg_if1} | ${tg_if2} *** Test Cases *** -| tc01-eth2p-ethicmpv4-l2bdbasemaclrn-eth-2vhost-1vm-dev +| tc01-64B-ethicmpv4-l2bdbasemaclrn-eth-2vhost-1vm-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0} diff --git a/tests/vpp/device/vm_vhost/l2xc/eth2p-ethicmpv4-l2xcbase-eth-2vhost-1vm-dev.robot b/tests/vpp/device/vm_vhost/l2xc/eth2p-ethicmpv4-l2xcbase-eth-2vhost-1vm-dev.robot index c5c6ab7ae6..d88d9a58f2 100644 --- a/tests/vpp/device/vm_vhost/l2xc/eth2p-ethicmpv4-l2xcbase-eth-2vhost-1vm-dev.robot +++ b/tests/vpp/device/vm_vhost/l2xc/eth2p-ethicmpv4-l2xcbase-eth-2vhost-1vm-dev.robot @@ -77,6 +77,6 @@ | | ... | ${tg_if1} | ${tg_if2} *** Test Cases *** -| tc01-eth2p-ethicmpv4-l2xcbase-eth-2vhost-1vm-dev +| tc01-64B-ethicmpv4-l2xcbase-eth-2vhost-1vm-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0}