aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vpp/device/ip4/2n1l-10ge2p1x710-ethip4udp-nat44det-scapy.robot
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vpp/device/ip4/2n1l-10ge2p1x710-ethip4udp-nat44det-scapy.robot')
-rw-r--r--tests/vpp/device/ip4/2n1l-10ge2p1x710-ethip4udp-nat44det-scapy.robot38
1 files changed, 21 insertions, 17 deletions
diff --git a/tests/vpp/device/ip4/2n1l-10ge2p1x710-ethip4udp-nat44det-scapy.robot b/tests/vpp/device/ip4/2n1l-10ge2p1x710-ethip4udp-nat44det-scapy.robot
index a641e5f3eb..56ea25f313 100644
--- a/tests/vpp/device/ip4/2n1l-10ge2p1x710-ethip4udp-nat44det-scapy.robot
+++ b/tests/vpp/device/ip4/2n1l-10ge2p1x710-ethip4udp-nat44det-scapy.robot
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Cisco and/or its affiliates.
+# Copyright (c) 2022 Cisco and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
@@ -28,20 +28,24 @@
|
| Test Template | Local Template
|
-| Documentation | *NAT44 deterministic mode test cases*
-|
-| ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology
+| Documentation | **NAT44 deterministic mode test cases**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1-TG 2-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4-UDP for IPv4 routing.
-| ... | *[Cfg] DUT configuration:* DUT1 is configured with IPv4 routing and
-| ... | one static IPv4 /${dest_mask} route entries.
-| ... | DUT1 is tested with ${nic_name}.\
-| ... | *[Ver] TG verification:* Eth-IPv4-UDP packet is sent from TG to DUT1 in\
-| ... | one direction. Packet is received and verified for correctness on TG.\
-| ... | Then Eth-IPv4-UDP packet is sent from TG in opposite direction. Packet\
-| ... | is received and verified for correctness on TG.
-| ... | *[Ref] Applicable standard specifications:* RFC791, RFC768, RFC3022,
-| ... | RFC4787.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4-UDP for IPv4 routing.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT1 is configured with IPv4 routing \
+| ... | and one static IPv4 /${dest_mask} route entries. \
+| ... | DUT1 is tested with ${nic_name}.
+| ... |
+| ... | - **[Ver] TG verification:** Eth-IPv4-UDP packet is sent from TG to \
+| ... | DUT1 in one direction. Packet is received and verified for correctness \
+| ... | on TG. Then Eth-IPv4-UDP packet is sent from TG in opposite direction. \
+| ... | Packet is received and verified for correctness on TG.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC791, RFC768, \
+| ... | RFC3022 and RFC4787.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so | det44_plugin.so
@@ -75,14 +79,14 @@
| ${out_net}= | 200.0.0.0
| ${out_mask}= | ${32}
# Telemetry
-| ${telemetry_profile}= | vpp_test_teardown
+| ${telemetry_profile}= | vppctl_test_teardown
*** Keywords ***
| Local Template
| |
| | [Documentation]
-| | ... | [Cfg] DUT runs NAT44 ${nat_mode} configuration.
-| | ... | [Ver] Make TG send IPv4 packet routed over DUT1 interfaces.\
+| | ... | - **[Cfg]** DUT runs NAT44 ${nat_mode} configuration.
+| | ... | - **[Ver]** Make TG send IPv4 packet routed over DUT1 interfaces. \
| | ... | Make TG verify IPv4 packet is correct.
| |
| | ... | *Arguments:*