FIX: Various naming convention typos 10/20610/1
authorPeter Mikus <pmikus@cisco.com>
Thu, 11 Jul 2019 15:05:11 +0000 (15:05 +0000)
committerPeter Mikus <pmikus@cisco.com>
Thu, 11 Jul 2019 15:05:11 +0000 (15:05 +0000)
Change-Id: Ib55d9f3993cb63d3130a6bd338d612bde0235d5d
Signed-off-by: Peter Mikus <pmikus@cisco.com>
21 files changed:
tests/vpp/device/container_memif/eth2p-ethicmpv4-ip4base-eth-2memif-1dcr-dev.robot
tests/vpp/device/container_memif/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot
tests/vpp/device/container_memif/eth2p-ethicmpv4-l2xcbase-eth-2memif-1dcr-dev.robot
tests/vpp/device/container_memif/eth2p-ethicmpv6-ip6base-eth-2memif-1dcr-dev.robot
tests/vpp/device/crypto/eth2p-ethip4ipsec1tnlsw-ip4base-policy-aes-128-cbc-sha-512-256-dev.robot
tests/vpp/device/crypto/eth2p-ethip4ipsec1tptsw-ip4base-policy-aes-128-cbc-sha-512-256-dev.robot
tests/vpp/device/crypto/eth2p-ethip6ipsec1tnlsw-ip6base-policy-aes-128-cbc-sha-512-256-dev.robot
tests/vpp/device/crypto/eth2p-ethip6ipsec1tptsw-ip6base-policy-aes-128-cbc-sha-512-256-dev.robot
tests/vpp/device/interfaces/eth2p-ethicmpv4-ip4base-eth-1tap-dev.robot
tests/vpp/device/interfaces/eth2p-ethicmpv4-ip4base-eth-1tap-namespace-dev.robot
tests/vpp/device/interfaces/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2tap-dev.robot
tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-dut-egress-dev.robot
tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-dut-ingress-dev.robot
tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-tg-ingress-dev.robot
tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-tg-ingress-for-remote-host-dev.robot
tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-dut-egress-dev.robot
tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-dut-ingress-dev.robot
tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-tg-ingress-dev.robot
tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-tg-ingress-remote-host-dev.robot
tests/vpp/device/l2bd/eth2p-ethicmpv4-l2bdbasemaclrn-dev.robot
tests/vpp/device/l2xc/eth2p-ethicmpv4-l2xcbase-dev.robot

index a90f1ef..5e0ccff 100644 (file)
@@ -75,6 +75,6 @@
 | | ... | ${tg_if2} | ${dut1_if2_mac} | ${tg_if2_mac}
 
 *** Test Cases ***
-| tc01-64B-eth2p-ethicmpv4-ip4base-eth-2memif-1dcr-dev
+| tc01-64B-ethicmpv4-ip4base-eth-2memif-1dcr-dev
 | | [Tags] | 64B
 | | frame_size=${64} | phy_cores=${0}
index ea60fee..a89ab8f 100644 (file)
@@ -72,6 +72,6 @@
 | | ... | ${tg} | ${tg_if1} | ${tg_if2}
 
 *** Test Cases ***
-| tc01-64B-eth2p-ethicmpv4-l2bdbasemaclrn-eth-2memif-1dcr-dev
+| tc01-64B-ethicmpv4-l2bdbasemaclrn-eth-2memif-1dcr-dev
 | | [Tags] | 64B
 | | frame_size=${64} | phy_cores=${0}
index 1f33992..a8c0d78 100644 (file)
@@ -71,6 +71,6 @@
 | | ... | ${tg} | ${tg_if1} | ${tg_if2}
 
 *** Test Cases ***
-| tc01-64B-eth2p-ethicmpv4-l2xcbase-eth-2memif-1dcr-dev
+| tc01-64B-ethicmpv4-l2xcbase-eth-2memif-1dcr-dev
 | | [Tags] | 64B
 | | frame_size=${64} | phy_cores=${0}
index 69b8ee0..cece7f0 100644 (file)
 | | ... | ${tg_if2} | ${dut1_if2_mac} | ${tg_if2_mac}
 
 *** Test Cases ***
-| tc01-78B-eth2p-ethicmpv6-ip6base-eth-2memif-1dcr-dev
+| tc01-78B-ethicmpv6-ip6base-eth-2memif-1dcr-dev
 | | [Tags] | 78B
 | | frame_size=${78} | phy_cores=${0}
