From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id EF7F34292C; Thu, 13 Apr 2023 04:04:26 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EA97E40A84; Thu, 13 Apr 2023 04:04:26 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 641A54021F for ; Thu, 13 Apr 2023 04:04:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681351465; x=1712887465; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=EWbXnbYpe8+tF4U2np8/YIRhVcnifK5SS4Pt0gHALjc=; b=m1FOl/QfF+B5/4vxefkKOF8iA8FeGxjJ7imrG/p27dtpF5GG0542pAPF ArbMvu1KKg14s6+1G27YdZV8osSE20uoXKAx/udleBp0YWPY1R7cYvu3B BxPtjb8ZM6JK6B5r8LFf8UiplYsg6/hZ+qxl6fNo2vegHiv7nXlTId8S0 Ryhfsy6iv5KvoEgf/Q8qsBEOSwQk8KC9Gu4HdErEfBYDT594Jn7Dh/GMu xMcitWBkbYTNjF+E0clgdj594u9KvdYvUxtGVP+H07RhUp1oPoehrqXEH XcuWL4ZuGL6DHjGaR/Su3OdodMkP8HDj2KlRMAzq3jbhPgBMAoXXcuuYV g==; X-IronPort-AV: E=McAfee;i="6600,9927,10678"; a="371918326" X-IronPort-AV: E=Sophos;i="5.98,339,1673942400"; d="scan'208";a="371918326" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Apr 2023 19:04:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10678"; a="863536246" X-IronPort-AV: E=Sophos;i="5.98,339,1673942400"; d="scan'208";a="863536246" Received: from unknown (HELO localhost.localdomain) ([10.239.252.196]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Apr 2023 19:04:23 -0700 From: Yu Jiang To: ke1.xu@intel.com, dts@dpdk.org Cc: Yu Jiang Subject: [dts][PATCH V1] tests/ice_dcf_switch_filter: sync test_negative_case with testplan Date: Thu, 13 Apr 2023 10:04:17 +0800 Message-Id: <20230413020417.1413199-2-yux.jiang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230413020417.1413199-1-yux.jiang@intel.com> References: <20230413020417.1413199-1-yux.jiang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 1, sync test_negative_case with testplan, add two subcases: Subcase 4: can not create to vf rule to self dcf Subcase 17: deprecated action 2, format.sh script Signed-off-by: Yu Jiang --- tests/TestSuite_ice_dcf_switch_filter.py | 26 ++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/tests/TestSuite_ice_dcf_switch_filter.py b/tests/TestSuite_ice_dcf_switch_filter.py index 0731199a..f9e5cbf3 100644 --- a/tests/TestSuite_ice_dcf_switch_filter.py +++ b/tests/TestSuite_ice_dcf_switch_filter.py @@ -2107,7 +2107,7 @@ tv_mac_ipv4_vxlan_ipv4_udp_pay = { ], "matched": { "scapy_str": [ - 'Ether()/IP(dst="192.168.0.1")/UDP()/VXLAN(vni=2)/Ether()/IP(src="192.168.0.2", dst="192.168.0.3")/UDP(sport=50,dport=23) /Raw("x"*80)', + 'Ether()/IP(dst="192.168.0.1")/UDP()/VXLAN(vni=2)/Ether()/IP(src="192.168.0.2", dst="192.168.0.3")/UDP(sport=50,dport=23) /Raw("x"*80)' ], "check_func": { "func": rfc.check_vf_rx_packets_number, @@ -2136,7 +2136,7 @@ tv_mac_ipv4_vxlan_ipv4_tcp = { ], "matched": { "scapy_str": [ - 'Ether()/IP(dst="192.168.0.1")/UDP()/VXLAN(vni=2)/Ether()/IP(src="192.168.0.2", dst="192.168.0.3")/TCP(sport=50,dport=23)/Raw("x"*80)', + 'Ether()/IP(dst="192.168.0.1")/UDP()/VXLAN(vni=2)/Ether()/IP(src="192.168.0.2", dst="192.168.0.3")/TCP(sport=50,dport=23)/Raw("x"*80)' ], "check_func": { "func": rfc.check_vf_rx_packets_number, @@ -2233,7 +2233,7 @@ tv_mac_ipv4_vxlan_mac_ipv4_udp_pay = { ], "matched": { "scapy_str": [ - 'Ether()/IP(dst="192.168.0.1")/UDP()/VXLAN(vni=2)/Ether(dst="68:05:ca:8d:ed:a8")/IP(src="192.168.0.2", dst="192.168.0.3")/UDP(sport=50,dport=23)/Raw("x" * 80)', + 'Ether()/IP(dst="192.168.0.1")/UDP()/VXLAN(vni=2)/Ether(dst="68:05:ca:8d:ed:a8")/IP(src="192.168.0.2", dst="192.168.0.3")/UDP(sport=50,dport=23)/Raw("x" * 80)' ], "check_func": { "func": rfc.check_vf_rx_packets_number, @@ -2262,7 +2262,7 @@ tv_mac_ipv4_vxlan_mac_ipv4_tcp = { ], "matched": { "scapy_str": [ - 'Ether()/IP(dst="192.168.0.1")/UDP()/VXLAN(vni=2)/Ether(dst="68:05:ca:8d:ed:a8")/IP(src="192.168.0.2", dst="192.168.0.3")/TCP(sport=25,dport=23)/Raw("x" * 80)', + 'Ether()/IP(dst="192.168.0.1")/UDP()/VXLAN(vni=2)/Ether(dst="68:05:ca:8d:ed:a8")/IP(src="192.168.0.2", dst="192.168.0.3")/TCP(sport=25,dport=23)/Raw("x" * 80)' ], "check_func": { "func": rfc.check_vf_rx_packets_number, @@ -2819,6 +2819,7 @@ class ICEDCFSwitchFilterTest(TestCase): "cannot create to vf rule on a representor": "flow create 1 ingress pattern eth dst is 68:05:ca:8d:ed:a8 / ipv4 src is 192.168.0.1 dst is 192.168.0.2 tos is 4 ttl is 3 / udp src is 25 dst is 23 / end actions represented_port ethdev_port_id 1 / end", "cannot create to vf rule on a vf": "flow create 3 ingress pattern eth dst is 68:05:ca:8d:ed:a8 / ipv4 src is 192.168.0.1 dst is 192.168.0.2 tos is 4 ttl is 3 / udp src is 25 dst is 23 / end actions represented_port ethdev_port_id 1 / end", "cannot create to vf rule to a vf": "flow create 0 ingress pattern eth dst is 68:05:ca:8d:ed:a8 / ipv4 src is 192.168.0.1 dst is 192.168.0.2 tos is 4 ttl is 3 / udp src is 25 dst is 23 / end actions represented_port ethdev_port_id 3 / end", + "cannot create to vf rule to self dcf": "flow create 0 ingress pattern eth dst is 68:05:ca:8d:ed:a8 / ipv4 src is 192.168.0.1 dst is 192.168.0.2 tos is 4 ttl is 3 / udp src is 25 dst is 23 / end actions represented_port ethdev_port_id 0 / end", "cannot create to vf rule to another dcf": "flow create 0 ingress pattern eth dst is 68:05:ca:8d:ed:a8 / ipv4 src is 192.168.0.1 dst is 192.168.0.2 tos is 4 ttl is 3 / udp src is 25 dst is 23 / end actions represented_port ethdev_port_id 4 / end", "cannot create to vf rule to a representor of another pf": "flow create 0 ingress pattern eth dst is 68:05:ca:8d:ed:a8 / ipv4 src is 192.168.0.1 dst is 192.168.0.2 tos is 4 ttl is 3 / udp src is 25 dst is 23 / end actions represented_port ethdev_port_id 5 / end", "cannot create vf original rule on a representor": "flow create 1 ingress pattern eth dst is 68:05:ca:8d:ed:a8 / ipv4 src is 192.168.0.1 dst is 192.168.0.2 tos is 4 ttl is 3 / udp src is 25 dst is 23 / end actions port_representor port_id 1 / end", @@ -2828,6 +2829,7 @@ class ICEDCFSwitchFilterTest(TestCase): "cannot create vf original rule to another dcf": "flow create 0 ingress pattern eth dst is 68:05:ca:8d:ed:a8 / ipv4 src is 192.168.0.1 dst is 192.168.0.2 tos is 4 ttl is 3 / udp src is 25 dst is 23 / end actions port_representor port_id 4 / end", "unsupported input set": "flow create 0 ingress pattern eth / ipv4 dst is 192.168.0.1 / nvgre tni is 2 / eth dst is 68:05:ca:8d:ed:a8 / ipv4 src is 192.168.1.2 dst is 192.168.1.3 tos is 4 / end actions port_representor port_id 1 / end", "invalid port id": "flow create 0 ingress pattern eth dst is 68:05:ca:8d:ed:a8 / ipv4 src is 192.168.0.1 dst is 192.168.0.2 tos is 4 ttl is 3 / tcp src is 25 dst is 23 / end actions represented_port ethdev_port_id 20 / end", + "deprecated action": "flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is 192.168.0.21 ttl is 2 tos is 4 / end actions vf id 1 / end", "void action": "flow create 0 ingress pattern eth / ipv4 / udp src is 25 dst is 23 / end actions end", "void input set value": "flow create 0 ingress pattern eth / ipv4 / end actions represented_port ethdev_port_id 1 end", } @@ -2861,6 +2863,16 @@ class ICEDCFSwitchFilterTest(TestCase): ) self.check_switch_filter_rule_list(0, []) + self.logger.info("Subcase 4: can not create to vf rule to self dcf") + self.validate_switch_filter_rule( + rules["cannot create to vf rule to self dcf"], check_stats=False + ) + self.check_switch_filter_rule_list(0, []) + self.create_switch_filter_rule( + rules["cannot create to vf rule to self dcf"], check_stats=False + ) + self.check_switch_filter_rule_list(0, []) + # cannot create to vf rule to another dcf self.validate_switch_filter_rule( rules["cannot create to vf rule to another dcf"], check_stats=False @@ -2923,6 +2935,12 @@ class ICEDCFSwitchFilterTest(TestCase): ) self.check_switch_filter_rule_list(0, []) + self.logger.info("Subcase 17: deprecated action") + self.validate_switch_filter_rule(rules["deprecated action"], check_stats=False) + self.check_switch_filter_rule_list(0, []) + self.create_switch_filter_rule(rules["deprecated action"], check_stats=False) + self.check_switch_filter_rule_list(0, []) + # unsupported input set self.validate_switch_filter_rule( rules["unsupported input set"], check_stats=False -- 2.25.1