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/ip4 | |
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/ip4')
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-dut-egress-dev.robot b/tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-dut-egress-dev.robot index 4f2484c93e..c9a4b0b2fc 100644 --- a/tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-dut-egress-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-dut-egress-dev.robot @@ -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} diff --git a/tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-dut-ingress-dev.robot b/tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-dut-ingress-dev.robot index 8bccc20372..e597a57b1e 100644 --- a/tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-dut-ingress-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-dut-ingress-dev.robot @@ -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} diff --git a/tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-tg-ingress-dev.robot b/tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-tg-ingress-dev.robot index cc7ce61075..5fff82286a 100644 --- a/tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-tg-ingress-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-tg-ingress-dev.robot @@ -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} diff --git a/tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-tg-ingress-for-remote-host-dev.robot b/tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-tg-ingress-for-remote-host-dev.robot index 334db8359a..53ba5bc7f2 100644 --- a/tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-tg-ingress-for-remote-host-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethicmpv4-ip4base-tg-ingress-for-remote-host-dev.robot @@ -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} |