diff options
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} |