From patchwork Fri Aug 20 19:47:41 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Huang, ZhiminX" X-Patchwork-Id: 97155 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A94C2A0C4B; Fri, 20 Aug 2021 13:15:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A436C41260; Fri, 20 Aug 2021 13:15:51 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id B27FF4003E for ; Fri, 20 Aug 2021 13:15:49 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10081"; a="238883130" X-IronPort-AV: E=Sophos;i="5.84,337,1620716400"; d="scan'208";a="238883130" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2021 04:15:49 -0700 X-IronPort-AV: E=Sophos;i="5.84,337,1620716400"; d="scan'208";a="523571861" Received: from unknown (HELO localhost.localdomain) ([10.240.183.103]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2021 04:15:47 -0700 From: Zhimin Huang To: dts@dpdk.org Cc: Zhimin Huang Date: Sat, 21 Aug 2021 03:47:41 +0800 Message-Id: <20210820194742.28666-6-zhiminx.huang@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210820194742.28666-1-zhiminx.huang@intel.com> References: <20210820194742.28666-1-zhiminx.huang@intel.com> Subject: [dts] [PATCH V1 5/6] tests/cvl_fdir:remove test steps X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" 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 Tested-by: Zhimin Huang --- 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]