die "rSync failed!"
}
+ # to remove GPL licence section
+ find "${WORKING_DIR}/tests/" -type f -exec sed -i '/\*\*\*/,$!d' {} \;
+
find ${WORKING_DIR}/ -type d -exec echo {} \; -exec touch {}/__init__.py \;
python3 gen_rst.py || die "Generate .rst files failed!"
}
PERF_TYPE_TO_SUITE_DOC_VER = {
- u"mrr": u'''fication:* In MaxReceivedRate tests TG sends traffic\\
-| ... | at line rate and reports total received packets over trial period.\\''',
- u"ndrpdr": u'''ication:* TG finds and reports throughput NDR (Non Drop\\
-| ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\\
-| ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\\
-| ... | of packets transmitted. NDR and PDR are discovered for different\\
-| ... | Ethernet L2 frame sizes using MLRsearch library.\\''',
- u"soak": u'''fication:* TG sends traffic at dynamically computed\\
-| ... | rate as PLRsearch algorithm gathers data and improves its estimate\\
-| ... | of a rate at which a prescribed small fraction of packets\\
-| ... | would be lost. After set time, the serarch stops\\
-| ... | and the algorithm reports its current estimate.\\''',
+ u"mrr": u'''fication:** In MaxReceivedRate tests TG sends traffic at \\
+| ... | line rate and reports total received packets over trial period. \\''',
+ u"ndrpdr": u'''rification:** TG finds and reports throughput NDR (Non \\
+| ... | Drop Rate) with zero packet loss tolerance and throughput PDR \\
+| ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \\
+| ... | expressed in percentage of packets transmitted. NDR and PDR are \\
+| ... | discovered for different Ethernet L2 frame sizes using MLRsearch \\
+| ... | library.''',
+ u"soak": u'''rification:** TG sends traffic at dynamically computed \\
+| ... | rate as PLRsearch algorithm gathers data and improves its estimate \\
+| ... | of a rate at which a prescribed small fraction of packets \\
+| ... | would be lost. After set time, the serarch stops \\
+| ... | and the algorithm reports its current estimate. \\''',
}
PERF_TYPE_TO_TEMPLATE_DOC_VER = {
- u"mrr": u'''Measure MaxReceivedRate for ${frame_size}B frames\\
-| | ... | using burst trials throughput test.\\''',
- u"ndrpdr": u"Measure NDR and PDR values using MLRsearch algorithm.\\",
- u"soak": u"Estimate critical rate using PLRsearch algorithm.\\",
+ u"mrr": u'''Measure MaxReceivedRate for ${frame_size}B frames \\
+| | ... | using burst trials throughput test. \\''',
+ u"ndrpdr": u"Measure NDR and PDR values using MLRsearch algorithm.",
+ u"soak": u"Estimate critical rate using PLRsearch algorithm. \\",
}
|
| Test Template | Local Template
|
-| Documentation | *Raw results L2 routing test cases*
-| ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology\
-| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L2 frame forwarding.
-| ... | *[Cfg] DUT configuration:* DUT1 and DUT2 run the DPDK testpmd\
-| ... | application and use the io forwarding mode. DUT1 and DUT2 tested with\
-| ... | ${nic_name}.\
-| ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\
-| ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\
-| ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\
-| ... | of packets transmitted. NDR and PDR are discovered for different\
-| ... | Ethernet L2 frame sizes using MLRsearch library.\
-| ... | Test packets are generated by TG on\
-| ... | links to DUTs. TG traffic profile contains two L3 flow-groups\
-| ... | (flow-group per direction, 254 flows per flow-group) with\
-| ... | all packets containing Ethernet header,IPv4 header with static payload.\
+| Documentation | **Raw results L2 routing test cases**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1-DUT2-TG 3-node circular \
+| ... | topology with single links between nodes.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L2 frame forwarding.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT1 and DUT2 run the DPDK testpmd \
+| ... | application and use the io forwarding mode. DUT1 and DUT2 are tested \
+| ... | with ${nic_name}.
+| ... |
+| ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
+| ... | Drop Rate) with zero packet loss tolerance and throughput PDR \
+| ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \
+| ... | expressed in percentage of packets transmitted. NDR and PDR are \
+| ... | discovered for different Ethernet L2 frame sizes using MLRsearch \
+| ... | library.
+| ... | Test packets are generated by TG on \
+| ... | links to DUTs. TG traffic profile contains two L3 flow-groups \
+| ... | (flow-group per direction, 254 flows per flow-group) with all \
+| ... | packets containing Ethernet header, IPv4 header with static payload \
| ... | MAC addresses are matching MAC addresses of the TG node interfaces.
*** Variables ***
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] DUT runs L2 frame forwarding config.\
+| | ... | - **[Cfg]** DUT runs L2 frame forwarding config. \
| | ... | Each DUT uses ${phy_cores} physical core(s) for worker threads.
-| | ... | [Ver] Measure NDR and PDR values using MLRsearch algorithm.\
+| | ... | - **[Ver]** Measure NDR and PDR values using MLRsearch algorithm.
| |
| | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${None}
| |
|
| Test Template | Local Template
|
-| Documentation | *Raw results IPv4 routing test cases*
-| ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology\
-| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L3 IPv4 routing.
-| ... | *[Cfg] DUT configuration:* DUT1 and DUT2 run the DPDK l3fwd application\
-| ... | DUT1 and DUT2 tested with ${nic_name}.\
-| ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\
-| ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\
-| ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\
-| ... | of packets transmitted. NDR and PDR are discovered for different\
-| ... | Ethernet L2 frame sizes using MLRsearch library.\
-| ... | Test packets are generated by TG on\
-| ... | links to DUTs. TG traffic profile contains two L3 flow-groups\
-| ... | (flow-group per direction, 253 flows per flow-group) with all packets\
-| ... | containing Ethernet header, IPv4 header with IP protocol=61 and static\
-| ... | payload. MAC addresses are matching MAC addresses of the TG node\
+| Documentation | **Raw results IPv4 routing test cases**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1-DUT2-TG 3-node circular \
+| ... | topology with single links between nodes.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L3 IPv4 routing.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT1 and DUT2 run the DPDK l3fwd \
+| ... | application. DUT1 and DUT2 are tested with ${nic_name}.
+| ... |
+| ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
+| ... | Drop Rate) with zero packet loss tolerance and throughput PDR \
+| ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \
+| ... | expressed in percentage of packets transmitted. NDR and PDR are \
+| ... | discovered for different Ethernet L2 frame sizes using MLRsearch \
+| ... | library.
+| ... | Test packets are generated by TG on \
+| ... | links to DUTs. TG traffic profile contains two L3 flow-groups \
+| ... | (flow-group per direction, 253 flows per flow-group) with all packets \
+| ... | containing Ethernet header, IPv4 header with IP protocol=61 and static \
+| ... | payload. MAC addresses are matching MAC addresses of the TG node \
| ... | interfaces.
*** Variables ***
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] DUT runs L3 IPv4 routing config.\
+| | ... | - **[Cfg]** DUT runs L3 IPv4 routing config. \
| | ... | Each DUT uses ${phy_cores} physical core(s) for worker threads.
-| | ... | [Ver] Measure NDR and PDR values using MLRsearch algorithm.\
+| | ... | - **[Ver]** Measure NDR and PDR values using MLRsearch algorithm.
| |
| | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${None}
| |
|
| Test Template | Local Template
|
-| Documentation | *Raw results L2 routing test cases*
-| ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology\
+| Documentation | **Raw results L2 routing test cases**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1-TG 2-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L2 frame forwarding.
-| ... | *[Cfg] DUT configuration:* DUT1 run the DPDK testpmd\
-| ... | application and use the io forwarding mode. DUT1 tested with\
-| ... | ${nic_name}.\
-| ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\
-| ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\
-| ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\
-| ... | of packets transmitted. NDR and PDR are discovered for different\
-| ... | Ethernet L2 frame sizes using MLRsearch library.\
-| ... | Test packets are generated by TG on\
-| ... | links to DUTs. TG traffic profile contains two L3 flow-groups\
-| ... | (flow-group per direction, 254 flows per flow-group) with\
-| ... | all packets containing Ethernet header,IPv4 header with static payload.\
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L2 frame forwarding.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT1 run the DPDK testpmd \
+| ... | application and use the io forwarding mode. DUT1 tested with \
+| ... | with ${nic_name}.
+| ... |
+| ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
+| ... | Drop Rate) with zero packet loss tolerance and throughput PDR \
+| ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \
+| ... | expressed in percentage of packets transmitted. NDR and PDR are \
+| ... | discovered for different Ethernet L2 frame sizes using MLRsearch \
+| ... | library.
+| ... | Test packets are generated by TG on \
+| ... | links to DUTs. TG traffic profile contains two L3 flow-groups \
+| ... | (flow-group per direction, 254 flows per flow-group) with all \
+| ... | packets containing Ethernet header, IPv4 header with static payload \
| ... | MAC addresses are matching MAC addresses of the TG node interfaces.
*** Variables ***
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] DUT runs L2 frame forwarding config.\
+| | ... | - **[Cfg]** DUT runs L2 frame forwarding config. \
| | ... | Each DUT uses ${phy_cores} physical core(s) for worker threads.
-| | ... | [Ver] Measure NDR and PDR values using MLRsearch algorithm.\
+| | ... | - **[Ver]** Measure NDR and PDR values using MLRsearch algorithm.
| |
| | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${None}
| |
|
| Test Template | Local Template
|
-| Documentation | *Raw results IPv4 routing test cases*
-| ... | *[Top] Network Topologies:* TG-DUT1-TG 3-node circular topology\
+| Documentation | **Raw results IPv4 routing test cases**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1-TG 3-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L3 IPv4 routing.
-| ... | *[Cfg] DUT configuration:* DUT1 run the DPDK l3fwd application\
-| ... | DUT1 tested with ${nic_name}.\
-| ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\
-| ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\
-| ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\
-| ... | of packets transmitted. NDR and PDR are discovered for different\
-| ... | Ethernet L2 frame sizes using MLRsearch library.\
-| ... | Test packets are generated by TG on\
-| ... | links to DUTs. TG traffic profile contains two L3 flow-groups\
-| ... | (flow-group per direction, 253 flows per flow-group) with all packets\
-| ... | containing Ethernet header, IPv4 header with IP protocol=61 and static\
-| ... | payload. MAC addresses are matching MAC addresses of the TG node\
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L3 IPv4 routing.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT1 run the DPDK l3fwd application \
+| ... | DUT1 tested with ${nic_name}.
+| ... |
+| ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
+| ... | Drop Rate) with zero packet loss tolerance and throughput PDR \
+| ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \
+| ... | expressed in percentage of packets transmitted. NDR and PDR are \
+| ... | discovered for different Ethernet L2 frame sizes using MLRsearch \
+| ... | library.
+| ... | Test packets are generated by TG on \
+| ... | links to DUTs. TG traffic profile contains two L3 flow-groups \
+| ... | (flow-group per direction, 253 flows per flow-group) with all packets \
+| ... | containing Ethernet header, IPv4 header with IP protocol=61 and static \
+| ... | payload. MAC addresses are matching MAC addresses of the TG node \
| ... | interfaces.
*** Variables ***
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] DUT runs L3 IPv4 routing config.\
+| | ... | - **[Cfg]** DUT runs L3 IPv4 routing config. \
| | ... | Each DUT uses ${phy_cores} physical core(s) for worker threads.
-| | ... | [Ver] Measure NDR and PDR values using MLRsearch algorithm.\
+| | ... | - **[Ver]** Measure NDR and PDR values using MLRsearch algorithm.
| |
| | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${None}
| |
|
| Test Template | Local Template
|
-| Documentation | *RFC2544: Pkt throughput for cross connected NICs with IPv4
-| ... | traffic profile.
-|
-| ... | *[Top] Network Topologies:* TG-TG 1-node circular topology\
+| Documentation | **RFC2544: Pkt throughput for cross connected NICs with \
+| ... | IPv4 traffic profile.**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-TG 1-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L1 cross connect patch.
-| ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\
-| ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\
-| ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\
-| ... | of packets transmitted. NDR and PDR are discovered for different\
-| ... | Ethernet L2 frame sizes using MLRsearch library.\
-| ... | Test packets are generated by TG on links to TG.\
-| ... | TG traffic profile contains two L3 flow-groups (flow-group per\
-| ... | direction, 254 flows per flow-group) with all packets containing\
-| ... | Ethernet header, IPv4 header with static payload.\
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L1 cross connect patch.
+| ... |
+| ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
+| ... | Drop Rate) with zero packet loss tolerance and throughput PDR \
+| ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \
+| ... | expressed in percentage of packets transmitted. NDR and PDR are \
+| ... | discovered for different Ethernet L2 frame sizes using MLRsearch \
+| ... | library.
+| ... | Test packets are generated by TG on links to TG. \
+| ... | TG traffic profile contains two L3 flow-groups (flow-group per \
+| ... | direction, 254 flows per flow-group) with all packets containing \
+| ... | Ethernet header, IPv4 header with static payload. \
| ... | MAC addresses are matching MAC addresses of the TG node interfaces.
-| ... | *[Ref] Applicable standard specifications:* RFC2544.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC2544.
*** Variables ***
| ${nic_name}= | Intel-X710
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] TG runs L1 cross connect config.
-| | ... | [Ver] Measure NDR and PDR values using MLRsearch algorithm.\
+| | ... | - **[Cfg]** TG runs L1 cross connect config.
+| | ... | - **[Ver]** Measure NDR and PDR values using MLRsearch algorithm.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1).
|
| Test Template | Local Template
|
-| Documentation | *RFC2544: Pkt throughput for cross connected NICs with IPv4
-| ... | traffic profile.
-|
-| ... | *[Top] Network Topologies:* TG-TG 1-node circular topology\
+| Documentation | **RFC2544: Pkt throughput for cross connected NICs with \
+| ... | IPv4 traffic profile.**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-TG 1-node circular topology \
| ... | with single links between.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L1 cross connect patch.
-| ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\
-| ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\
-| ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\
-| ... | of packets transmitted. NDR and PDR are discovered for different\
-| ... | Ethernet L2 frame sizes using MLRsearch library.\
-| ... | Test packets are generated by TG on links to TG.\
-| ... | TG traffic profile contains two L3 flow-groups (flow-group per\
-| ... | direction, 1M flows per flow-group) with all packets containing\
-| ... | Ethernet header, IPv4 header with IP protocol=61 and static payload.\
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L1 cross connect patch.
+| ... |
+| ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
+| ... | Drop Rate) with zero packet loss tolerance and throughput PDR \
+| ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \
+| ... | expressed in percentage of packets transmitted. NDR and PDR are \
+| ... | discovered for different Ethernet L2 frame sizes using MLRsearch \
+| ... | library.
+| ... | Test packets are generated by TG on links to TG. \
+| ... | TG traffic profile contains two L3 flow-groups (flow-group per \
+| ... | direction, 1M flows per flow-group) with all packets containing \
+| ... | Ethernet header, IPv4 header with IP protocol=61 and static payload. \
| ... | MAC addresses are matching MAC addresses of the TG node interfaces.
-| ... | *[Ref] Applicable standard specifications:* RFC2544.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC2544.
*** Variables ***
| ${nic_name}= | Intel-X710
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] TG runs L1 cross connect config.
-| | ... | [Ver] Measure NDR and PDR values using MLRsearch algorithm.\
+| | ... | - **[Cfg]** TG runs L1 cross connect config.
+| | ... | - **[Ver]** Measure NDR and PDR values using MLRsearch algorithm.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1).
|
| Test Template | Local Template
|
-| Documentation | *CPS on empty TCP transactions with L1 cross connect*
-|
-| ... | *[Top] Network Topologies:* TG-TG 1-node circular topology\
+| Documentation | **CPS on empty TCP transactions with L1 cross connect**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-TG 1-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L1 cross connect patch.
-| ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\
-| ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\
-| ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\
-| ... | of packets transmitted. NDR and PDR are discovered for different\
-| ... | Ethernet L2 frame sizes using MLRsearch library.\
-| ... | Test packets are generated by TG on links to TG.\
-| ... | TG traffic profile contain L7 flows (${cps} bi-directional TCP flows)\
-| ... | with all packets containing Ethernet header, IPv4 header with TCP\
-| ... | header and static payload.\
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L1 cross connect patch.
+| ... |
+| ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
+| ... | Drop Rate) with zero packet loss tolerance and throughput PDR \
+| ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \
+| ... | expressed in percentage of packets transmitted. NDR and PDR are \
+| ... | discovered for different Ethernet L2 frame sizes using MLRsearch \
+| ... | library.
+| ... | Test packets are generated by TG on links to TG. \
+| ... | TG traffic profile contain L7 flows (${cps} bi-directional TCP flows) \
+| ... | with all packets containing Ethernet header, IPv4 header with TCP \
+| ... | header and static payload. \
| ... | MAC addresses are matching MAC addresses of the TG node interfaces.
-| ... | *[Ref] Applicable standard specifications:* RFC2544.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC2544.
*** Variables ***
| ${nic_name}= | Intel-X710
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] TG runs L1 cross connect config.
-| | ... | [Ver] Measure NDR and PDR values using MLRsearch algorithm.\
+| | ... | - **[Cfg]** TG runs L1 cross connect config.
+| | ... | - **[Ver]** Measure NDR and PDR values using MLRsearch algorithm.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1).
| Test Template | Local Template
|
| # TODO CSIT-1765: Unify suite Documentation.
-| Documentation | *PPS on lightweight TCP transactions with L1 cross connect*
-|
-| ... | *[Top] Network Topologies:* TG-TG 1-node circular topology\
+| Documentation | **PPS on lightweight TCP transactions with L1 cross connect**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-TG 1-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L1 cross connect patch.
-| ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\
-| ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\
-| ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\
-| ... | of packets transmitted. NDR and PDR are discovered for different\
-| ... | Ethernet L2 frame sizes using MLRsearch library.\
-| ... | Test packets are generated by TG on links to TG.\
-| ... | TG traffic profile contains client and server ASTF programs,\
-| ... | generating packets containing Ethernet header, IPv4 header,\
-| ... | TCP header and static payload.\
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L1 cross connect patch.
+| ... |
+| ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
+| ... | Drop Rate) with zero packet loss tolerance and throughput PDR \
+| ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \
+| ... | expressed in percentage of packets transmitted. NDR and PDR are \
+| ... | discovered for different Ethernet L2 frame sizes using MLRsearch \
+| ... | library.
+| ... | Test packets are generated by TG on links to TG. \
+| ... | TG traffic profile contains client and server ASTF programs, \
+| ... | generating packets containing Ethernet header, IPv4 header, \
+| ... | TCP header and static payload. \
| ... | MAC addresses are matching MAC addresses of the TG node interfaces.
-| ... | *[Ref] Applicable standard specifications:* RFC2544.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC2544.
*** Variables ***
| ${nic_name}= | Intel-X710
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] TG runs L1 cross connect config.
-| | ... | [Ver] Measure NDR and PDR values using MLRsearch algorithm.\
+| | ... | - **[Cfg]** TG runs L1 cross connect config.
+| | ... | - **[Ver]** Measure NDR and PDR values using MLRsearch algorithm.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1).
|
| Test Template | Local Template
|
-| Documentation | *CPS on empty TCP transactions with L1 cross connect*
-|
-| ... | *[Top] Network Topologies:* TG-TG 1-node circular topology\
+| Documentation | **CPS on empty TCP transactions with L1 cross connect**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-TG 1-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L1 cross connect patch.
-| ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\
-| ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\
-| ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\
-| ... | of packets transmitted. NDR and PDR are discovered for different\
-| ... | Ethernet L2 frame sizes using MLRsearch library.\
-| ... | Test packets are generated by TG on links to TG.\
-| ... | TG traffic profile contain L7 flows (${cps} bi-directional TCP flows)\
-| ... | with all packets containing Ethernet header, IPv4 header with TCP\
-| ... | header and static payload.\
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L1 cross connect patch.
+| ... |
+| ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
+| ... | Drop Rate) with zero packet loss tolerance and throughput PDR \
+| ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \
+| ... | expressed in percentage of packets transmitted. NDR and PDR are \
+| ... | discovered for different Ethernet L2 frame sizes using MLRsearch \
+| ... | library.
+| ... | Test packets are generated by TG on links to TG. \
+| ... | TG traffic profile contain L7 flows (${cps} bi-directional TCP flows) \
+| ... | with all packets containing Ethernet header, IPv4 header with TCP \
+| ... | header and static payload. \
| ... | MAC addresses are matching MAC addresses of the TG node interfaces.
-| ... | *[Ref] Applicable standard specifications:* RFC2544.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC2544.
*** Variables ***
| ${nic_name}= | Intel-X710
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] TG runs L1 cross connect config.
-| | ... | [Ver] Measure NDR and PDR values using MLRsearch algorithm.\
+| | ... | - **[Cfg]** TG runs L1 cross connect config.
+| | ... | - **[Ver]** Measure NDR and PDR values using MLRsearch algorithm.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1).
| Test Template | Local Template
|
| # TODO CSIT-1765: Unify suite Documentation.
-| Documentation | *PPS on lightweight TCP transactions with L1 cross connect*
-|
-| ... | *[Top] Network Topologies:* TG-TG 1-node circular topology\
+| Documentation | **PPS on lightweight TCP transactions with L1 cross connect**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-TG 1-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L1 cross connect patch.
-| ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\
-| ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\
-| ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\
-| ... | of packets transmitted. NDR and PDR are discovered for different\
-| ... | Ethernet L2 frame sizes using MLRsearch library.\
-| ... | Test packets are generated by TG on links to TG.\
-| ... | TG traffic profile contains client and server ASTF programs,\
-| ... | generating packets containing Ethernet header, IPv4 header,\
-| ... | TCP header and static payload.\
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L1 cross connect patch.
+| ... |
+| ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
+| ... | Drop Rate) with zero packet loss tolerance and throughput PDR \
+| ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \
+| ... | expressed in percentage of packets transmitted. NDR and PDR are \
+| ... | discovered for different Ethernet L2 frame sizes using MLRsearch \
+| ... | library.
+| ... | Test packets are generated by TG on links to TG. \
+| ... | TG traffic profile contains client and server ASTF programs, \
+| ... | generating packets containing Ethernet header, IPv4 header, \
+| ... | TCP header and static payload. \
| ... | MAC addresses are matching MAC addresses of the TG node interfaces.
-| ... | *[Ref] Applicable standard specifications:* RFC2544.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC2544.
*** Variables ***
| ${nic_name}= | Intel-X710
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] TG runs L1 cross connect config.
-| | ... | [Ver] Measure NDR and PDR values using MLRsearch algorithm.\
+| | ... | - **[Cfg]** TG runs L1 cross connect config.
+| | ... | - **[Ver]** Measure NDR and PDR values using MLRsearch algorithm.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1).
|
| Test Template | Local Template
|
-| Documentation | *CPS on empty UDP transactions with L1 cross connect*
-|
-| ... | *[Top] Network Topologies:* TG-TG 1-node circular topology\
+| Documentation | **CPS on empty UDP transactions with L1 cross connect**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-TG 1-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L1 cross connect patch.
-| ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\
-| ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\
-| ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\
-| ... | of packets transmitted. NDR and PDR are discovered for different\
-| ... | Ethernet L2 frame sizes using MLRsearch library.\
-| ... | Test packets are generated by TG on links to TG.\
-| ... | TG traffic profile contain L7 flows (${cps} bi-directional UDP flows)\
-| ... | with all packets containing Ethernet header, IPv4 header with UDP\
-| ... | header and static payload.\
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L1 cross connect patch.
+| ... |
+| ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
+| ... | Drop Rate) with zero packet loss tolerance and throughput PDR \
+| ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \
+| ... | expressed in percentage of packets transmitted. NDR and PDR are \
+| ... | discovered for different Ethernet L2 frame sizes using MLRsearch \
+| ... | library.
+| ... | Test packets are generated by TG on links to TG. \
+| ... | TG traffic profile contain L7 flows (${cps} bi-directional UDP flows) \
+| ... | with all packets containing Ethernet header, IPv4 header with UDP \
+| ... | header and static payload. \
| ... | MAC addresses are matching MAC addresses of the TG node interfaces.
-| ... | *[Ref] Applicable standard specifications:* RFC2544.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC2544.
*** Variables ***
| ${nic_name}= | Intel-X710
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] TG runs L1 cross connect config.
-| | ... | [Ver] Measure NDR and PDR values using MLRsearch algorithm.\
+| | ... | - **[Cfg]** TG runs L1 cross connect config.
+| | ... | - **[Ver]** Measure NDR and PDR values using MLRsearch algorithm.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1).
| Test Template | Local Template
|
| # TODO CSIT-1765: Unify suite Documentation.
-| Documentation | *PPS on lightweight UDP transactions with L1 cross connect*
-|
-| ... | *[Top] Network Topologies:* TG-TG 1-node circular topology\
+| Documentation | **PPS on lightweight UDP transactions with L1 cross connect**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-TG 1-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L1 cross connect patch.
-| ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\
-| ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\
-| ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\
-| ... | of packets transmitted. NDR and PDR are discovered for different\
-| ... | Ethernet L2 frame sizes using MLRsearch library.\
-| ... | Test packets are generated by TG on links to TG.\
-| ... | TG traffic profile contains client and server ASTF programs,\
-| ... | generating packets containing Ethernet header, IPv4 header,\
-| ... | UDP header and static payload.\
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L1 cross connect patch.
+| ... |
+| ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
+| ... | Drop Rate) with zero packet loss tolerance and throughput PDR \
+| ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \
+| ... | expressed in percentage of packets transmitted. NDR and PDR are \
+| ... | discovered for different Ethernet L2 frame sizes using MLRsearch \
+| ... | library.
+| ... | Test packets are generated by TG on links to TG. \
+| ... | TG traffic profile contains client and server ASTF programs, \
+| ... | generating packets containing Ethernet header, IPv4 header, \
+| ... | UDP header and static payload. \
| ... | MAC addresses are matching MAC addresses of the TG node interfaces.
-| ... | *[Ref] Applicable standard specifications:* RFC2544.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC2544.
*** Variables ***
| ${nic_name}= | Intel-X710
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] TG runs L1 cross connect config.
-| | ... | [Ver] Measure NDR and PDR values using MLRsearch algorithm.\
+| | ... | - **[Cfg]** TG runs L1 cross connect config.
+| | ... | - **[Ver]** Measure NDR and PDR values using MLRsearch algorithm.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1).
|
| Test Template | Local Template
|
-| Documentation | *CPS on empty UDP transactions with L1 cross connect*
-|
-| ... | *[Top] Network Topologies:* TG-TG 1-node circular topology\
+| Documentation | **CPS on empty UDP transactions with L1 cross connect**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-TG 1-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L1 cross connect patch.
-| ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\
-| ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\
-| ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\
-| ... | of packets transmitted. NDR and PDR are discovered for different\
-| ... | Ethernet L2 frame sizes using MLRsearch library.\
-| ... | Test packets are generated by TG on links to TG.\
-| ... | TG traffic profile contain L7 flows (${cps} bi-directional UDP flows)\
-| ... | with all packets containing Ethernet header, IPv4 header with UDP\
-| ... | header and static payload.\
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L1 cross connect patch.
+| ... |
+| ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
+| ... | Drop Rate) with zero packet loss tolerance and throughput PDR \
+| ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \
+| ... | expressed in percentage of packets transmitted. NDR and PDR are \
+| ... | discovered for different Ethernet L2 frame sizes using MLRsearch \
+| ... | library.
+| ... | Test packets are generated by TG on links to TG. \
+| ... | TG traffic profile contain L7 flows (${cps} bi-directional UDP flows) \
+| ... | with all packets containing Ethernet header, IPv4 header with UDP \
+| ... | header and static payload. \
| ... | MAC addresses are matching MAC addresses of the TG node interfaces.
-| ... | *[Ref] Applicable standard specifications:* RFC2544.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC2544.
*** Variables ***
| ${nic_name}= | Intel-X710
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] TG runs L1 cross connect config.
-| | ... | [Ver] Measure NDR and PDR values using MLRsearch algorithm.\
+| | ... | - **[Cfg]** TG runs L1 cross connect config.
+| | ... | - **[Ver]** Measure NDR and PDR values using MLRsearch algorithm.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1).
|
| Test Template | Local Template
|
-| Documentation | *PPS on lightweight UDP transactions with L1 cross connect*
-|
-| ... | *[Top] Network Topologies:* TG-TG 1-node circular topology\
+| Documentation | **PPS on lightweight UDP transactions with L1 cross connect**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-TG 1-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L1 cross connect patch.
-| ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\
-| ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\
-| ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\
-| ... | of packets transmitted. NDR and PDR are discovered for different\
-| ... | Ethernet L2 frame sizes using MLRsearch library.\
-| ... | Test packets are generated by TG on links to TG.\
-| ... | TG traffic profile contains client and server ASTF programs,\
-| ... | generating packets containing Ethernet header, IPv4 header,\
-| ... | TCP header and static payload.\
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L1 cross connect patch.
+| ... |
+| ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
+| ... | Drop Rate) with zero packet loss tolerance and throughput PDR \
+| ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \
+| ... | expressed in percentage of packets transmitted. NDR and PDR are \
+| ... | discovered for different Ethernet L2 frame sizes using MLRsearch \
+| ... | library.
+| ... | Test packets are generated by TG on links to TG. \
+| ... | TG traffic profile contains client and server ASTF programs, \
+| ... | generating packets containing Ethernet header, IPv4 header, \
+| ... | TCP header and static payload. \
| ... | MAC addresses are matching MAC addresses of the TG node interfaces.
-| ... | *[Ref] Applicable standard specifications:* RFC2544.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC2544.
*** Variables ***
| ${nic_name}= | Intel-X710
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] TG runs L1 cross connect config.
-| | ... | [Ver] Measure NDR and PDR values using MLRsearch algorithm.\
+| | ... | - **[Cfg]** TG runs L1 cross connect config.
+| | ... | - **[Ver]** Measure NDR and PDR values using MLRsearch algorithm.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1).
|
| Test Template | Local Template
|
-| Documentation | *RFC2544: Pkt throughput for cross connected NICs with IPv6
-| ... | traffic profile.
-|
-| ... | *[Top] Network Topologies:* TG-TG 1-node circular topology\
+| Documentation | **RFC2544: Pkt throughput for cross connected NICs with IPv6 \
+| ... | traffic profile.**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-TG 1-node circular topology \
| ... | with single link between.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv6 for L1 cross connect patch.
-| ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\
-| ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\
-| ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\
-| ... | of packets transmitted. NDR and PDR are discovered for different\
-| ... | Ethernet L2 frame sizes using MLRsearch library.\
-| ... | Test packets are generated by TG on links to TG.\
-| ... | TG traffic profile contains two L3 flow-groups (flow-group per\
-| ... | direction, 1M flows per flow-group) with all packets containing\
-| ... | Ethernet header, IPv6 header with static payload.\
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv6 for L1 cross connect patch.
+| ... |
+| ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
+| ... | Drop Rate) with zero packet loss tolerance and throughput PDR \
+| ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \
+| ... | expressed in percentage of packets transmitted. NDR and PDR are \
+| ... | discovered for different Ethernet L2 frame sizes using MLRsearch \
+| ... | library.
+| ... | Test packets are generated by TG on links to TG. \
+| ... | TG traffic profile contains two L3 flow-groups (flow-group per \
+| ... | direction, 1M flows per flow-group) with all packets containing \
+| ... | Ethernet header, IPv6 header with static payload. \
| ... | MAC addresses are matching MAC addresses of the TG node interfaces.
-| ... | *[Ref] Applicable standard specifications:* RFC2544.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC2544.
*** Variables ***
| ${nic_name}= | Intel-X710
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] TG runs L1 cross connect config.
-| | ... | [Ver] Measure NDR and PDR values using MLRsearch algorithm.\
+| | ... | - **[Cfg]** TG runs L1 cross connect config.
+| | ... | - **[Ver]** Measure NDR and PDR values using MLRsearch algorithm.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1).
|
| Test Template | Local Template
|
-| Documentation | *RFC2544: Pkt throughput for cross connected NICs with IPv6
-| ... | traffic profile.
-|
-| ... | *[Top] Network Topologies:* TG-TG 1-node circular topology
+| Documentation | **RFC2544: Pkt throughput for cross connected NICs with IPv6 \
+| ... | traffic profile.**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-TG 1-node circular topology \
| ... | with single link between.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv6 for L1 cross connect patch.
-| ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\
-| ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\
-| ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\
-| ... | of packets transmitted. NDR and PDR are discovered for different\
-| ... | Ethernet L2 frame sizes using MLRsearch library.\
-| ... | Test packets are generated by TG on links to TG.\
-| ... | TG traffic profile contains two L3 flow-groups (flow-group per\
-| ... | direction, 254 flows per flow-group) with all packets containing\
-| ... | Ethernet header, IPv6 header with static payload.\
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv6 for L1 cross connect patch.
+| ... |
+| ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
+| ... | Drop Rate) with zero packet loss tolerance and throughput PDR \
+| ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \
+| ... | expressed in percentage of packets transmitted. NDR and PDR are \
+| ... | discovered for different Ethernet L2 frame sizes using MLRsearch \
+| ... | library.
+| ... | Test packets are generated by TG on links to TG. \
+| ... | TG traffic profile contains two L3 flow-groups (flow-group per \
+| ... | direction, 254 flows per flow-group) with all packets containing \
+| ... | Ethernet header, IPv6 header with static payload. \
| ... | MAC addresses are matching MAC addresses of the TG node interfaces.
-| ... | *[Ref] Applicable standard specifications:* RFC2544.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC2544.
*** Variables ***
| ${nic_name}= | Intel-X710
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] TG runs L1 cross connect config.
-| | ... | [Ver] Measure NDR and PDR values using MLRsearch algorithm.\
+| | ... | - **[Cfg]** TG runs L1 cross connect config.
+| | ... | - **[Ver]** Measure NDR and PDR values using MLRsearch algorithm.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1).
|
| Test Template | Local Template
|
-| Documentation | *RFC2544: Pkt throughput for cross connected NICs with IPv4
-| ... | traffic profile.
-|
-| ... | *[Top] Network Topologies:* TG-TG 1-node circular topology\
+| Documentation | **RFC2544: Pkt throughput for cross connected NICs with \
+| ... | IPv4 traffic profile.**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-TG 1-node circular topology \
| ... | with single link between.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L1 cross connect patch.
-| ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\
-| ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\
-| ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\
-| ... | of packets transmitted. NDR and PDR are discovered for different\
-| ... | Ethernet L2 frame sizes using MLRsearch library.\
-| ... | Test packets are generated by TG on links to TG.\
-| ... | TG traffic profile contains two L3 flow-groups (flow-group per\
-| ... | direction, 500k flows per flow-group) with all packets containing\
-| ... | Ethernet header, IPv4 header with IP protocol=61 and static payload.\
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L1 cross connect patch.
+| ... |
+| ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
+| ... | Drop Rate) with zero packet loss tolerance and throughput PDR \
+| ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \
+| ... | expressed in percentage of packets transmitted. NDR and PDR are \
+| ... | discovered for different Ethernet L2 frame sizes using MLRsearch \
+| ... | library.
+| ... | Test packets are generated by TG on links to TG. \
+| ... | TG traffic profile contains two L3 flow-groups (flow-group per \
+| ... | direction, 500k flows per flow-group) with all packets containing \
+| ... | Ethernet header, IPv4 header with IP protocol=61 and static payload. \
| ... | MAC addresses ranges are incremented as follows:
| ... | port01_src ca:fe:00:00:00:00 - port01_src ca:fe:00:07:a1:1f,
| ... | port01_dst fa:ce:00:00:00:00 - port01_dst fa:ce:00:07:a1:1f,
| ... | port02_src fa:ce:00:00:00:00 - port02_src fa:ce:00:07:a1:1f,
| ... | port02_dst ca:fe:00:00:00:00 - port02_dst ca:fe:00:07:a1:1f
-| ... | *[Ref] Applicable standard specifications:* RFC2544.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC2544.
*** Variables ***
| ${nic_name}= | Intel-X710
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] TG runs L1 cross connect config.
-| | ... | [Ver] Measure NDR and PDR values using MLRsearch algorithm.\
+| | ... | - **[Cfg]** TG runs L1 cross connect config.
+| | ... | - **[Ver]** Measure NDR and PDR values using MLRsearch algorithm.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1).
|
| Test Template | Local Template
|
-| Documentation | *IPv4 routing test cases with memif interface*
-|
-| ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology with \
-| ... | single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for IPv4 routing on both links.
-| ... | *[Cfg] DUT configuration:* DUT1 is configured with IPv4 routing and \
-| ... | two static IPv4 /24 route entries. Container is connected to VPP via \
-| ... | Memif interface. Container is running same VPP version as running on \
-| ... | DUT.
-| ... | *[Ver] TG verification:* Test IPv4 packets with IP protocol=61 are \
+| Documentation | **IPv4 routing test cases with memif interface**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1-TG 2-node circular topology \
+| ... | with single links between nodes.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for IPv4 routing on both \
+| ... | links.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT1 is configured with IPv4 routing \
+| ... | and two static IPv4 /24 route entries. Container is connected to VPP \
+| ... | via Memif interface. Container is running same VPP version as running \
+| ... | on DUT.
+| ... |
+| ... | - **[Ver] TG verification:** Test IPv4 packets with IP protocol=61 are \
| ... | sent in one direction by TG on links to DUT1 and via container; on \
| ... | receive TG verifies packets for correctness and their IPv4 src-addr, \
| ... | dst-addr and MAC addresses.
-| ... | *[Ref] Applicable standard specifications:* RFC791, RFC826, RFC792
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC791, RFC826, RFC792
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so | memif_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IPv4 packet in both directions between two\
-| | ... | of its interfaces to be routed by DUT to and from docker; verify\
+| | ... | - **[Ver]** Make TG send IPv4 packet in both directions between two \
+| | ... | of its interfaces to be routed by DUT to and from docker; verify \
| | ... | all packets are received.
| |
| | ... | *Arguments:*
|
| Test Template | Local Template
|
-| Documentation | *L2 bridge-domain test cases with memif interface*
-|
-| ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology \
+| Documentation | **L2 bridge-domain test cases with memif interface**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1-TG 2-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L2 switching of IPv4.\
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L2 switching of IPv4. \
| ... | Both apply to all links.
-| ... | *[Cfg] DUT configuration:* DUT1 is configured with L2 bridge-domain \
-| ... | switching. Container is connected to VPP via Memif interface. \
-| ... | Container is running same VPP version as running on DUT.
-| ... | *[Ver] TG verification:* Test IPv4 packets with IP protocol=61\
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT1 is configured with L2 \
+| ... | bridge-domain switching. Container is connected to VPP via Memif \
+| ... | interface. Container is running same VPP version as running on DUT.
+| ... |
+| ... | - **[Ver] TG verification:** Test IPv4 packets with IP protocol=61 \
| ... | are sent in both directions by TG on links to DUT1 and via container; \
-| ... | on receive TG verifies packets for correctness and their IPv4 \
+| ... | on receive TG verifies packets for correctness and their IPv4. \
| ... | src-addr, dst-addr and MAC addresses.
-| ... | *[Ref] Applicable standard specifications:* RFC792
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC792
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so | memif_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IPv4 packets in both directions between two\
-| | ... | of its interfaces to be switched by DUT to and from docker; verify\
+| | ... | - **[Ver]** Make TG send IPv4 packets in both directions between two \
+| | ... | of its interfaces to be switched by DUT to and from docker; verify \
| | ... | all packets are received.
| |
| | ... | *Arguments:*
|
| Test Template | Local Template
|
-| Documentation | *L2 cross-connect test cases with memif interface*
-|
-| ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology with \
-| ... | single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L2 switching of IPv4.
-| ... | *[Cfg] DUT configuration:* DUT1 is configured with L2 cross-connect \
-| ... | (L2XC) switching. Container is connected to VPP via Memif interface. \
-| ... | Container is running same VPP version as running on DUT.
-| ... | *[Ver] TG verification:* Test IPv4 packets with IP protocol=61 \
+| Documentation | **L2 cross-connect test cases with memif interface**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1-TG 2-node circular topology \
+| ... | with single links between nodes.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L2 switching of IPv4.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT1 is configured with L2 cross-\
+| ... | connect (L2XC) switching. Container is connected to VPP via Memif \
+| ... | interface. Container is running same VPP version as running on DUT.
+| ... |
+| ... | - **[Ver] TG verification:** Test IPv4 packets with IP protocol=61 \
| ... | are sent in both directions by TG on links to DUT1 and via container; \
-| ... | on receive TG verifies packets for correctness and their IPv4 \
+| ... | on receive TG verifies packets for correctness and their IPv4. \
| ... | src-addr, dst-addr and MAC addresses.
-| ... | *[Ref] Applicable standard specifications:* RFC792
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC792
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so | memif_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IPv4 packets in both directions between two\
-| | ... | of its interfaces to be switched by DUT to and from docker; verify\
+| | ... | - **[Ver]** Make TG send IPv4 packets in both directions between two \
+| | ... | of its interfaces to be switched by DUT to and from docker; verify \
| | ... | all packets are received.
| |
| | ... | *Arguments:*
|
| Test Template | Local Template
|
-| Documentation | *IPv4 IPsec tunnel mode test suite.*
-|
-| ... | *[Top] Network topologies:* TG-DUT1 2-node topology with one link\
+| Documentation | **IPv4 IPsec tunnel mode test suite.**
+| ... |
+| ... | - **[Top] Network topologies:** TG-DUT1 2-node topology with one link \
| ... | between nodes.
-| ... | *[Cfg] DUT configuration:* On DUT1 create loopback interface, configure\
-| ... | loopback an physical interface IPv4 addresses, static ARP record, route\
-| ... | and IPsec manual keyed connection in tunnel mode.
-| ... | *[Ver] TG verification:* ETH-IP4 packet is sent from TG to DUT1. Packet\
-| ... | is received on TG from DUT1.
-| ... | *[Ref] Applicable standard specifications:* RFC4303.
+| ... |
+| ... | - **[Cfg] DUT configuration:** On DUT1 create loopback interface, \
+| ... | configure loopback an physical interface IPv4 addresses, static ARP \
+| ... | record, route and IPsec manual keyed connection in tunnel mode.
+| ... |
+| ... | - **[Ver] TG verification:** ETH-IP4 packet is sent from TG to DUT1. \
+| ... | Packet is received on TG from DUT1.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC4303.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] On DUT1 configure IPsec tunnel interfaces with encryption\
-| | ... | algorithm AES_128_CBC and integrity algorithm HMAC_SHA_512 in tunnel\
-| | ... | mode.
+| | ... | - **[Cfg]** On DUT1 configure IPsec tunnel interfaces with \
+| | ... | encryption algorithm AES_128_CBC and integrity algorithm \
+| | ... | HMAC_SHA_512 in tunnel mode.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
|
| Test Template | Local Template
|
-| Documentation | *IPv4 IPsec tunnel mode test suite.*
-|
-| ... | *[Top] Network topologies:* TG-DUT1 2-node topology with one link\
+| Documentation | **IPv4 IPsec tunnel mode test suite.**
+| ... |
+| ... | - **[Top] Network topologies:** TG-DUT1 2-node topology with one link \
| ... | between nodes.
-| ... | *[Cfg] DUT configuration:* On DUT1 create loopback interface, configure\
-| ... | loopback an physical interface IPv4 addresses, static ARP record, route\
-| ... | and IPsec manual keyed connection in tunnel mode.
-| ... | *[Ver] TG verification:* ETH-IP4 packet is sent from TG to DUT1. Packet\
-| ... | is received on TG from DUT1.
-| ... | *[Ref] Applicable standard specifications:* RFC4303.
+| ... |
+| ... | - **[Cfg] DUT configuration:** On DUT1 create loopback interface, \
+| ... | configure loopback an physical interface IPv4 addresses, static ARP \
+| ... | irecord, route and IPsec manual keyed connection in tunnel mode.
+| ... |
+| ... | - **[Ver] TG verification:** ETH-IP4 packet is sent from TG to DUT1. \
+| ... | Packet is received on TG from DUT1.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC4303.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] On DUT1 configure IPsec tunnel interface with encryption\
-| | ... | algorithm AES_128_CBC and integrity algorithm HMAC_SHA_512 in tunnel\
-| | ... | mode.
+| | ... | - **[Cfg]** On DUT1 configure IPsec tunnel interface with encryption \
+| | ... | algorithm AES_128_CBC and integrity algorithm HMAC_SHA_512 in \
+| | ... | tunnel mode.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
|
| Test Template | Local Template
|
-| Documentation | *IPv4 IPsec tunnel mode test suite.*
-|
-| ... | *[Top] Network topologies:* TG-DUT1 2-node topology with one link\
+| Documentation | **IPv4 IPsec tunnel mode test suite.**
+| ... |
+| ... | - **[Top] Network topologies:** TG-DUT1 2-node topology with one link \
| ... | between nodes.
-| ... | *[Cfg] DUT configuration:* On DUT1 create loopback interface, configure\
-| ... | loopback an physical interface IPv4 addresses, static ARP record, route\
-| ... | and IPsec manual keyed connection in tunnel mode.
-| ... | *[Ver] TG verification:* ESP packet is sent from TG to DUT1. ESP packet\
-| ... | is received on TG from DUT1.
-| ... | *[Ref] Applicable standard specifications:* RFC4303.
+| ... |
+| ... | - **[Cfg] DUT configuration:** On DUT1 create loopback interface, \
+| ... | configure loopback an physical interface IPv4 addresses, static ARP \
+| ... | record, route and IPsec manual keyed connection in tunnel mode.
+| ... |
+| ... | - **[Ver] TG verification:** ESP packet is sent from TG to DUT1. ESP \
+| ... | packet is received on TG from DUT1.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC4303.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] On DUT1 configure IPsec manual keyed connection with encryption\
-| | ... | algorithm AES_128_CBC and integrity algorithm HMAC_SHA_512 in tunnel\
-| | ... | mode.
+| | ... | - **[Cfg]** On DUT1 configure IPsec manual keyed connection with \
+| | ... | encryption algorithm AES_128_CBC and integrity algorithm \
+| | ... | HMAC_SHA_512 in tunnel mode.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
|
| Test Template | Local Template
|
-| Documentation | *IPv4 IPsec transport mode test suite.*
-|
-| ... | *[Top] Network topologies:* TG-DUT1 2-node topology with one link\
+| Documentation | **IPv4 IPsec transport mode test suite.**
+| ... |
+| ... | - **[Top] Network topologies:** TG-DUT1 2-node topology with one link \
| ... | between nodes.
-| ... | *[Cfg] DUT configuration:* On DUT1 create loopback interface, configure\
-| ... | loopback an physical interface IPv4 addresses, static ARP record, route\
-| ... | and IPsec manual keyed connection in transport mode.
-| ... | *[Ver] TG verification:* ESP packet is sent from TG to DUT1. ESP packet\
-| ... | is received on TG from DUT1.
-| ... | *[Ref] Applicable standard specifications:* RFC4303.
+| ... |
+| ... | - **[Cfg] DUT configuration:** On DUT1 create loopback interface, \
+| ... | configure loopback an physical interface IPv4 addresses, static ARP \
+| ... | record, route and IPsec manual keyed connection in transport mode.
+| ... |
+| ... | - **[Ver] TG verification:** ESP packet is sent from TG to DUT1. ESP \
+| ... | packet is received on TG from DUT1.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC4303.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] On DUT1 configure IPsec manual keyed connection with encryption\
-| | ... | algorithm AES_128_CBC and integrity algorithm HMAC_SHA_512 in\
-| | ... | transport mode.
+| | ... | - **[Cfg]** On DUT1 configure IPsec manual keyed connection with \
+| | ... | encryption algorithm AES_128_CBC and integrity algorithm \
+| | ... | HMAC_SHA_512 in transport mode.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
|
| Test Template | Local Template
|
-| Documentation | *IPv6 IPsec tunnel mode test suite.*
-|
-| ... | *[Top] Network topologies:* TG-DUT1 2-node topology with one link\
+| Documentation | **IPv6 IPsec tunnel mode test suite.**
+| ... |
+| ... | - **[Top] Network topologies:** TG-DUT1 2-node topology with one link \
| ... | between nodes.
-| ... | *[Cfg] DUT configuration:* On DUT1 create loopback interface, configure
-| ... | loopback an physical interface IPv6 addresses, static ARP record, route
-| ... | and IPsec manual keyed connection in tunnel mode.
-| ... | *[Ver] TG verification:* ESP packet is sent from TG to DUT1. ESP packet
-| ... | is received on TG from DUT1.
-| ... | *[Ref] Applicable standard specifications:* RFC4303.
+| ... |
+| ... | - **[Cfg] DUT configuration:** On DUT1 create loopback interface, \
+| ... | configure loopback an physical interface IPv6 addresses, static ARP \
+| ... | record, route and IPsec manual keyed connection in tunnel mode.
+| ... |
+| ... | - **[Ver] TG verification:** ESP packet is sent from TG to DUT1. ESP \
+| ... | packet is received on TG from DUT1.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC4303.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] On DUT1 configure IPsec manual keyed connection with encryption\
-| | ... | algorithm AES_128_CBC and integrity algorithm HMAC_SHA_512 in tunnel\
-| | ... | mode.
+| | ... | - **[Cfg]** On DUT1 configure IPsec manual keyed connection with \
+| | ... | encryption algorithm AES_128_CBC and integrity algorithm \
+| | ... | HMAC_SHA_512 in tunnel mode.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
|
| Test Template | Local Template
|
-| Documentation | *IPv6 IPsec transport mode test suite.*
-|
-| ... | *[Top] Network topologies:* TG-DUT1 2-node topology with one link\
+| Documentation | **IPv6 IPsec transport mode test suite.**
+| ... |
+| ... | - **[Top] Network topologies:** TG-DUT1 2-node topology with one link \
| ... | between nodes.
-| ... | *[Cfg] DUT configuration:* On DUT1 create loopback interface, configure
-| ... | loopback an physical interface IPv6 addresses, static ARP record, route
-| ... | and IPsec manual keyed connection in transport mode.
-| ... | *[Ver] TG verification:* ESP packet is sent from TG to DUT1. ESP packet
-| ... | is received on TG from DUT1.
-| ... | *[Ref] Applicable standard specifications:* RFC4303.
+| ... |
+| ... | - **[Cfg] DUT configuration:** On DUT1 create loopback interface, \
+| ... | configure loopback an physical interface IPv6 addresses, static ARP \
+| ... | record, route and IPsec manual keyed connection in transport mode.
+| ... |
+| ... | - **[Ver] TG verification:** ESP packet is sent from TG to DUT1. ESP \
+| ... | packet is received on TG from DUT1.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC4303.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] On DUT1 configure IPsec manual keyed connection with encryption\
-| | ... | algorithm AES_128_CBC and integrity algorithm HMAC_SHA_512 in\
-| | ... | transport mode.
+| | ... | - **[Cfg]** On DUT1 configure IPsec manual keyed connection with \
+| | ... | encryption algorithm AES_128_CBC and integrity algorithm \
+| | ... | HMAC_SHA_512 in transport mode.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
|
| Test Template | Local Template
|
-| Documentation | *IP4_GTPU flow test cases*
+| Documentation | **IP4_GTPU flow test cases**
| ...
-| ... | *[Top] Network Topologies:* TG-DUT1 2-node topology with one link\
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1 2-node topology with one link \
| ... | between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IP4-GTPU.
-| ... | *[Cfg] DUT configuration:* DUT is configured with IP4_GTPU flow.
-| ... | *[Ver] TG verification:* Verify if the flow action is correct.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IP4-GTPU.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT is configured with IP4_GTPU flow.
+| ... |
+| ... | - **[Ver] TG verification:** Verify if the flow action is correct.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IP4-GTPU packet routed over DUT1 interfaces.\
-| | ... | Make VPP verify flow packet is correct.
+| | ... | - **[Ver]** Make TG send IP4-GTPU packet routed over DUT1 \
+| | ... | interfaces. Make VPP verify flow packet is correct.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
|
| Test Template | Local Template
|
-| Documentation | *IP4_IPSEC flow test cases*
+| Documentation | **IP4_IPSEC flow test cases**
| ...
-| ... | *[Top] Network Topologies:* TG-DUT1 2-node topology with one link\
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1 2-node topology with one link \
| ... | between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IP4-AH.
-| ... | *[Cfg] DUT configuration:* DUT is configured with IP4_IPSEC flow.
-| ... | *[Ver] TG verification:* Verify if the flow action is correct.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IP4-AH.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT is configured with IP4_IPSEC flow.
+| ... |
+| ... | - **[Ver] TG verification:** Verify if the flow action is correct.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IP4-IPSEC packet routed over DUT1 interfaces.\
-| | ... | Make VPP verify flow packet is correct.
+| | ... | - **[Ver]** Make TG send IP4-IPSEC packet routed over DUT1 \
+| | ... | interfaces. Make VPP verify flow packet is correct.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
|
| Test Template | Local Template
|
-| Documentation | *IP4_IPSEC flow test cases*
+| Documentation | **IP4_IPSEC flow test cases**
| ...
-| ... | *[Top] Network Topologies:* TG-DUT1 2-node topology with one link\
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1 2-node topology with one link \
| ... | between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IP4-ESP.
-| ... | *[Cfg] DUT configuration:* DUT is configured with IP4_IPSEC flow.
-| ... | *[Ver] TG verification:* Verify if the flow action is correct.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IP4-ESP.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT is configured with IP4_IPSEC flow.
+| ... |
+| ... | - **[Ver] TG verification:** Verify if the flow action is correct.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IP4-IPSEC packet routed over DUT1 interfaces.\
-| | ... | Make VPP verify flow packet is correct.
+| | ... | - **[Ver]** Make TG send IP4-IPSEC packet routed over DUT1 \
+| | ... | interfaces. Make VPP verify flow packet is correct.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
|
| Test Template | Local Template
|
-| Documentation | *IP4_L2TPV3OIP flow test cases*
+| Documentation | **IP4_L2TPV3OIP flow test cases**
| ...
-| ... | *[Top] Network Topologies:* TG-DUT1 2-node topology with one link\
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1 2-node topology with one link \
| ... | between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IP4-L2TPV3.
-| ... | *[Cfg] DUT configuration:* DUT is configured with IP4_L2TPV3OIP flow.
-| ... | *[Ver] TG verification:* Verify if the flow action is correct.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IP4-L2TPV3.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT is configured with IP4_L2TPV3OIP \
+| ... | flow.
+| ... |
+| ... | - **[Ver] TG verification:** Verify if the flow action is correct.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IP4-L2TPV3OIP packet routed over DUT1 interfaces.\
-| | ... | Make VPP verify flow packet is correct.
+| | ... | - **[Ver]** Make TG send IP4-L2TPV3OIP packet routed over DUT1 \
+| | ... | interfaces. Make VPP verify flow packet is correct.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
|
| Test Template | Local Template
|
-| Documentation | *IP4_N_TUPLE flow test cases*
+| Documentation | **IP4_N_TUPLE flow test cases**
| ...
-| ... | *[Top] Network Topologies:* TG-DUT1 2-node topology with one link\
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1 2-node topology with one link \
| ... | between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IP4-TCP.
-| ... | *[Cfg] DUT configuration:* DUT is configured with IP4_N_TUPLE flow.
-| ... | *[Ver] TG verification:* Verify if the flow action is correct.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IP4-TCP.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT is configured with IP4_N_TUPLE flow.
+| ... |
+| ... | - **[Ver] TG verification:** Verify if the flow action is correct.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IP4 packet routed over DUT1 interfaces.\
+| | ... | - **[Ver]** Make TG send IP4 packet routed over DUT1 interfaces. \
| | ... | Make VPP verify flow packet is correct.
| |
| | ... | *Arguments:*
|
| Test Template | Local Template
|
-| Documentation | *IP4_N_TUPLE flow test cases*
+| Documentation | **IP4_N_TUPLE flow test cases**
| ...
-| ... | *[Top] Network Topologies:* TG-DUT1 2-node topology with one link\
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1 2-node topology with one link \
| ... | between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IP4-UDP.
-| ... | *[Cfg] DUT configuration:* DUT is configured with IP4_N_TUPLE flow.
-| ... | *[Ver] TG verification:* Verify if the flow action is correct.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IP4-UDP.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT is configured with IP4_N_TUPLE flow.
+| ... |
+| ... | - **[Ver] TG verification:** Verify if the flow action is correct.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IP4 packet routed over DUT1 interfaces.\
+| | ... | - **[Ver]** Make TG send IP4 packet routed over DUT1 interfaces. \
| | ... | Make VPP verify flow packet is correct.
| |
| | ... | *Arguments:*
|
| Test Template | Local Template
|
-| Documentation | *IP4 flow test cases*
+| Documentation | **IP4 flow test cases**
| ...
-| ... | *[Top] Network Topologies:* TG-DUT1 2-node topology with one link\
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1 2-node topology with one link \
| ... | between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IP4-TCP.
-| ... | *[Cfg] DUT configuration:* DUT is configured with IP4 flow.
-| ... | *[Ver] TG verification:* Verify if the flow action is correct.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IP4-TCP.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT is configured with IP4 flow.
+| ... |
+| ... | - **[Ver] TG verification:** Verify if the flow action is correct.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IP4 packet routed over DUT1 interfaces.\
+| | ... | - **[Ver]** Make TG send IP4 packet routed over DUT1 interfaces. \
| | ... | Make VPP verify flow packet is correct.
| |
| | ... | *Arguments:*
|
| Test Template | Local Template
|
-| Documentation | *IP4 flow test cases*
+| Documentation | **IP4 flow test cases**
| ...
-| ... | *[Top] Network Topologies:* TG-DUT1 2-node topology with one link\
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1 2-node topology with one link \
| ... | between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IP4-UDP.
-| ... | *[Cfg] DUT configuration:* DUT is configured with IP4 flow.
-| ... | *[Ver] TG verification:* Verify if the flow action is correct.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IP4-UDP.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT is configured with IP4 flow.
+| ... |
+| ... | - **[Ver] TG verification:** Verify if the flow action is correct.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IP4 packet routed over DUT1 interfaces.\
+| | ... | - **[Ver]** Make TG send IP4 packet routed over DUT1 interfaces. \
| | ... | Make VPP verify flow packet is correct.
| |
| | ... | *Arguments:*
|
| Test Template | Local Template
|
-| Documentation | *IP6_N_TUPLE flow test cases*
+| Documentation | **IP6_N_TUPLE flow test cases**
| ...
-| ... | *[Top] Network Topologies:* TG-DUT1 2-node topology with one link\
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1 2-node topology with one link \
| ... | between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IP6-TCP.
-| ... | *[Cfg] DUT configuration:* DUT is configured with IP6_N_TUPLE flow.
-| ... | *[Ver] TG verification:* Verify if the flow action is correct.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IP6-TCP.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT is configured with IP6_N_TUPLE flow.
+| ... |
+| ... | - **[Ver] TG verification:** Verify if the flow action is correct.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IP6 packet routed over DUT1 interfaces.\
+| | ... | - **[Ver]** Make TG send IP6 packet routed over DUT1 interfaces. \
| | ... | Make VPP verify flow packet is correct.
| |
| | ... | *Arguments:*
|
| Test Template | Local Template
|
-| Documentation | *IP6_N_TUPLE flow test cases*
+| Documentation | **IP6_N_TUPLE flow test cases**
| ...
-| ... | *[Top] Network Topologies:* TG-DUT1 2-node topology with one link\
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1 2-node topology with one link \
| ... | between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IP6-UDP.
-| ... | *[Cfg] DUT configuration:* DUT is configured with IP6_N_TUPLE flow.
-| ... | *[Ver] TG verification:* Verify if the flow action is correct.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IP6-UDP.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT is configured with IP6_N_TUPLE flow.
+| ... |
+| ... | - **[Ver] TG verification:** Verify if the flow action is correct.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IP6 packet routed over DUT1 interfaces.\
+| | ... | - **[Ver]** Make TG send IP6 packet routed over DUT1 interfaces. \
| | ... | Make VPP verify flow packet is correct.
| |
| | ... | *Arguments:*
|
| Test Template | Local Template
|
-| Documentation | *IP6 flow test cases*
+| Documentation | **IP6 flow test cases**
| ...
-| ... | *[Top] Network Topologies:* TG-DUT1 2-node topology with one link\
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1 2-node topology with one link \
| ... | between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IP6-TCP.
-| ... | *[Cfg] DUT configuration:* DUT is configured with IP6 flow.
-| ... | *[Ver] TG verification:* Verify if the flow action is correct.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IP6-TCP.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT is configured with IP6 flow.
+| ... |
+| ... | - **[Ver] TG verification:** Verify if the flow action is correct.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IP6 packet routed over DUT1 interfaces.\
+| | ... | - **[Ver]** Make TG send IP6 packet routed over DUT1 interfaces. \
| | ... | Make VPP verify flow packet is correct.
| |
| | ... | *Arguments:*
|
| Test Template | Local Template
|
-| Documentation | *IP6 flow test cases*
+| Documentation | **IP6 flow test cases**
| ...
-| ... | *[Top] Network Topologies:* TG-DUT1 2-node topology with one link\
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1 2-node topology with one link \
| ... | between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IP6-UDP.
-| ... | *[Cfg] DUT configuration:* DUT is configured with IP6 flow.
-| ... | *[Ver] TG verification:* Verify if the flow action is correct.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IP6-UDP.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT is configured with IP6 flow.
+| ... |
+| ... | - **[Ver] TG verification:** Verify if the flow action is correct.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IP6 packet routed over DUT1 interfaces.\
+| | ... | - **[Ver]** Make TG send IP6 packet routed over DUT1 interfaces. \
| | ... | Make VPP verify flow packet is correct.
| |
| | ... | *Arguments:*
|
| Test Template | Local Template
|
-| Documentation | *Tap Interface Traffic Tests*
-| ... | *[Top] Network Topologies:* TG=DUT1 2-node topology with two links
+| Documentation | **Tap Interface Traffic Tests**
+| ... |
+| ... | - **[Top] Network Topologies:** TG=DUT1 2-node topology with two links \
| ... | between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4-ICMPv4 for L2 switching of
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4-ICMPv4 for L2 switching of \
| ... | IPv4.
-| ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with L2
-| ... | bridge-domain (L2BD) MAC learning enabled; Split Horizon Groups (SHG)
-| ... | are set depending on test case; Namespaces (NM)
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT1 and DUT2 are configured with L2 \
+| ... | bridge-domain (L2BD) MAC learning enabled; Split Horizon Groups (SHG) \
+| ... | are set depending on test case; Namespaces (NM) \
| ... | are set on DUT1 with attached linux-TAP.
-| ... | *[Ver] TG verification:* Test ICMPv4 Echo Request packets
-| ... | are sent by TG on link to DUT1; On receipt TG verifies packets
+| ... |
+| ... | - **[Ver] TG verification:** Test ICMPv4 Echo Request packets \
+| ... | are sent by TG on link to DUT1; On receipt TG verifies packets \
| ... | for correctness and their IPv4 src-addr, dst-addr, and MAC addresses.
-| ... | *[Ref] Applicable standard specifications:*
+| ... |
+| ... | - **[Ref] Applicable standard specifications:**
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] On DUT1 configure two interface addresses with IPv4 of which\
-| | ... | one is TAP interface (dut_to_tg_if and TAP) and one is linux-TAP in\
-| | ... | namespace.
-| | ... | [Ver] Packet sent from TG gets to the destination and ICMP-reply is\
-| | ... | received on TG.
+| | ... | - **[Cfg]** On DUT1 configure two interface addresses with IPv4 of \
+| | ... | which one is TAP interface (dut_to_tg_if and TAP) and one is \
+| | ... | linux-TAP in namespace.
+| | ... | - **[Ver]** Packet sent from TG gets to the destination and \
+| | ... | ICMP-reply is received on TG.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
|
| Test Template | Local Template
|
-| Documentation | *Tap Interface Traffic Tests*
-| ... | *[Top] Network Topologies:* TG=DUT1 2-node topology with two links
+| Documentation | **Tap Interface Traffic Tests**
+| ... |
+| ... | - **[Top] Network Topologies:** TG=DUT1 2-node topology with two links \
| ... | between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4-ICMPv4 for L2 switching of
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4-ICMPv4 for L2 switching of \
| ... | IPv4.
-| ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with L2
-| ... | bridge-domain (L2BD) MAC learning enabled; Split Horizon Groups (SHG)
-| ... | are set depending on test case; Namespaces (NM)
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT1 and DUT2 are configured with L2 \
+| ... | bridge-domain (L2BD) MAC learning enabled; Split Horizon Groups (SHG) \
+| ... | are set depending on test case; Namespaces (NM) \
| ... | are set on DUT1 with attached linux-TAP.
-| ... | *[Ver] TG verification:* Test ICMPv4 Echo Request packets
-| ... | are sent by TG on link to DUT1; On receipt TG verifies packets
+| ... |
+| ... | - **[Ver] TG verification:** Test ICMPv4 Echo Request packets \
+| ... | are sent by TG on link to DUT1; On receipt TG verifies packets \
| ... | for correctness and their IPv4 src-addr, dst-addr, and MAC addresses.
-| ... | *[Ref] Applicable standard specifications:*
+| ... |
+| ... | - **[Ref] Applicable standard specifications:**
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Cfg] On DUT1 configure two interface addresses with IPv4 of which\
-| | ... | one is TAP interface (dut_to_tg_if and TAP) and one is linux-TAP.
-| | ... | [Ver] Packet sent from TG gets to the destination and ICMP-reply is\
-| | ... | received on TG.
+| | ... | - **[Cfg]** On DUT1 configure two interface addresses with IPv4 of \
+| | ... | which one is TAP interface (dut_to_tg_if and TAP) and one is \
+| | ... | linux-TAP.
+| | ... | - **[Ver]** Packet sent from TG gets to the destination and \
+| | ... | ICMP-reply is received on TG.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
|
| Test Template | Local Template
|
-| Documentation | *Tap Interface Traffic Tests*
-|
-| ... | *[Top] Network Topologies:* TG=DUT1 2-node topology with two links
+| Documentation | **Tap Interface Traffic Tests**
+| ... |
+| ... | - **[Top] Network Topologies:** TG=DUT1 2-node topology with two links \
| ... | between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L2 switching of
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L2 switching of \
| ... | IPv4.
-| ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with L2
-| ... | bridge-domain (L2BD) MAC learning enabled; Split Horizon Groups (SHG)
-| ... | are set depending on test case; Namespaces (NM)
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT1 and DUT2 are configured with L2 \
+| ... | bridge-domain (L2BD) MAC learning enabled; Split Horizon Groups (SHG) \
+| ... | are set depending on test case; Namespaces (NM) \
| ... | are set on DUT1 with attached linux-TAP.
-| ... | *[Ver] TG verification:* Test IPv4 packets with IP protocol=61
-| ... | are sent by TG on link to DUT1; On receipt TG verifies packets
+| ... |
+| ... | - **[Ver] TG verification:** Test IPv4 packets with IP protocol=61 \
+| ... | are sent by TG on link to DUT1; On receipt TG verifies packets \
| ... | for correctness and their IPv4 src-addr, dst-addr, and MAC addresses.
-| ... | *[Ref] Applicable standard specifications:*
+| ... |
+| ... | - **[Ref] Applicable standard specifications:**
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Packet sent from TG is passed through all L2BD and received\
-| | ... | back on TG. Then src_ip, dst_ip and MAC are checked.
+| | ... | - **[Ver]** Packet sent from TG is passed through all L2BD and \
+| | ... | received back on TG. Then src_ip, dst_ip and MAC are checked.
| |
| | ... | *Arguments:*
| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
|
| Test Template | Local Template
|
-| Documentation | *ADL Security IPv4 allowlist test cases*
-|
-| ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology \
+| Documentation | **ADL Security IPv4 allowlist test cases**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1-TG 2-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 on all links.
-| ... | *[Cfg] DUT configuration:* DUT1 is configured with IPv4 routing and \
-| ... | static routes. ADL security allowlist are applied on DUT1 ingress \
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 on all links.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT1 is configured with IPv4 routing \
+| ... | and static routes. ADL security allowlist are applied on DUT1 ingress \
| ... | interface from TG.
-| ... | *[Ver] TG verification:* Test IPv4 packets are sent in one direction \
-| ... | by TG on link to DUT1; on receive TG verifies packets for correctness \
-| ... | and drops as applicable.
-| ... | *[Ref] Applicable standard specifications:*
+| ... |
+| ... | - **[Ver] TG verification:** Test IPv4 packets are sent in one \
+| ... | direction by TG on link to DUT1; on receive TG verifies packets for \
+| ... | correctness and drops as applicable.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:**
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so | adl_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IPv4 on its interface to DUT1; \
+| | ... | - **[Ver]** Make TG send IPv4 on its interface to DUT1; \
| | ... | verify received IPv4 pkts are correct.
| |
| | ... | *Arguments:*
|
| Test Template | Local Template
|
-| Documentation | *ADL Security IPv4 allowlist test cases*
-|
-| ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology \
+| Documentation | **ADL Security IPv4 allowlist test cases**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1-TG 2-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 on all links.
-| ... | *[Cfg] DUT configuration:* DUT1 is configured with IPv4 routing and \
-| ... | static routes. ADL security allowlist are applied on DUT1 ingress \
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 on all links.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT1 is configured with IPv4 routing \
+| ... | and static routes. ADL security allowlist are applied on DUT1 ingress \
| ... | interface from TG.
-| ... | *[Ver] TG verification:* Test IPv4 packets are sent in one direction \
-| ... | by TG on link to DUT1; on receive TG verifies packets for correctness \
-| ... | and drops as applicable.
-| ... | *[Ref] Applicable standard specifications:*
+| ... |
+| ... | - **[Ver] TG verification:** Test IPv4 packets are sent in one \
+| ... | direction by TG on link to DUT1; on receive TG verifies packets for \
+| ... | correctness and drops as applicable.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:**
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so | adl_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IPv4 on its interface to DUT1; \
+| | ... | - **[Ver]** Make TG send IPv4 on its interface to DUT1; \
| | ... | verify received IPv4 pkts are correct.
| |
| | ... | *Arguments:*
|
| Test Template | Local Template
|
-| Documentation | *IPv4 iAcl whitelist test cases*
-|
-| ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology\
+| Documentation | **IPv4 iAcl whitelist test cases**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1-TG 2-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 on all links.
-| ... | *[Cfg] DUT configuration:* DUT1 is configured with IPv4 routing and \
-| ... | static routes. IPv4 iAcl security whitelist is applied on DUT1 ingress \
-| ... | interface from TG.
-| ... | *[Ver] TG verification:* Test IPv4 packets are sent in one direction \
-| ... | by TG on link to DUT1; on receive TG verifies packets for correctness \
-| ... | and drops as applicable.
-| ... | *[Ref] Applicable standard specifications:*
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 on all links.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT1 is configured with IPv4 routing \
+| ... | and static routes. IPv4 iAcl security whitelist is applied on DUT1 \
+| ... | ingress interface from TG.
+| ... |
+| ... | - **[Ver] TG verification:** Test IPv4 packets are sent in one \
+| ... | direction by TG on link to DUT1; on receive TG verifies packets for \
+| ... | correctness and drops as applicable.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:**
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IPv4 on its interface to DUT1; \
+| | ... | - **[Ver]** Make TG send IPv4 on its interface to DUT1; \
| | ... | verify received IPv4 pkts are correct.
| |
| | ... | *Arguments:*
|
| Test Template | Local Template
|
-| Documentation | *IPv4 policer test cases*
-|
-| ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology\
+| Documentation | **IPv4 policer test cases**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1-TG 2-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 on all links.
-| ... | *[Cfg] DUT configuration:* On DUT1 configure interfaces IPv4 adresses, \
-| ... | and static ARP record on the second interface. On DUT1 configure 2R3C \
-| ... | color-aware policer on the first interface.
-| ... | *[Ver] TG verification:* Test packet is sent from TG on the first link \
-| ... | to DUT1. Packet is received on TG on the second link from DUT1.
-| ... | *[Ref] Applicable standard specifications:* RFC2474, RFC2697, RFC2698.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 on all links.
+| ... |
+| ... | - **[Cfg] DUT configuration:** On DUT1 configure interfaces IPv4 \
+| ... | addresses and static ARP record on the second interface. On DUT1 \
+| ... | configure 2R3C color-aware policer on the first interface.
+| ... |
+| ... | - **[Ver] TG verification:** Test packet is sent from TG on the first \
+| ... | link to DUT1. Packet is received on TG on the second link from DUT1.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC2474, RFC2697, \
+| ... | RFC2698.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Test packet is sent from TG on the first link to DUT1. \
+| | ... | - **[Ver]** Test packet is sent from TG on the first link to DUT1. \
| | ... | Packet is received on TG on the second link from DUT1.
| |
| | ... | *Arguments:*
|
| Test Template | Local Template
|
-| Documentation | *IPv4 routing test cases*
+| Documentation | **IPv4 routing test cases**
| ...
-| ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology \
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1-TG 2-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for IPv4 routing on both \
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for IPv4 routing on both \
| ... | links.
-| ... | *[Cfg] DUT configuration:* DUT1 is configured with IPv4 routing and \
-| ... | two static IPv4 /24 route entries.
-| ... | *[Ver] TG verification:* Test IPv4 packet with IP protocol=61 is sent \
-| ... | in one direction by TG on links to DUT1; on receive TG verifies packet \
-| ... | for correctness and their IPv4 src-addr, dst-addr and MAC addresses.
-| ... | *[Ref] Applicable standard specifications:* RFC791, RFC826, RFC792
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT1 is configured with IPv4 routing \
+| ... | and two static IPv4 /24 route entries.
+| ... |
+| ... | - **[Ver] TG verification:** Test IPv4 packet with IP protocol=61 is \
+| ... | sent in one direction by TG on links to DUT1; on receive TG verifies \
+| ... | packet for correctness and their IPv4 src-addr, dst-addr and MAC \
+| ... | addresses.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC791, RFC826, RFC792
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
*** Keywords ***
| Local Template
| | [Documentation]
-| | ... | [Ver] Make TG send IPv4 packet routed over DUT1 interfaces.\
+| | ... | - **[Ver]** Make TG send IPv4 packet routed over DUT1 interfaces. \
| | ... | Make TG verify IPv4 packet is correct.
| |
| | ... | *Arguments:*
|
| 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-TCP 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-TCP packet is sent from TG to DUT1 in\
-| ... | one direction. Packet is received and verified for correctness on TG.\
-| ... | Then Eth-IPv4-TCP packet is sent from TG in opposite direction. Packet\
-| ... | is received and verified for correctness on TG.
-| ... | *[Ref] Applicable standard specifications:* RFC791, RFC793, RFC3022,
-| ... | RFC4787.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4-TCP 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-TCP packet is sent from TG to \
+| ... | DUT1 in one direction. Packet is received and verified for correctness \
+| ... | on TG. Then Eth-IPv4-TCP packet is sent from TG in opposite direction. \
+| ... | Packet is received and verified for correctness on TG.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC791, RFC793, \
+| ... | RFC3022 and RFC4787.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so | det44_plugin.so
| 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:*
| Resource | resources/libraries/robot/shared/traffic.robot
|
| Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY
-| ... | NIC_Intel-X710 | ETH | IP4FWD | FEATURE | NAT44 | NAT44_ENDPOINT_DEPENDENT
-| ... | BASE | TCP | DRV_VFIO_PCI
+| ... | NIC_Intel-X710 | ETH | IP4FWD | FEATURE | NAT44
+| ... | NAT44_ENDPOINT_DEPENDENT | BASE | TCP | DRV_VFIO_PCI
| ... | RXQ_SIZE_0 | TXQ_SIZE_0
| ... | ethip4tcp-nat44ed
|
|
| Test Template | Local Template
|
-| Documentation | *Connections per second NAT44 endpoint-dependent mode
-| ... | performance test cases*
-|
-| ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology
+| Documentation | **Connections per second NAT44 endpoint-dependent mode
+| ... | performance test cases**
+| ... |
+| ... | - **[Top] Network Topologies:** TG-DUT1-TG 2-node circular topology \
| ... | with single links between nodes.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4-TCP for IPv4 routing.
-| ... | *[Cfg] DUT configuration:* DUT1 is configured with IPv4 routing and
-| ... | one static IPv4 /18 route entries.
-| ... | DUT1 is tested with ${nic_name}.\
-| ... | *[Ver] TG verification:* Eth-IPv4-TCP packet is sent from TG to DUT1 in\
-| ... | one direction. Packet is received and verified for correctness on TG.\
-| ... | Then Eth-IPv4-TCP packet is sent from TG in opposite direction. Packet\
-| ... | is received and verified for correctness on TG.
-| ... | *[Ref] Applicable standard specifications:* RFC791, RFC793, RFC3022,
-| ... | RFC4787.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4-TCP for IPv4 routing.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT1 is configured with IPv4 routing \
+| ... | and one static IPv4 /18 route entries. \
+| ... | DUT1 is tested with ${nic_name}.
+| ... |
+| ... | - **[Ver] TG verification:** Eth-IPv4-TCP packet is sent from TG to \
+| ... | DUT1 in one direction. Packet is received and verified for correctness \
+| ... | on TG. Then Eth-IPv4-TCP packet is sent from TG in opposite direction. \
+| ... | Packet is received and verified for correctness on TG.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC791, RFC793, \
+| ... | RFC3022 and RFC4787.
*** Variables ***
| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so | nat_plugin.so
| 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:*
|
| 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
| 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:*
| Resource | resources/libraries/robot/shared/traffic.robot
|
| Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY
-| ... | NIC_Intel-X710 | ETH | IP4FWD | FEATURE | NAT44 | NAT44_ENDPOINT_DEPENDENT
-| ... | BASE | UDP | DRV_VFIO_PCI
+| ... | NIC_Intel-X710 | ETH | IP4FWD | FEATURE | NAT44
+| ... | NAT44_ENDPOINT_DEPENDENT | BASE | UDP | DRV_VFIO_PCI
| ... | RXQ_SIZE_0 | TXQ_SIZE_0
| ... | ethip4udp-nat44ed
|
|
| Test Template | Local Template
|
-| Documentation | *RFC2544: Pkt throughput NAT44 endpoint-dependent mode
-| ... | performance test cases*
-|
-| ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology
+| Documentation | **RFC2544: Pkt throughput NAT44 endpoint-dependent mode
+| ... | performance 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&nb