aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorxinfeng zhao <xinfengx.zhao@intel.com>2021-09-03 15:49:05 +0800
committerxinfeng zhao <xinfengx.zhao@intel.com>2021-10-08 07:04:10 +0000
commit648fa787d8ed7a045da18cf1a0761f3ca0d5b947 (patch)
treeadc5e134ac7d141adba2f6463082657e4f9432e3 /tests
parent6f9f70d7bb1bbed37ff1495c20d11a03b82b9951 (diff)
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
Diffstat (limited to 'tests')
-rw-r--r--tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-gtpu-scapy.robot123
-rw-r--r--tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ipsec-ah-scapy.robot123
-rw-r--r--tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ipsec-esp-scapy.robot123
-rw-r--r--tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-l2tpv3oip-scapy.robot123
-rw-r--r--tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ntuple-tcp-scapy.robot124
-rw-r--r--tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ntuple-udp-scapy.robot124
-rw-r--r--tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-tcp-scapy.robot119
-rw-r--r--tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-udp-scapy.robot119
-rw-r--r--tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-ntuple-tcp-scapy.robot124
-rw-r--r--tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-ntuple-udp-scapy.robot124
-rw-r--r--tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-tcp-scapy.robot119
-rw-r--r--tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-udp-scapy.robot119
-rwxr-xr-xtests/vpp/device/flow/regenerate_testcases.py18
13 files changed, 1482 insertions, 0 deletions
diff --git a/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-gtpu-scapy.robot b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-gtpu-scapy.robot
new file mode 100644
index 0000000000..0b8e44ade6
--- /dev/null
+++ b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-gtpu-scapy.robot
@@ -0,0 +1,123 @@
+# Copyright (c) 2021 Intel and/or its affiliates.
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at:
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+*** Settings ***
+| Resource | resources/libraries/robot/shared/default.robot
+|
+| Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY
+| ... | NIC_Intel-X710 | ETH | IP4FWD | FLOW | GTPU | DRV_VFIO_PCI
+| ... | RXQ_SIZE_0 | TXQ_SIZE_0
+| ... | ethip4-flow-ip4-gtpu
+|
+| Suite Setup | Setup suite topology interfaces | scapy
+| Test Setup | Setup test
+| Test Teardown | Tear down test | packet_trace | telemetry
+|
+| Test Template | Local Template
+|
+| Documentation | *IP4_GTPU flow test cases*
+| ...
+| ... | *[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.
+
+*** Variables ***
+| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
+| ${crypto_type}= | ${None}
+| ${nic_name}= | Intel-X710
+| ${nic_driver}= | vfio-pci
+| ${nic_rxq_size}= | 0
+| ${nic_txq_size}= | 0
+| ${nic_pfs}= | 2
+| ${nic_vfs}= | 0
+| ${overhead}= | ${0}
+| ${src_ip}= | 1.1.1.1
+| ${dst_ip}= | 2.2.2.2
+| ${teid}= | ${12345}
+| ${rxq}= | ${4}
+# Telemetry
+| ${telemetry_profile}= | vpp_test_teardown
+
+*** Keywords ***
+| Local Template
+| | [Documentation]
+| | ... | [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
+| | ... | - phy_cores - Number of physical cores. Type: integer
+| | ... | - rxq - Number of RX queues. Type: integer
+| |
+| | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${rxq}
+| |
+| | Set Test Variable | \${frame_size}
+| |
+| | Given Set Max Rate And Jumbo
+| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq}
+| | And Pre-initialize layer driver | ${nic_driver}
+| | And Apply startup configuration on all VPP DUTs | with_trace=${True}
+| | When Initialize layer driver | ${nic_driver}
+| | And Initialize layer interface
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip4 Gtpu Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | teid=${teid}
+| | ... | action=redirect-to-queue | value=${${rxq}-1}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=GTPU
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | value=${teid}
+| | ... | action=redirect-to-queue | action_value=${${rxq}-1}
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip4 Gtpu Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | teid=${teid}
+| | ... | action=drop
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=GTPU
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | value=${teid}
+| | ... | action=drop
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip4 Gtpu Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | teid=${teid}
+| | ... | action=mark | value=${7}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=GTPU
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | value=${teid}
+| | ... | action=mark
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+
+*** Test Cases ***
+| 64B-0c-ethip4-flow-ip4-gtpu-scapy
+| | [Tags] | 64B | 0C
+| | frame_size=${64} | phy_cores=${0}
diff --git a/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ipsec-ah-scapy.robot b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ipsec-ah-scapy.robot
new file mode 100644
index 0000000000..64829d914f
--- /dev/null
+++ b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ipsec-ah-scapy.robot
@@ -0,0 +1,123 @@
+# Copyright (c) 2021 Intel and/or its affiliates.
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at:
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+*** Settings ***
+| Resource | resources/libraries/robot/shared/default.robot
+|
+| Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY
+| ... | NIC_Intel-X710 | ETH | IP4FWD | FLOW | IPSEC | DRV_VFIO_PCI
+| ... | RXQ_SIZE_0 | TXQ_SIZE_0
+| ... | ethip4-flow-ip4-ipsec-ah
+|
+| Suite Setup | Setup suite topology interfaces | scapy
+| Test Setup | Setup test
+| Test Teardown | Tear down test | packet_trace | telemetry
+|
+| Test Template | Local Template
+|
+| Documentation | *IP4_IPSEC flow test cases*
+| ...
+| ... | *[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.
+
+*** Variables ***
+| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
+| ${crypto_type}= | ${None}
+| ${nic_name}= | Intel-X710
+| ${nic_driver}= | vfio-pci
+| ${nic_rxq_size}= | 0
+| ${nic_txq_size}= | 0
+| ${nic_pfs}= | 2
+| ${nic_vfs}= | 0
+| ${overhead}= | ${0}
+| ${src_ip}= | 1.1.1.1
+| ${dst_ip}= | 2.2.2.2
+| ${spi}= | ${12345}
+| ${rxq}= | ${4}
+# Telemetry
+| ${telemetry_profile}= | vpp_test_teardown
+
+*** Keywords ***
+| Local Template
+| | [Documentation]
+| | ... | [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
+| | ... | - phy_cores - Number of physical cores. Type: integer
+| | ... | - rxq - Number of RX queues. Type: integer
+| |
+| | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${rxq}
+| |
+| | Set Test Variable | \${frame_size}
+| |
+| | Given Set Max Rate And Jumbo
+| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq}
+| | And Pre-initialize layer driver | ${nic_driver}
+| | And Apply startup configuration on all VPP DUTs | with_trace=${True}
+| | When Initialize layer driver | ${nic_driver}
+| | And Initialize layer interface
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create IP4 Ipsec Flow | ${dut1}
+| | ... | proto=AH | spi=${spi}
+| | ... | action=redirect-to-queue | value=${${rxq}-1}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=AH
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | value=${spi}
+| | ... | action=redirect-to-queue | action_value=${${rxq}-1}
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create IP4 Ipsec Flow | ${dut1}
+| | ... | proto=AH | spi=${spi}
+| | ... | action=drop
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=AH
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | value=${spi}
+| | ... | action=drop
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create IP4 Ipsec Flow | ${dut1}
+| | ... | proto=AH | spi=${spi}
+| | ... | action=mark | value=${7}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=AH
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | value=${spi}
+| | ... | action=mark
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+
+*** Test Cases ***
+| 64B-0c-ethip4-flow-ip4-ipsec-ah-scapy
+| | [Tags] | 64B | 0C
+| | frame_size=${64} | phy_cores=${0}
diff --git a/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ipsec-esp-scapy.robot b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ipsec-esp-scapy.robot
new file mode 100644
index 0000000000..e1c93bf7ee
--- /dev/null
+++ b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ipsec-esp-scapy.robot
@@ -0,0 +1,123 @@
+# Copyright (c) 2021 Intel and/or its affiliates.
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at:
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+*** Settings ***
+| Resource | resources/libraries/robot/shared/default.robot
+|
+| Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY
+| ... | NIC_Intel-X710 | ETH | IP4FWD | FLOW | IPSEC | DRV_VFIO_PCI
+| ... | RXQ_SIZE_0 | TXQ_SIZE_0
+| ... | ethip4-flow-ip4-ipsec-esp
+|
+| Suite Setup | Setup suite topology interfaces | scapy
+| Test Setup | Setup test
+| Test Teardown | Tear down test | packet_trace | telemetry
+|
+| Test Template | Local Template
+|
+| Documentation | *IP4_IPSEC flow test cases*
+| ...
+| ... | *[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.
+
+*** Variables ***
+| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
+| ${crypto_type}= | ${None}
+| ${nic_name}= | Intel-X710
+| ${nic_driver}= | vfio-pci
+| ${nic_rxq_size}= | 0
+| ${nic_txq_size}= | 0
+| ${nic_pfs}= | 2
+| ${nic_vfs}= | 0
+| ${overhead}= | ${0}
+| ${src_ip}= | 1.1.1.1
+| ${dst_ip}= | 2.2.2.2
+| ${spi}= | ${12345}
+| ${rxq}= | ${4}
+# Telemetry
+| ${telemetry_profile}= | vpp_test_teardown
+
+*** Keywords ***
+| Local Template
+| | [Documentation]
+| | ... | [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
+| | ... | - phy_cores - Number of physical cores. Type: integer
+| | ... | - rxq - Number of RX queues. Type: integer
+| |
+| | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${rxq}
+| |
+| | Set Test Variable | \${frame_size}
+| |
+| | Given Set Max Rate And Jumbo
+| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq}
+| | And Pre-initialize layer driver | ${nic_driver}
+| | And Apply startup configuration on all VPP DUTs | with_trace=${True}
+| | When Initialize layer driver | ${nic_driver}
+| | And Initialize layer interface
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create IP4 Ipsec Flow | ${dut1}
+| | ... | proto=ESP | spi=${spi}
+| | ... | action=redirect-to-queue | value=${${rxq}-1}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=ESP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | value=${spi}
+| | ... | action=redirect-to-queue | action_value=${${rxq}-1}
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create IP4 Ipsec Flow | ${dut1}
+| | ... | proto=ESP | spi=${spi}
+| | ... | action=drop
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=ESP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | value=${spi}
+| | ... | action=drop
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create IP4 Ipsec Flow | ${dut1}
+| | ... | proto=ESP | spi=${spi}
+| | ... | action=mark | value=${7}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=ESP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | value=${spi}
+| | ... | action=mark
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+
+*** Test Cases ***
+| 64B-0c-ethip4-flow-ip4-ipsec-esp-scapy
+| | [Tags] | 64B | 0C
+| | frame_size=${64} | phy_cores=${0}
diff --git a/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-l2tpv3oip-scapy.robot b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-l2tpv3oip-scapy.robot
new file mode 100644
index 0000000000..c10af0cbb2
--- /dev/null
+++ b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-l2tpv3oip-scapy.robot
@@ -0,0 +1,123 @@
+# Copyright (c) 2021 Intel and/or its affiliates.
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at:
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+*** Settings ***
+| Resource | resources/libraries/robot/shared/default.robot
+|
+| Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY
+| ... | NIC_Intel-X710 | ETH | IP4FWD | FLOW | L2TPV3 | DRV_VFIO_PCI
+| ... | RXQ_SIZE_0 | TXQ_SIZE_0
+| ... | ethip4-flow-ip4-l2tpv3oip
+|
+| Suite Setup | Setup suite topology interfaces | scapy
+| Test Setup | Setup test
+| Test Teardown | Tear down test | packet_trace | telemetry
+|
+| Test Template | Local Template
+|
+| Documentation | *IP4_L2TPV3OIP flow test cases*
+| ...
+| ... | *[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.
+
+*** Variables ***
+| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
+| ${crypto_type}= | ${None}
+| ${nic_name}= | Intel-X710
+| ${nic_driver}= | vfio-pci
+| ${nic_rxq_size}= | 0
+| ${nic_txq_size}= | 0
+| ${nic_pfs}= | 2
+| ${nic_vfs}= | 0
+| ${overhead}= | ${0}
+| ${src_ip}= | 1.1.1.1
+| ${dst_ip}= | 2.2.2.2
+| ${session_id}= | ${12345}
+| ${rxq}= | ${4}
+# Telemetry
+| ${telemetry_profile}= | vpp_test_teardown
+
+*** Keywords ***
+| Local Template
+| | [Documentation]
+| | ... | [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
+| | ... | - phy_cores - Number of physical cores. Type: integer
+| | ... | - rxq - Number of RX queues. Type: integer
+| |
+| | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${rxq}
+| |
+| | Set Test Variable | \${frame_size}
+| |
+| | Given Set Max Rate And Jumbo
+| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq}
+| | And Pre-initialize layer driver | ${nic_driver}
+| | And Apply startup configuration on all VPP DUTs | with_trace=${True}
+| | When Initialize layer driver | ${nic_driver}
+| | And Initialize layer interface
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create IP4 L2tp Flow | ${dut1}
+| | ... | session_id=${session_id}
+| | ... | action=redirect-to-queue | value=${${rxq}-1}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=L2TPV3
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | value=${session_id}
+| | ... | action=redirect-to-queue | action_value=${${rxq}-1}
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create IP4 L2tp Flow | ${dut1}
+| | ... | session_id=${session_id}
+| | ... | action=drop
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=L2TPV3
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | value=${session_id}
+| | ... | action=drop
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create IP4 L2tp Flow | ${dut1}
+| | ... | session_id=${session_id}
+| | ... | action=mark | value=${7}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=L2TPV3
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | value=${session_id}
+| | ... | action=mark
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+
+*** Test Cases ***
+| 64B-0c-ethip4-flow-ip4-l2tpv3oip-scapy
+| | [Tags] | 64B | 0C
+| | frame_size=${64} | phy_cores=${0}
diff --git a/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ntuple-tcp-scapy.robot b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ntuple-tcp-scapy.robot
new file mode 100644
index 0000000000..6aee4a89a7
--- /dev/null
+++ b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ntuple-tcp-scapy.robot
@@ -0,0 +1,124 @@
+# Copyright (c) 2021 Intel and/or its affiliates.
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at:
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+*** Settings ***
+| Resource | resources/libraries/robot/shared/default.robot
+|
+| Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY
+| ... | NIC_Intel-X710 | ETH | IP4FWD | FLOW | NTUPLE | TCP | DRV_VFIO_PCI
+| ... | RXQ_SIZE_0 | TXQ_SIZE_0
+| ... | ethip4-flow-ip4-ntuple-tcp
+|
+| Suite Setup | Setup suite topology interfaces | scapy
+| Test Setup | Setup test
+| Test Teardown | Tear down test | packet_trace | telemetry
+|
+| Test Template | Local Template
+|
+| Documentation | *IP4_N_TUPLE flow test cases*
+| ...
+| ... | *[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.
+
+*** Variables ***
+| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
+| ${crypto_type}= | ${None}
+| ${nic_name}= | Intel-X710
+| ${nic_driver}= | vfio-pci
+| ${nic_rxq_size}= | 0
+| ${nic_txq_size}= | 0
+| ${nic_pfs}= | 2
+| ${nic_vfs}= | 0
+| ${overhead}= | ${0}
+| ${src_ip}= | 1.1.1.1
+| ${dst_ip}= | 2.2.2.2
+| ${src_port}= | ${100}
+| ${dst_port}= | ${200}
+| ${rxq}= | ${4}
+# Telemetry
+| ${telemetry_profile}= | vpp_test_teardown
+
+*** Keywords ***
+| Local Template
+| | [Documentation]
+| | ... | [Ver] Make TG send IP4 packet routed over DUT1 interfaces.\
+| | ... | Make VPP verify flow packet is correct.
+| |
+| | ... | *Arguments:*
+| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
+| | ... | - phy_cores - Number of physical cores. Type: integer
+| | ... | - rxq - Number of RX queues. Type: integer
+| |
+| | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${rxq}
+| |
+| | Set Test Variable | \${frame_size}
+| |
+| | Given Set Max Rate And Jumbo
+| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq}
+| | And Pre-initialize layer driver | ${nic_driver}
+| | And Apply startup configuration on all VPP DUTs | with_trace=${True}
+| | When Initialize layer driver | ${nic_driver}
+| | And Initialize layer interface
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip4 N Tuple Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | ${src_port} | ${dst_port}
+| | ... | proto=TCP | action=redirect-to-queue | value=${${rxq}-1}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=TCP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | src_port=${src_port} | dst_port=${dst_port}
+| | ... | action=redirect-to-queue | action_value=${${rxq}-1}
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip4 N Tuple Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | ${src_port} | ${dst_port}
+| | ... | proto=TCP | action=drop
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=TCP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | src_port=${src_port} | dst_port=${dst_port}
+| | ... | action=drop
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip4 N Tuple Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | ${src_port} | ${dst_port}
+| | ... | proto=TCP | action=mark | value=${7}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=TCP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | src_port=${src_port} | dst_port=${dst_port}
+| | ... | action=mark
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+
+*** Test Cases ***
+| 64B-0c-ethip4-flow-ip4-ntuple-tcp-scapy
+| | [Tags] | 64B | 0C
+| | frame_size=${64} | phy_cores=${0}
diff --git a/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ntuple-udp-scapy.robot b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ntuple-udp-scapy.robot
new file mode 100644
index 0000000000..f9e747641e
--- /dev/null
+++ b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-ntuple-udp-scapy.robot
@@ -0,0 +1,124 @@
+# Copyright (c) 2021 Intel and/or its affiliates.
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at:
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+*** Settings ***
+| Resource | resources/libraries/robot/shared/default.robot
+|
+| Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY
+| ... | NIC_Intel-X710 | ETH | IP4FWD | FLOW | NTUPLE | UDP | DRV_VFIO_PCI
+| ... | RXQ_SIZE_0 | TXQ_SIZE_0
+| ... | ethip4-flow-ip4-ntuple-udp
+|
+| Suite Setup | Setup suite topology interfaces | scapy
+| Test Setup | Setup test
+| Test Teardown | Tear down test | packet_trace | telemetry
+|
+| Test Template | Local Template
+|
+| Documentation | *IP4_N_TUPLE flow test cases*
+| ...
+| ... | *[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.
+
+*** Variables ***
+| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
+| ${crypto_type}= | ${None}
+| ${nic_name}= | Intel-X710
+| ${nic_driver}= | vfio-pci
+| ${nic_rxq_size}= | 0
+| ${nic_txq_size}= | 0
+| ${nic_pfs}= | 2
+| ${nic_vfs}= | 0
+| ${overhead}= | ${0}
+| ${src_ip}= | 1.1.1.1
+| ${dst_ip}= | 2.2.2.2
+| ${src_port}= | ${100}
+| ${dst_port}= | ${200}
+| ${rxq}= | ${4}
+# Telemetry
+| ${telemetry_profile}= | vpp_test_teardown
+
+*** Keywords ***
+| Local Template
+| | [Documentation]
+| | ... | [Ver] Make TG send IP4 packet routed over DUT1 interfaces.\
+| | ... | Make VPP verify flow packet is correct.
+| |
+| | ... | *Arguments:*
+| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
+| | ... | - phy_cores - Number of physical cores. Type: integer
+| | ... | - rxq - Number of RX queues. Type: integer
+| |
+| | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${rxq}
+| |
+| | Set Test Variable | \${frame_size}
+| |
+| | Given Set Max Rate And Jumbo
+| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq}
+| | And Pre-initialize layer driver | ${nic_driver}
+| | And Apply startup configuration on all VPP DUTs | with_trace=${True}
+| | When Initialize layer driver | ${nic_driver}
+| | And Initialize layer interface
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip4 N Tuple Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | ${src_port} | ${dst_port}
+| | ... | proto=UDP | action=redirect-to-queue | value=${${rxq}-1}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=UDP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | src_port=${src_port} | dst_port=${dst_port}
+| | ... | action=redirect-to-queue | action_value=${${rxq}-1}
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip4 N Tuple Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | ${src_port} | ${dst_port}
+| | ... | proto=UDP | action=drop
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=UDP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | src_port=${src_port} | dst_port=${dst_port}
+| | ... | action=drop
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip4 N Tuple Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | ${src_port} | ${dst_port}
+| | ... | proto=UDP | action=mark | value=${7}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=UDP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | src_port=${src_port} | dst_port=${dst_port}
+| | ... | action=mark
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+
+*** Test Cases ***
+| 64B-0c-ethip4-flow-ip4-ntuple-udp-scapy
+| | [Tags] | 64B | 0C
+| | frame_size=${64} | phy_cores=${0}
diff --git a/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-tcp-scapy.robot b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-tcp-scapy.robot
new file mode 100644
index 0000000000..b5d3548e1d
--- /dev/null
+++ b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-tcp-scapy.robot
@@ -0,0 +1,119 @@
+# Copyright (c) 2021 Intel and/or its affiliates.
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at:
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+*** Settings ***
+| Resource | resources/libraries/robot/shared/default.robot
+|
+| Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY
+| ... | NIC_Intel-X710 | ETH | IP4FWD | FLOW | TCP | DRV_VFIO_PCI
+| ... | RXQ_SIZE_0 | TXQ_SIZE_0
+| ... | ethip4-flow-ip4-tcp
+|
+| Suite Setup | Setup suite topology interfaces | scapy
+| Test Setup | Setup test
+| Test Teardown | Tear down test | packet_trace | telemetry
+|
+| Test Template | Local Template
+|
+| Documentation | *IP4 flow test cases*
+| ...
+| ... | *[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.
+
+*** Variables ***
+| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
+| ${crypto_type}= | ${None}
+| ${nic_name}= | Intel-X710
+| ${nic_driver}= | vfio-pci
+| ${nic_rxq_size}= | 0
+| ${nic_txq_size}= | 0
+| ${nic_pfs}= | 2
+| ${nic_vfs}= | 0
+| ${overhead}= | ${0}
+| ${src_ip}= | 1.1.1.1
+| ${dst_ip}= | 2.2.2.2
+| ${rxq}= | ${4}
+# Telemetry
+| ${telemetry_profile}= | vpp_test_teardown
+
+*** Keywords ***
+| Local Template
+| | [Documentation]
+| | ... | [Ver] Make TG send IP4 packet routed over DUT1 interfaces.\
+| | ... | Make VPP verify flow packet is correct.
+| |
+| | ... | *Arguments:*
+| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
+| | ... | - phy_cores - Number of physical cores. Type: integer
+| | ... | - rxq - Number of RX queues. Type: integer
+| |
+| | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${rxq}
+| |
+| | Set Test Variable | \${frame_size}
+| |
+| | Given Set Max Rate And Jumbo
+| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq}
+| | And Pre-initialize layer driver | ${nic_driver}
+| | And Apply startup configuration on all VPP DUTs | with_trace=${True}
+| | When Initialize layer driver | ${nic_driver}
+| | And Initialize layer interface
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip4 Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | proto=TCP
+| | ... | action=redirect-to-queue | value=${${rxq}-1}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=TCP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | action=redirect-to-queue | action_value=${${rxq}-1}
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip4 Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | proto=TCP
+| | ... | action=drop
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=TCP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | action=drop
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip4 Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | proto=TCP
+| | ... | action=mark | value=${7}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=TCP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | action=mark
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+
+*** Test Cases ***
+| 64B-0c-ethip4-flow-ip4-tcp-scapy
+| | [Tags] | 64B | 0C
+| | frame_size=${64} | phy_cores=${0}
diff --git a/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-udp-scapy.robot b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-udp-scapy.robot
new file mode 100644
index 0000000000..47f625cc02
--- /dev/null
+++ b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip4-flow-ip4-udp-scapy.robot
@@ -0,0 +1,119 @@
+# Copyright (c) 2021 Intel and/or its affiliates.
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at:
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+*** Settings ***
+| Resource | resources/libraries/robot/shared/default.robot
+|
+| Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY
+| ... | NIC_Intel-X710 | ETH | IP4FWD | FLOW | UDP | DRV_VFIO_PCI
+| ... | RXQ_SIZE_0 | TXQ_SIZE_0
+| ... | ethip4-flow-ip4-udp
+|
+| Suite Setup | Setup suite topology interfaces | scapy
+| Test Setup | Setup test
+| Test Teardown | Tear down test | packet_trace | telemetry
+|
+| Test Template | Local Template
+|
+| Documentation | *IP4 flow test cases*
+| ...
+| ... | *[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.
+
+*** Variables ***
+| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
+| ${crypto_type}= | ${None}
+| ${nic_name}= | Intel-X710
+| ${nic_driver}= | vfio-pci
+| ${nic_rxq_size}= | 0
+| ${nic_txq_size}= | 0
+| ${nic_pfs}= | 2
+| ${nic_vfs}= | 0
+| ${overhead}= | ${0}
+| ${src_ip}= | 1.1.1.1
+| ${dst_ip}= | 2.2.2.2
+| ${rxq}= | ${4}
+# Telemetry
+| ${telemetry_profile}= | vpp_test_teardown
+
+*** Keywords ***
+| Local Template
+| | [Documentation]
+| | ... | [Ver] Make TG send IP4 packet routed over DUT1 interfaces.\
+| | ... | Make VPP verify flow packet is correct.
+| |
+| | ... | *Arguments:*
+| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
+| | ... | - phy_cores - Number of physical cores. Type: integer
+| | ... | - rxq - Number of RX queues. Type: integer
+| |
+| | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${rxq}
+| |
+| | Set Test Variable | \${frame_size}
+| |
+| | Given Set Max Rate And Jumbo
+| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq}
+| | And Pre-initialize layer driver | ${nic_driver}
+| | And Apply startup configuration on all VPP DUTs | with_trace=${True}
+| | When Initialize layer driver | ${nic_driver}
+| | And Initialize layer interface
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip4 Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | proto=UDP
+| | ... | action=redirect-to-queue | value=${${rxq}-1}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=UDP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | action=redirect-to-queue | action_value=${${rxq}-1}
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip4 Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | proto=UDP
+| | ... | action=drop
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=UDP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | action=drop
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip4 Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | proto=UDP
+| | ... | action=mark | value=${7}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP4 | proto=UDP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | action=mark
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+
+*** Test Cases ***
+| 64B-0c-ethip4-flow-ip4-udp-scapy
+| | [Tags] | 64B | 0C
+| | frame_size=${64} | phy_cores=${0}
diff --git a/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-ntuple-tcp-scapy.robot b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-ntuple-tcp-scapy.robot
new file mode 100644
index 0000000000..4c4e862461
--- /dev/null
+++ b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-ntuple-tcp-scapy.robot
@@ -0,0 +1,124 @@
+# Copyright (c) 2021 Intel and/or its affiliates.
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at:
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+*** Settings ***
+| Resource | resources/libraries/robot/shared/default.robot
+|
+| Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY
+| ... | NIC_Intel-X710 | ETH | IP6FWD | FLOW | NTUPLE | TCP | DRV_VFIO_PCI
+| ... | RXQ_SIZE_0 | TXQ_SIZE_0
+| ... | ethip6-flow-ip6-ntuple-tcp
+|
+| Suite Setup | Setup suite topology interfaces | scapy
+| Test Setup | Setup test
+| Test Teardown | Tear down test | packet_trace | telemetry
+|
+| Test Template | Local Template
+|
+| Documentation | *IP6_N_TUPLE flow test cases*
+| ...
+| ... | *[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.
+
+*** Variables ***
+| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
+| ${crypto_type}= | ${None}
+| ${nic_name}= | Intel-X710
+| ${nic_driver}= | vfio-pci
+| ${nic_rxq_size}= | 0
+| ${nic_txq_size}= | 0
+| ${nic_pfs}= | 2
+| ${nic_vfs}= | 0
+| ${overhead}= | ${0}
+| ${src_ip}= | 2001:0db8:3c4d:0015:0000:0000:1a2f:1a2b
+| ${dst_ip}= | 1011:2022:3033:4044:5055:6066:7077:8088
+| ${src_port}= | ${100}
+| ${dst_port}= | ${200}
+| ${rxq}= | ${4}
+# Telemetry
+| ${telemetry_profile}= | vpp_test_teardown
+
+*** Keywords ***
+| Local Template
+| | [Documentation]
+| | ... | [Ver] Make TG send IP6 packet routed over DUT1 interfaces.\
+| | ... | Make VPP verify flow packet is correct.
+| |
+| | ... | *Arguments:*
+| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
+| | ... | - phy_cores - Number of physical cores. Type: integer
+| | ... | - rxq - Number of RX queues. Type: integer
+| |
+| | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${rxq}
+| |
+| | Set Test Variable | \${frame_size}
+| |
+| | Given Set Max Rate And Jumbo
+| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq}
+| | And Pre-initialize layer driver | ${nic_driver}
+| | And Apply startup configuration on all VPP DUTs | with_trace=${True}
+| | When Initialize layer driver | ${nic_driver}
+| | And Initialize layer interface
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip6 N Tuple Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | ${src_port} | ${dst_port}
+| | ... | proto=TCP | action=redirect-to-queue | value=${${rxq}-1}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP6 | proto=TCP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | src_port=${src_port} | dst_port=${dst_port}
+| | ... | action=redirect-to-queue | action_value=${${rxq}-1}
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip6 N Tuple Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | ${src_port} | ${dst_port}
+| | ... | proto=TCP | action=drop
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP6 | proto=TCP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | src_port=${src_port} | dst_port=${dst_port}
+| | ... | action=drop
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip6 N Tuple Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | ${src_port} | ${dst_port}
+| | ... | proto=TCP | action=mark | value=${7}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP6 | proto=TCP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | src_port=${src_port} | dst_port=${dst_port}
+| | ... | action=mark
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+
+*** Test Cases ***
+| 64B-0c-ethip6-flow-ip6-ntuple-tcp-scapy
+| | [Tags] | 64B | 0C
+| | frame_size=${64} | phy_cores=${0}
diff --git a/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-ntuple-udp-scapy.robot b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-ntuple-udp-scapy.robot
new file mode 100644
index 0000000000..8f27b4cf83
--- /dev/null
+++ b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-ntuple-udp-scapy.robot
@@ -0,0 +1,124 @@
+# Copyright (c) 2021 Intel and/or its affiliates.
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at:
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+*** Settings ***
+| Resource | resources/libraries/robot/shared/default.robot
+|
+| Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY
+| ... | NIC_Intel-X710 | ETH | IP6FWD | FLOW | NTUPLE | UDP | DRV_VFIO_PCI
+| ... | RXQ_SIZE_0 | TXQ_SIZE_0
+| ... | ethip6-flow-ip6-ntuple-udp
+|
+| Suite Setup | Setup suite topology interfaces | scapy
+| Test Setup | Setup test
+| Test Teardown | Tear down test | packet_trace | telemetry
+|
+| Test Template | Local Template
+|
+| Documentation | *IP6_N_TUPLE flow test cases*
+| ...
+| ... | *[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.
+
+*** Variables ***
+| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
+| ${crypto_type}= | ${None}
+| ${nic_name}= | Intel-X710
+| ${nic_driver}= | vfio-pci
+| ${nic_rxq_size}= | 0
+| ${nic_txq_size}= | 0
+| ${nic_pfs}= | 2
+| ${nic_vfs}= | 0
+| ${overhead}= | ${0}
+| ${src_ip}= | 2001:0db8:3c4d:0015:0000:0000:1a2f:1a2b
+| ${dst_ip}= | 1011:2022:3033:4044:5055:6066:7077:8088
+| ${src_port}= | ${100}
+| ${dst_port}= | ${200}
+| ${rxq}= | ${4}
+# Telemetry
+| ${telemetry_profile}= | vpp_test_teardown
+
+*** Keywords ***
+| Local Template
+| | [Documentation]
+| | ... | [Ver] Make TG send IP6 packet routed over DUT1 interfaces.\
+| | ... | Make VPP verify flow packet is correct.
+| |
+| | ... | *Arguments:*
+| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
+| | ... | - phy_cores - Number of physical cores. Type: integer
+| | ... | - rxq - Number of RX queues. Type: integer
+| |
+| | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${rxq}
+| |
+| | Set Test Variable | \${frame_size}
+| |
+| | Given Set Max Rate And Jumbo
+| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq}
+| | And Pre-initialize layer driver | ${nic_driver}
+| | And Apply startup configuration on all VPP DUTs | with_trace=${True}
+| | When Initialize layer driver | ${nic_driver}
+| | And Initialize layer interface
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip6 N Tuple Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | ${src_port} | ${dst_port}
+| | ... | proto=UDP | action=redirect-to-queue | value=${${rxq}-1}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP6 | proto=UDP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | src_port=${src_port} | dst_port=${dst_port}
+| | ... | action=redirect-to-queue | action_value=${${rxq}-1}
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip6 N Tuple Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | ${src_port} | ${dst_port}
+| | ... | proto=UDP | action=drop
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP6 | proto=UDP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | src_port=${src_port} | dst_port=${dst_port}
+| | ... | action=drop
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip6 N Tuple Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | ${src_port} | ${dst_port}
+| | ... | proto=UDP | action=mark | value=${7}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP6 | proto=UDP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | src_port=${src_port} | dst_port=${dst_port}
+| | ... | action=mark
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+
+*** Test Cases ***
+| 64B-0c-ethip6-flow-ip6-ntuple-udp-scapy
+| | [Tags] | 64B | 0C
+| | frame_size=${64} | phy_cores=${0}
diff --git a/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-tcp-scapy.robot b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-tcp-scapy.robot
new file mode 100644
index 0000000000..9e50a278e7
--- /dev/null
+++ b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-tcp-scapy.robot
@@ -0,0 +1,119 @@
+# Copyright (c) 2021 Intel and/or its affiliates.
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at:
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+*** Settings ***
+| Resource | resources/libraries/robot/shared/default.robot
+|
+| Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY
+| ... | NIC_Intel-X710 | ETH | IP6FWD | FLOW | TCP | DRV_VFIO_PCI
+| ... | RXQ_SIZE_0 | TXQ_SIZE_0
+| ... | ethip6-flow-ip6-tcp
+|
+| Suite Setup | Setup suite topology interfaces | scapy
+| Test Setup | Setup test
+| Test Teardown | Tear down test | packet_trace | telemetry
+|
+| Test Template | Local Template
+|
+| Documentation | *IP6 flow test cases*
+| ...
+| ... | *[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.
+
+*** Variables ***
+| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
+| ${crypto_type}= | ${None}
+| ${nic_name}= | Intel-X710
+| ${nic_driver}= | vfio-pci
+| ${nic_rxq_size}= | 0
+| ${nic_txq_size}= | 0
+| ${nic_pfs}= | 2
+| ${nic_vfs}= | 0
+| ${overhead}= | ${0}
+| ${src_ip}= | 2001:0db8:3c4d:0015:0000:0000:1a2f:1a2b
+| ${dst_ip}= | 1011:2022:3033:4044:5055:6066:7077:8088
+| ${rxq}= | ${4}
+# Telemetry
+| ${telemetry_profile}= | vpp_test_teardown
+
+*** Keywords ***
+| Local Template
+| | [Documentation]
+| | ... | [Ver] Make TG send IP6 packet routed over DUT1 interfaces.\
+| | ... | Make VPP verify flow packet is correct.
+| |
+| | ... | *Arguments:*
+| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
+| | ... | - phy_cores - Number of physical cores. Type: integer
+| | ... | - rxq - Number of RX queues. Type: integer
+| |
+| | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${rxq}
+| |
+| | Set Test Variable | \${frame_size}
+| |
+| | Given Set Max Rate And Jumbo
+| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq}
+| | And Pre-initialize layer driver | ${nic_driver}
+| | And Apply startup configuration on all VPP DUTs | with_trace=${True}
+| | When Initialize layer driver | ${nic_driver}
+| | And Initialize layer interface
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip6 Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | proto=TCP
+| | ... | action=redirect-to-queue | value=${${rxq}-1}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP6 | proto=TCP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | action=redirect-to-queue | action_value=${${rxq}-1}
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip6 Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | proto=TCP
+| | ... | action=drop
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP6 | proto=TCP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | action=drop
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip6 Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | proto=TCP
+| | ... | action=mark | value=${7}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP6 | proto=TCP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | action=mark
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+
+*** Test Cases ***
+| 64B-0c-ethip6-flow-ip6-tcp-scapy
+| | [Tags] | 64B | 0C
+| | frame_size=${64} | phy_cores=${0}
diff --git a/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-udp-scapy.robot b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-udp-scapy.robot
new file mode 100644
index 0000000000..996a631713
--- /dev/null
+++ b/tests/vpp/device/flow/2n1l-10ge2p1x710-ethip6-flow-ip6-udp-scapy.robot
@@ -0,0 +1,119 @@
+# Copyright (c) 2021 Intel and/or its affiliates.
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at:
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+*** Settings ***
+| Resource | resources/libraries/robot/shared/default.robot
+|
+| Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY
+| ... | NIC_Intel-X710 | ETH | IP6FWD | FLOW | UDP | DRV_VFIO_PCI
+| ... | RXQ_SIZE_0 | TXQ_SIZE_0
+| ... | ethip6-flow-ip6-udp
+|
+| Suite Setup | Setup suite topology interfaces | scapy
+| Test Setup | Setup test
+| Test Teardown | Tear down test | packet_trace | telemetry
+|
+| Test Template | Local Template
+|
+| Documentation | *IP6 flow test cases*
+| ...
+| ... | *[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.
+
+*** Variables ***
+| @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so
+| ${crypto_type}= | ${None}
+| ${nic_name}= | Intel-X710
+| ${nic_driver}= | vfio-pci
+| ${nic_rxq_size}= | 0
+| ${nic_txq_size}= | 0
+| ${nic_pfs}= | 2
+| ${nic_vfs}= | 0
+| ${overhead}= | ${0}
+| ${src_ip}= | 2001:0db8:3c4d:0015:0000:0000:1a2f:1a2b
+| ${dst_ip}= | 1011:2022:3033:4044:5055:6066:7077:8088
+| ${rxq}= | ${4}
+# Telemetry
+| ${telemetry_profile}= | vpp_test_teardown
+
+*** Keywords ***
+| Local Template
+| | [Documentation]
+| | ... | [Ver] Make TG send IP6 packet routed over DUT1 interfaces.\
+| | ... | Make VPP verify flow packet is correct.
+| |
+| | ... | *Arguments:*
+| | ... | - frame_size - Framesize in Bytes in integer. Type: integer
+| | ... | - phy_cores - Number of physical cores. Type: integer
+| | ... | - rxq - Number of RX queues. Type: integer
+| |
+| | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${rxq}
+| |
+| | Set Test Variable | \${frame_size}
+| |
+| | Given Set Max Rate And Jumbo
+| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq}
+| | And Pre-initialize layer driver | ${nic_driver}
+| | And Apply startup configuration on all VPP DUTs | with_trace=${True}
+| | When Initialize layer driver | ${nic_driver}
+| | And Initialize layer interface
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip6 Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | proto=UDP
+| | ... | action=redirect-to-queue | value=${${rxq}-1}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP6 | proto=UDP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | action=redirect-to-queue | action_value=${${rxq}-1}
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip6 Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | proto=UDP
+| | ... | action=drop
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP6 | proto=UDP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | action=drop
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+| |
+| | Clear Packet Trace On Dut | ${dut1}
+| | Vpp Enable Traces On Dut | ${dut1}
+| | ${flow_index} = | And Vpp Create Ip6 Flow | ${dut1}
+| | ... | ${src_ip} | ${dst_ip} | proto=UDP
+| | ... | action=mark | value=${7}
+| | And Vpp Flow Enable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | Then Send flow packet and verify action
+| | ... | ${tg} | ${TG_pf1}[0] | ${DUT1_${int}1_mac}[0]
+| | ... | flow_type=IP6 | proto=UDP
+| | ... | src_ip=${src_ip} | dst_ip=${dst_ip}
+| | ... | action=mark
+| | And Vpp Flow Disable | ${dut1} | ${DUT1_${int}1}[0] | ${flow_index}
+| | And Vpp Flow Del | ${dut1} | ${flow_index}
+
+*** Test Cases ***
+| 64B-0c-ethip6-flow-ip6-udp-scapy
+| | [Tags] | 64B | 0C
+| | frame_size=${64} | phy_cores=${0}
diff --git a/tests/vpp/device/flow/regenerate_testcases.py b/tests/vpp/device/flow/regenerate_testcases.py
new file mode 100755
index 0000000000..87521e662d
--- /dev/null
+++ b/tests/vpp/device/flow/regenerate_testcases.py
@@ -0,0 +1,18 @@
+#!/usr/bin/env python3
+
+# Copyright (c) 2021 Cisco and/or its affiliates.
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at:
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+from resources.libraries.python.autogen.Regenerator import Regenerator
+
+Regenerator().regenerate_glob(u"*.robot")