Add flow test suites 62/33662/17
authorxinfeng zhao <xinfengx.zhao@intel.com>
Fri, 3 Sep 2021 07:49:05 +0000 (15:49 +0800)
committerxinfeng zhao <xinfengx.zhao@intel.com>
Fri, 8 Oct 2021 07:04:10 +0000 (07:04 +0000)
commit648fa787d8ed7a045da18cf1a0761f3ca0d5b947
treeadc5e134ac7d141adba2f6463082657e4f9432e3
parent6f9f70d7bb1bbed37ff1495c20d11a03b82b9951
Add flow test suites

The comms DDP package needs to be installed to support all flow protocols

Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com>
Change-Id: I6ab1bd8beb9edb8c9889a0ed9a999080ca3cef3d
22 files changed:
GPL/traffic_scripts/send_flow_packet.py [new file with mode: 0644]
docs/job_specs/vpp_device/vpp-1n-skx.md
docs/tag_documentation.rst
resources/api/vpp/supported_crcs.yaml
resources/libraries/bash/function/common.sh
resources/libraries/python/FlowUtil.py [new file with mode: 0644]
resources/libraries/python/Trace.py
resources/libraries/robot/shared/default.robot
resources/libraries/robot/shared/traffic.robot
tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-gtpu-scapy.robot [new file with mode: 0644]
tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ipsec-ah-scapy.robot [new file with mode: 0644]
tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ipsec-esp-scapy.robot [new file with mode: 0644]
tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-l2tpv3oip-scapy.robot [new file with mode: 0644]
tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ntuple-tcp-scapy.robot [new file with mode: 0644]
tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ntuple-udp-scapy.robot [new file with mode: 0644]
tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-tcp-scapy.robot [new file with mode: 0644]
tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-udp-scapy.robot [new file with mode: 0644]
tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-ntuple-tcp-scapy.robot [new file with mode: 0644]
tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-ntuple-udp-scapy.robot [new file with mode: 0644]
tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-tcp-scapy.robot [new file with mode: 0644]
tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-udp-scapy.robot [new file with mode: 0644]
tests/vpp/device/flow/regenerate_testcases.py [new file with mode: 0755]