index b06b3c5..152b310 100644 (file)
@@ -86,6 +86,6 @@
 | | ... | ${dut_tun_ip}
 
 *** Test Cases ***
-| tc01-110B-eth2p-ethip4ipsec1tnlsw-ip4base-policy-aes-128-cbc-sha-512-256-dev
+| tc01-110B-ethip4ipsec1tnlsw-ip4base-policy-aes-128-cbc-sha-512-256-dev
 | | [Tags] | 110B
 | | frame_size=${110} | phy_cores=${0}
index 5097437..f1208a2 100644 (file)
@@ -84,6 +84,6 @@
 | | ... | ${dut_spi} | ${tg_tun_ip} | ${dut_tun_ip}
 
 *** Test Cases ***
-| tc01-110B-eth2p-ethip4ipsec1tptsw-ip4base-policy-aes-128-cbc-sha-512-256-dev
+| tc01-110B-ethip4ipsec1tptsw-ip4base-policy-aes-128-cbc-sha-512-256-dev
 | | [Tags] | 110B
 | | frame_size=${110} | phy_cores=${0}
index cb96f52..d7a234f 100644 (file)
@@ -87,6 +87,6 @@
 | | ... | ${dut_tun_ip}
 
 *** Test Cases ***
-| tc01-124B-eth2p-ethip6ipsec1tnlsw-ip6base-policy-aes-128-cbc-sha-512-256-dev
+| tc01-124B-ethip6ipsec1tnlsw-ip6base-policy-aes-128-cbc-sha-512-256-dev
 | | [Tags] | 124B
 | | frame_size=${124} | phy_cores=${0}
index 11a7b0b..bf8460f 100644 (file)
@@ -86,6 +86,6 @@
 | | ... | ${dut_spi} | ${tg_tun_ip} | ${dut_tun_ip}
 
 *** Test Cases ***
-| tc01-124B-eth2p-ethip6ipsectpt-ip6base-policy-aes-128-cbc-sha-512-256-dev
+| tc01-124B-ethip6ipsec1tptsw-ip6base-policy-aes-128-cbc-sha-512-256-dev
 | | [Tags] | 124B
 | | frame_size=${124} | phy_cores=${0}
index 066821c..0c845de 100644 (file)
@@ -90,6 +90,6 @@
 | | ... | ${tap1_NM_ip} | ${tg_ip_address}
 
 *** Test Cases ***
-| tc01-64B-eth2p-ethicmpv4-ip4base-eth-1tap-dev
+| tc01-64B-ethicmpv4-ip4base-eth-1tap-dev
 | | [Tags] | 64B
 | | frame_size=${64} | phy_cores=${0}
index b0cacd1..7b6bbf4 100644 (file)
@@ -95,6 +95,6 @@
 | | ... | ${tap1_NM_ip} | ${tg_ip_address}
 
 *** Test Cases ***
-| tc01-64B-eth2p-ethicmpv4-ip4base-eth-1tap-namespace-dev
+| tc01-64B-ethicmpv4-ip4base-eth-1tap-namespace-dev
 | | [Tags] | 64B
 | | frame_size=${64} | phy_cores=${0}
index 0c97d98..e3eb2f4 100644 (file)
@@ -79,6 +79,6 @@
 | | ... | ${tg} | ${tg_if1} | ${tg_if2}
 
 *** Test Cases ***
-| tc01-eth2p-ethicmpv4-l2bdbasemaclrn-eth-2tap-dev
+| tc01-64B-ethicmpv4-l2bdbasemaclrn-eth-2tap-dev
 | | [Tags] | 64B
 | | frame_size=${64} | phy_cores=${0}
index 4f2484c..c9a4b0b 100644 (file)
@@ -66,6 +66,6 @@
 | | ... | 10.10.10.2 | 20.20.20.1 | ${dut1_if1_mac} | ${0}
 
 *** Test Cases ***
-| tc01-64B-eth2p-ethicmpv4-ip4base-dut-egress-dev
+| tc01-64B-ethicmpv4-ip4base-dut-egress-dev
 | | [Tags] | 64B
 | | frame_size=${64} | phy_cores=${0}
index 8bccc20..e597a57 100644 (file)
@@ -66,6 +66,6 @@
 | | ... | 10.10.10.2 | 10.10.10.1 | ${dut1_if1_mac} | ${0}
 
 *** Test Cases ***
