Add flow test suites 62/33962/1
authorxinfeng zhao <xinfengx.zhao@intel.com>
Fri, 3 Sep 2021 07:49:05 +0000 (15:49 +0800)
committerPeter Mikus <pmikus@cisco.com>
Fri, 8 Oct 2021 08:13:48 +0000 (08:13 +0000)
commitc05ea8fe61e3b7a58d45083dac6b047d648e5ba6
tree5798316960a6dcf7e7e33c0ca4fa7c7320714995
parentf3918b44ef47fac582021ae6645d3b8ed1441e0b
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
(cherry picked from commit 648fa787d8ed7a045da18cf1a0761f3ca0d5b947)
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]