[V1,5/6] tests/cvl_fdir:remove test steps

Message ID 20210820194742.28666-6-zhiminx.huang@intel.com (mailing list archive)
State Accepted
Headers
Series remove tunnel inner rss test steps |

Commit Message

Huang, ZhiminX Aug. 20, 2021, 7:47 p.m. UTC
  according to b83d270dff3852f1df0ea9bea5a8740378db0c7c,
default rss not support tunnel inner rss,
these function will cover by new case,so remove test step in test case

Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>
---
 tests/TestSuite_cvl_fdir.py | 30 +++---------------------------
 1 file changed, 3 insertions(+), 27 deletions(-)
  

Comments

Huang, ZhiminX Aug. 25, 2021, 7:03 a.m. UTC | #1
> -----Original Message-----
> From: Huang, ZhiminX <zhiminx.huang@intel.com>
> Sent: Saturday, August 21, 2021 3:48 AM
> To: dts@dpdk.org
> Cc: Huang, ZhiminX <zhiminx.huang@intel.com>
> Subject: [dts] [PATCH V1 5/6] tests/cvl_fdir:remove test steps
> 
Tested-by: Zhimin Huang <zhiminx.huang@intel.com >
  

Patch

diff --git a/tests/TestSuite_cvl_fdir.py b/tests/TestSuite_cvl_fdir.py
index 0c3a1917..ee4b43a8 100644
--- a/tests/TestSuite_cvl_fdir.py
+++ b/tests/TestSuite_cvl_fdir.py
@@ -751,14 +751,6 @@  tv_mac_ipv4_tun_ipv4_pay_queue_index = {
     "check_param": {"port_id": 0, "queue": 1}
 }
 