-| tc01-64B-eth2p-ethicmpv4-ip4base-dut-ingress-dev
+| tc01-64B-ethicmpv4-ip4base-dut-ingress-dev
 | | [Tags] | 64B
 | | frame_size=${64} | phy_cores=${0}
index cc7ce61..5fff822 100644 (file)
@@ -67,6 +67,6 @@
 | | ... | 10.10.10.2 | 20.20.20.2 | ${dut1_if1_mac} | ${1}
 
 *** Test Cases ***
-| tc01-64B-eth2p-ethicmpv4-ip4base-tg-ingress-dev
+| tc01-64B-ethicmpv4-ip4base-tg-ingress-dev
 | | [Tags] | 64B
 | | frame_size=${64} | phy_cores=${0}
index 334db83..53ba5bc 100644 (file)
@@ -68,6 +68,6 @@
 | | ... | 192.168.0.1 | 192.168.0.2 | ${dut1_if1_mac} | ${1}
 
 *** Test Cases ***
-| tc01-64B-eth2p-ethicmpv4-ip4base-tg-ingress-for-remote-host-dev
+| tc01-64B-ethicmpv4-ip4base-tg-ingress-for-remote-host-dev
 | | [Tags] | 64B
 | | frame_size=${64} | phy_cores=${0}
index a82005e..5004813 100644 (file)
@@ -66,6 +66,6 @@
 | | ... | 2001:1::2 | 2001:2::1 | ${dut1_if1_mac} | ${0}
 
 *** Test Cases ***
-| tc01-78B-eth2p-ethicmpv6-ip6base-dut-egress-dev
+| tc01-78B-ethicmpv6-ip6base-dut-egress-dev
 | | [Tags] | 78B
 | | frame_size=${78} | phy_cores=${0}
index ab1fefc..8bb17aa 100644 (file)
@@ -66,6 +66,6 @@
 | | ... | 2001:1::2 | 2001:1::1 | ${dut1_if1_mac} | ${0}
 
 *** Test Cases ***
-| tc01-78B-eth2p-ethicmpv6-ip6base-dut-ingress-dev
+| tc01-78B-ethicmpv6-ip6base-dut-ingress-dev
 | | [Tags] | 78B
 | | frame_size=${78} | phy_cores=${0}
index 4c31802..af8378f 100644 (file)
@@ -67,6 +67,6 @@
 | | ... | 2001:1::2 | 2001:2::2 | ${dut1_if1_mac} | ${1} | ${dut1_if2_mac}
 
 *** Test Cases ***
-| tc01-78B-eth2p-ethicmpv6-ip6base-tg-ingress-dev
+| tc01-78B-ethicmpv6-ip6base-tg-ingress-dev
 | | [Tags] | 78B
 | | frame_size=${78} | phy_cores=${0}
index 33c1191..bf9975b 100644 (file)
@@ -68,6 +68,6 @@
 | | ... | 3ffe:5f::1 | 3ffe:5f::2 | ${dut1_if1_mac} | ${1} | ${dut1_if2_mac}
 
 *** Test Cases ***
-| tc01-78B-eth2p-ethicmpv6-ip6base-tg-ingress-remote-host-dev
+| tc01-78B-ethicmpv6-ip6base-tg-ingress-remote-host-dev
 | | [Tags] | 78B
 | | frame_size=${78} | phy_cores=${0}
index 1a39881..4ec03f1 100644 (file)
@@ -67,6 +67,6 @@
 | | ... | ${tg} | ${tg_if1} | ${tg_if2}
 
 *** Test Cases ***
-| tc01-eth2p-ethicmpv4-l2bdbasemaclrn-dev
+| tc01-64B-ethicmpv4-l2bdbasemaclrn-dev
 | | [Tags] | 64B
 | | frame_size=${64} | phy_cores=${0}
index 24aaee8..a9a5a70 100644 (file)
@@ -67,6 +67,6 @@
 | | ... | ${tg} | ${tg_if1} | ${tg_if2}
 
 *** Test Cases ***
-| tc01-64B-eth2p-ethicmpv4-l2xcbase-dev
+| tc01-64B-ethicmpv4-l2xcbase-dev
 | | [Tags] | 64B
 | | frame_size=${64} | phy_cores=${0}