test suite reviews and discussions
 help / color / mirror / Atom feed
From: Zhimin Huang <zhiminx.huang@intel.com>
To: dts@dpdk.org
Cc: Zhimin Huang <zhiminx.huang@intel.com>
Subject: [dts] [PATCH V1 5/6] tests/cvl_fdir:remove test steps
Date: Sat, 21 Aug 2021 03:47:41 +0800	[thread overview]
Message-ID: <20210820194742.28666-6-zhiminx.huang@intel.com> (raw)
In-Reply-To: <20210820194742.28666-1-zhiminx.huang@intel.com>

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(-)

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]
 
-- 
2.17.1


  parent reply	other threads:[~2021-08-20 11:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-20 19:47 [dts] [PATCH V1 0/6] remove tunnel inner rss " Zhimin Huang
2021-08-20 19:47 ` [dts] [PATCH V1 1/6] test_plans/cvl_advanced_rss_test_plan:remove " Zhimin Huang
2021-08-20 19:47 ` [dts] [PATCH V1 2/6] test_plans/cvl_fdir_test_plan:remove " Zhimin Huang
2021-08-20 19:47 ` [dts] [PATCH V1 3/6] test_plans/cvl_switch_filter_test_plan:remove " Zhimin Huang
2021-08-20 19:47 ` [dts] [PATCH V1 4/6] tests/cvl_advanced_rss:remove " Zhimin Huang
2021-08-25  7:04   ` Huang, ZhiminX
2021-08-20 19:47 ` Zhimin Huang [this message]
2021-08-25  7:03   ` [dts] [PATCH V1 5/6] tests/cvl_fdir:remove " Huang, ZhiminX
2021-08-20 19:47 ` [dts] [PATCH V1 6/6] tests/cvl_switch_filter:remove " Zhimin Huang
2021-08-25  7:03   ` Huang, ZhiminX
2021-09-29  5:18     ` Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210820194742.28666-6-zhiminx.huang@intel.com \
    --to=zhiminx.huang@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).