-tv_mac_ipv4_tun_ipv4_pay_rss_queues = {
-    "name": "test_mac_ipv4_tun_ipv4_pay_rss_queues",
-    "rule": "flow create 0 ingress pattern eth / ipv4 / udp / vxlan / ipv4 src is 192.168.0.20 dst is 192.168.0.21 / end actions rss queues 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 end / mark / end",
-    "scapy_str": MAC_IPV4_TUN_IPV4_PAY_MAC_IPV4_TUN_MAC_IPV4_PAY,
-    "check_func": rfc.check_mark,
-    "check_param": {"port_id": 0, "queue": list(range(9, 25)), "mark_id": 0}
-}
-
 tv_mac_ipv4_tun_ipv4_pay_passthru = {
     "name": "test_mac_ipv4_tun_ipv4_pay_passthru",
     "rule": "flow create 0 ingress pattern eth / ipv4 / udp / vxlan / ipv4 src is 192.168.0.20 dst is 192.168.0.21 / end actions passthru / mark / end",
@@ -791,7 +783,7 @@  tv_mac_ipv4_tun_ipv4_pay_mark = {
     "check_param": {"port_id": 0, "mark_id": 0, "rss": True}
 }
 
-vectors_ipv4_tun_ipv4_pay = [tv_mac_ipv4_tun_ipv4_pay_queue_index, tv_mac_ipv4_tun_ipv4_pay_rss_queues,
+vectors_ipv4_tun_ipv4_pay = [tv_mac_ipv4_tun_ipv4_pay_queue_index,
                              tv_mac_ipv4_tun_ipv4_pay_passthru, tv_mac_ipv4_tun_ipv4_pay_drop,
                              tv_mac_ipv4_tun_ipv4_pay_mark_rss, tv_mac_ipv4_tun_ipv4_pay_mark]
 
@@ -855,14 +847,6 @@  tv_mac_ipv4_tun_ipv4_tcp_queue_index = {
     "check_param": {"port_id": 0, "queue": 1, "mark_id": 1}
 }
 
-tv_mac_ipv4_tun_ipv4_tcp_rss_queues = {
-    "name": "test_mac_ipv4_tun_ipv4_tcp_rss_queues",
-    "rule": "flow create 0 ingress pattern eth / ipv4 / udp / vxlan / ipv4 src is 192.168.0.20 dst is 192.168.0.21 / tcp src is 22 dst is 23 / end actions rss queues 38 39 40 41 end / mark id 1 / end",
-    "scapy_str": MAC_IPV4_TUN_IPV4_TCP_MAC_IPV4_TUN_MAC_IPV4_TCP,
-    "check_func": rfc.check_mark,
-    "check_param": {"port_id": 0, "queue": list(range(38, 42)), "mark_id": 1}
-}
-
 tv_mac_ipv4_tun_ipv4_tcp_passthru = {
     "name": "test_mac_ipv4_tun_ipv4_tcp_passthru",
     "rule": "flow create 0 ingress pattern eth / ipv4 / udp / vxlan / ipv4 src is 192.168.0.20 dst is 192.168.0.21 / tcp src is 22 dst is 23 / end actions passthru / mark id 1 / end",
@@ -895,7 +879,7 @@  tv_mac_ipv4_tun_ipv4_tcp_mark = {
     "check_param": {"port_id": 0, "mark_id": 1, "rss": True}
 }
 
-vectors_ipv4_tun_ipv4_tcp = [tv_mac_ipv4_tun_ipv4_tcp_queue_index, tv_mac_ipv4_tun_ipv4_tcp_rss_queues,
+vectors_ipv4_tun_ipv4_tcp = [tv_mac_ipv4_tun_ipv4_tcp_queue_index,
                              tv_mac_ipv4_tun_ipv4_tcp_passthru, tv_mac_ipv4_tun_ipv4_tcp_drop,
                              tv_mac_ipv4_tun_ipv4_tcp_mark_rss, tv_mac_ipv4_tun_ipv4_tcp_mark]
 
@@ -907,14 +891,6 @@  tv_mac_ipv4_tun_ipv4_sctp_queue_index = {
     "check_param": {"port_id": 0, "queue": 1, "mark_id": 1}
 }
 
-tv_mac_ipv4_tun_ipv4_sctp_rss_queues = {
-    "name": "test_mac_ipv4_tun_ipv4_sctp_rss_queues",
-    "rule": "flow create 0 ingress pattern eth / ipv4 / udp / vxlan / ipv4 src is 192.168.0.20 dst is 192.168.0.21 / sctp src is 22 dst is 23 / end actions rss queues 38 39 40 41 end / mark id 1 / end",
-    "scapy_str": MAC_IPV4_TUN_IPV4_SCTP_MAC_IPV4_TUN_MAC_IPV4_SCTP,
-    "check_func": rfc.check_mark,
-    "check_param": {"port_id": 0, "queue": list(range(38, 42)), "mark_id": 1}
-}
-
 tv_mac_ipv4_tun_ipv4_sctp_passthru = {
     "name": "test_mac_ipv4_tun_ipv4_sctp_passthru",
     "rule": "flow create 0 ingress pattern eth / ipv4 / udp / vxlan / ipv4 src is 192.168.0.20 dst is 192.168.0.21 / sctp src is 22 dst is 23 / end actions passthru / mark id 1 / end",
@@ -947,7 +923,7 @@  tv_mac_ipv4_tun_ipv4_sctp_mark = {
     "check_param": {"port_id": 0, "mark_id": 1, "rss": True}
 }
 
-vectors_ipv4_tun_ipv4_sctp = [tv_mac_ipv4_tun_ipv4_sctp_queue_index, tv_mac_ipv4_tun_ipv4_sctp_rss_queues,
+vectors_ipv4_tun_ipv4_sctp = [tv_mac_ipv4_tun_ipv4_sctp_queue_index,
                               tv_mac_ipv4_tun_ipv4_sctp_passthru, tv_mac_ipv4_tun_ipv4_sctp_drop,
                               tv_mac_ipv4_tun_ipv4_sctp_mark_rss, tv_mac_ipv4_tun_ipv4_sctp_mark]