From patchwork Fri Jul 24 12:25:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lu, Nannan" X-Patchwork-Id: 74705 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 435FFA0518; Fri, 24 Jul 2020 05:32:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 035B11D5E9; Fri, 24 Jul 2020 05:32:52 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id D6ECC1D44D for ; Fri, 24 Jul 2020 05:32:49 +0200 (CEST) IronPort-SDR: y0zAefnc+lr8WQz4VK3tBI06rI7nw+GJN9rMt9HndXJ2WzYAZSYFR/4sN9ZWEG7FojqInewMZH UmXAgXPgzFaw== X-IronPort-AV: E=McAfee;i="6000,8403,9691"; a="130729471" X-IronPort-AV: E=Sophos;i="5.75,389,1589266800"; d="scan'208";a="130729471" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jul 2020 20:32:48 -0700 IronPort-SDR: tqBFTvJe1bYIQs5rE6FtA23bDNq+WIe/0hXJwdoOlhZReyM0NXSnsuOdT2TpMWftlluONO+pgD Uy9s5bQWC4tw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,389,1589266800"; d="scan'208";a="489062512" Received: from dpdk-lunannan.sh.intel.com ([10.67.111.68]) by fmsmga005.fm.intel.com with ESMTP; 23 Jul 2020 20:32:48 -0700 From: Nannan Lu To: dts@dpdk.org Cc: Nannan Lu Date: Fri, 24 Jul 2020 12:25:25 +0000 Message-Id: <1595593525-345833-1-git-send-email-nannan.lu@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V1] tests/TestSuite_cvl_switch_filter.py: Remove queue group action of MAC_PPPOD_PAY case X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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" Remove queue group action of MAC_PPPOD_PAY case to align test plan. Signed-off-by: Nannan Lu --- tests/TestSuite_cvl_switch_filter.py | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/tests/TestSuite_cvl_switch_filter.py b/tests/TestSuite_cvl_switch_filter.py index dc54fe7..1cb1e3f 100644 --- a/tests/TestSuite_cvl_switch_filter.py +++ b/tests/TestSuite_cvl_switch_filter.py @@ -931,20 +931,7 @@ tv_mac_pppod_pay_in_queue_01 = { "expect_results":{"expect_pkts":1}} } -tv_mac_pppod_pay_queue_region_02 = { - "name":"tv_mac_pppod_pay_queue_region_02", - "rte_flow_pattern":"flow create 0 ingress pattern eth type is 0x8863 / end actions rss queues 4 5 end / end", - "matched":{"scapy_str":['Ether(dst="00:11:22:33:44:55")/PPPoED()/PPP()/IP()/Raw("x" *80)'], - "check_func":{"func":rfc.check_output_log_queue_region, - "param":{"expect_port":0, "expect_queues":[4, 5]}}, - "expect_results":{"expect_pkts":1}}, - "mismatched":{"scapy_str":['Ether(dst="00:11:22:33:44:55")/PPPoE()/PPP()/IP()/Raw("x" *80)'], - "check_func":{"func":rfc.check_output_log_queue_region_mismatched, - "param":{"expect_port":0, "expect_queues":[4, 5]}}, - "expect_results":{"expect_pkts":1}} -} - -tv_mac_pppod_pay_drop_03 = { +tv_mac_pppod_pay_drop_02 = { "name":"tv_mac_pppod_pay_drop_03", "rte_flow_pattern":"flow create 0 ingress pattern eth type is 0x8863 / end actions drop / end", "matched":{"scapy_str":['Ether(dst="00:11:22:33:44:55")/PPPoED()/PPP()/IP()/Raw("x" *80)'], @@ -959,8 +946,7 @@ tv_mac_pppod_pay_drop_03 = { tvs_mac_pppod_pay = [ tv_mac_pppod_pay_in_queue_01, - tv_mac_pppod_pay_queue_region_02, - tv_mac_pppod_pay_drop_03 + tv_mac_pppod_pay_drop_02 ] #pppoe non-pipeline mode