diff options
author | Jan Gelety <jgelety@cisco.com> | 2020-09-10 14:47:09 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2020-09-23 10:52:04 +0000 |
commit | a0362eb00573cda326b7067f020359d5913e76fd (patch) | |
tree | 8b49ccbae5358ca1b95fb8a3778350d2843a4d2b /tests/vpp/device | |
parent | dca87de519a17d551669970189b79c64bad445bf (diff) |
Fix: use nat44 not snat44
Change-Id: If141566f76d5b2f309953233e693c34fef8ee12f
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests/vpp/device')
-rw-r--r-- | tests/vpp/device/ip4/eth2p-ethip4tcp-nat44det-dev.robot (renamed from tests/vpp/device/ip4/eth2p-ethip4tcp-snat44det-dev.robot) | 4 | ||||
-rw-r--r-- | tests/vpp/device/ip4/eth2p-ethip4tcp-nat44ed-dev.robot (renamed from tests/vpp/device/ip4/eth2p-ethip4tcp-snat44ed-dev.robot) | 4 | ||||
-rw-r--r-- | tests/vpp/device/ip4/eth2p-ethip4udp-nat44det-dev.robot (renamed from tests/vpp/device/ip4/eth2p-ethip4udp-snat44det-dev.robot) | 4 | ||||
-rw-r--r-- | tests/vpp/device/ip4/eth2p-ethip4udp-nat44ed-dev.robot (renamed from tests/vpp/device/ip4/eth2p-ethip4udp-snat44ed-dev.robot) | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/tests/vpp/device/ip4/eth2p-ethip4tcp-snat44det-dev.robot b/tests/vpp/device/ip4/eth2p-ethip4tcp-nat44det-dev.robot index fdffdd34e5..d564c8c398 100644 --- a/tests/vpp/device/ip4/eth2p-ethip4tcp-snat44det-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethip4tcp-nat44det-dev.robot @@ -20,7 +20,7 @@ | ... | NIC_Virtual | ETH | IP4FWD | FEATURE | NAT44 | NAT44_DETERMINISTIC | ... | BASE | TCP | DRV_VFIO_PCI | ... | RXQ_SIZE_0 | TXQ_SIZE_0 -| ... | ethip4tcp-snat44det-dev +| ... | ethip4tcp-nat44det-dev | | Suite Setup | Setup suite topology interfaces | scapy | Test Setup | Setup test @@ -106,6 +106,6 @@ | | ... | ${protocol} | ${src_port_in} | ${dst_port} *** Test Cases *** -| 64B-ethip4tcp-snat44det-dev +| 64B-ethip4tcp-nat44det-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0} diff --git a/tests/vpp/device/ip4/eth2p-ethip4tcp-snat44ed-dev.robot b/tests/vpp/device/ip4/eth2p-ethip4tcp-nat44ed-dev.robot index 5fe36c4341..0a60b3f2e1 100644 --- a/tests/vpp/device/ip4/eth2p-ethip4tcp-snat44ed-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethip4tcp-nat44ed-dev.robot @@ -20,7 +20,7 @@ | ... | NIC_Virtual | ETH | IP4FWD | FEATURE | NAT44 | NAT44_ENDPOINT_DEPENDENT | ... | BASE | TCP | DRV_VFIO_PCI | ... | RXQ_SIZE_0 | TXQ_SIZE_0 -| ... | ethip4tcp-snat44ed-dev +| ... | ethip4tcp-nat44ed-dev | | Suite Setup | Setup suite topology interfaces | scapy | Test Setup | Setup test @@ -112,6 +112,6 @@ | | ... | ${protocol} | ${src_port_in} | ${dst_port} *** Test Cases *** -| 64B-ethip4tcp-snat44ed-dev +| 64B-ethip4tcp-nat44ed-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0} diff --git a/tests/vpp/device/ip4/eth2p-ethip4udp-snat44det-dev.robot b/tests/vpp/device/ip4/eth2p-ethip4udp-nat44det-dev.robot index e1f56da292..5803b4e590 100644 --- a/tests/vpp/device/ip4/eth2p-ethip4udp-snat44det-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethip4udp-nat44det-dev.robot @@ -20,7 +20,7 @@ | ... | NIC_Virtual | ETH | IP4FWD | FEATURE | NAT44 | NAT44_DETERMINISTIC | ... | BASE | UDP | DRV_VFIO_PCI | ... | RXQ_SIZE_0 | TXQ_SIZE_0 -| ... | ethip4udp-snat44det-dev +| ... | ethip4udp-nat44det-dev | | Suite Setup | Setup suite topology interfaces | scapy | Test Setup | Setup test @@ -106,6 +106,6 @@ | | ... | ${protocol} | ${src_port_in} | ${dst_port} *** Test Cases *** -| 64B-ethip4udp-snat44det-dev +| 64B-ethip4udp-nat44det-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0} diff --git a/tests/vpp/device/ip4/eth2p-ethip4udp-snat44ed-dev.robot b/tests/vpp/device/ip4/eth2p-ethip4udp-nat44ed-dev.robot index 99cb761578..e4e5241b18 100644 --- a/tests/vpp/device/ip4/eth2p-ethip4udp-snat44ed-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethip4udp-nat44ed-dev.robot @@ -20,7 +20,7 @@ | ... | NIC_Virtual | ETH | IP4FWD | FEATURE | NAT44 | NAT44_ENDPOINT_DEPENDENT | ... | BASE | UDP | DRV_VFIO_PCI | ... | RXQ_SIZE_0 | TXQ_SIZE_0 -| ... | ethip4udp-snat44ed-dev +| ... | ethip4udp-nat44ed-dev | | Suite Setup | Setup suite topology interfaces | scapy | Test Setup | Setup test @@ -112,6 +112,6 @@ | | ... | ${protocol} | ${src_port_in} | ${dst_port} *** Test Cases *** -| 64B-ethip4udp-snat44ed-dev +| 64B-ethip4udp-nat44ed-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0} |