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/ip6 | |
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/ip6')
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-dut-egress-dev.robot b/tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-dut-egress-dev.robot index a82005e22b..50048138ed 100644 --- a/tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-dut-egress-dev.robot +++ b/tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-dut-egress-dev.robot @@ -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} diff --git a/tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-dut-ingress-dev.robot b/tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-dut-ingress-dev.robot index ab1fefca80..8bb17aab58 100644 --- a/tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-dut-ingress-dev.robot +++ b/tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-dut-ingress-dev.robot @@ -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} diff --git a/tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-tg-ingress-dev.robot b/tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-tg-ingress-dev.robot index 4c3180289f..af8378f258 100644 --- a/tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-tg-ingress-dev.robot +++ b/tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-tg-ingress-dev.robot @@ -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} diff --git a/tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-tg-ingress-remote-host-dev.robot b/tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-tg-ingress-remote-host-dev.robot index 33c1191475..bf9975b6f4 100644 --- a/tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-tg-ingress-remote-host-dev.robot +++ b/tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-tg-ingress-remote-host-dev.robot @@ -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} |