FIX: naming convention fixes for TOX 57/20757/4
authorPeter Mikus <pmikus@cisco.com>
Fri, 19 Jul 2019 16:42:27 +0000 (16:42 +0000)
committerPeter Mikus <pmikus@cisco.com>
Fri, 19 Jul 2019 17:34:06 +0000 (17:34 +0000)
Change-Id: I0644fbd0e136dee3a91fd9406155f971b3c726eb
Signed-off-by: Peter Mikus <pmikus@cisco.com>
resources/libraries/bash/entry/check/tc_naming.sh
tests/vpp/device/vm_vhost/ip4/eth2p-ethicmpv4-ip4base-eth-2vhost-1vm-dev.robot
tests/vpp/device/vm_vhost/ip6/eth2p-ethicmpv6-ip6base-eth-2vhost-1vm-dev.robot
tests/vpp/device/vm_vhost/l2bd/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2vhost-1vm-dev.robot
tests/vpp/device/vm_vhost/l2xc/eth2p-ethicmpv4-l2xcbase-eth-2vhost-1vm-dev.robot

index 70e5fa0..1101fa5 100644 (file)
@@ -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))
index 59da994..0e403e7 100644 (file)
@@ -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}
index 3e1c103..c0a4b30 100644 (file)
@@ -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}
index 8170466..92977da 100644 (file)
@@ -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}
index c5c6ab7..d88d9a5 100644 (file)
@@ -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}