diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-07-11 15:05:11 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-07-11 15:05:11 +0000 |
commit | f8452762b3dd6370792a5891b1010c263140bae6 (patch) | |
tree | d2323d7a17904b8d77903aa56fca44ef1668c0e4 /tests/vpp/device/container_memif | |
parent | d2a7114de8c307c152b119d2c153e1d75df78b65 (diff) |
FIX: Various naming convention typos
Change-Id: Ib55d9f3993cb63d3130a6bd338d612bde0235d5d
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'tests/vpp/device/container_memif')
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/vpp/device/container_memif/eth2p-ethicmpv4-ip4base-eth-2memif-1dcr-dev.robot b/tests/vpp/device/container_memif/eth2p-ethicmpv4-ip4base-eth-2memif-1dcr-dev.robot index a90f1efad6..5e0ccff596 100644 --- a/tests/vpp/device/container_memif/eth2p-ethicmpv4-ip4base-eth-2memif-1dcr-dev.robot +++ b/tests/vpp/device/container_memif/eth2p-ethicmpv4-ip4base-eth-2memif-1dcr-dev.robot @@ -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} diff --git a/tests/vpp/device/container_memif/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot b/tests/vpp/device/container_memif/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot index ea60fee6d2..a89ab8fa1b 100644 --- a/tests/vpp/device/container_memif/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot +++ b/tests/vpp/device/container_memif/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot @@ -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} diff --git a/tests/vpp/device/container_memif/eth2p-ethicmpv4-l2xcbase-eth-2memif-1dcr-dev.robot b/tests/vpp/device/container_memif/eth2p-ethicmpv4-l2xcbase-eth-2memif-1dcr-dev.robot index 1f33992afa..a8c0d78745 100644 --- a/tests/vpp/device/container_memif/eth2p-ethicmpv4-l2xcbase-eth-2memif-1dcr-dev.robot +++ b/tests/vpp/device/container_memif/eth2p-ethicmpv4-l2xcbase-eth-2memif-1dcr-dev.robot @@ -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} diff --git a/tests/vpp/device/container_memif/eth2p-ethicmpv6-ip6base-eth-2memif-1dcr-dev.robot b/tests/vpp/device/container_memif/eth2p-ethicmpv6-ip6base-eth-2memif-1dcr-dev.robot index 69b8ee0db6..cece7f0f6a 100644 --- a/tests/vpp/device/container_memif/eth2p-ethicmpv6-ip6base-eth-2memif-1dcr-dev.robot +++ b/tests/vpp/device/container_memif/eth2p-ethicmpv6-ip6base-eth-2memif-1dcr-dev.robot @@ -104,6 +104,6 @@ | | ... | ${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} |