From patchwork Thu Sep 22 05:28:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: hailinx X-Patchwork-Id: 116616 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 04AC6A0540; Thu, 22 Sep 2022 07:30:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F41F140E28; Thu, 22 Sep 2022 07:30:39 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 9C71640156 for ; Thu, 22 Sep 2022 07:30:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663824638; x=1695360638; h=from:to:cc:subject:date:message-id; bh=lXdgbfhAJPaSYS531fbenTBLP2cwJvPsarOVn0Yzh8E=; b=faQv8ijHfqEDo3CmEriwN72p8Y9gyqqvNP1V6o4oIDSb5GORfGDPRxhS rR6Ylktth6jZhDT6MdH7gvxZi8evNOf9Px+q/6nw5KiIUzHSlNoOiSL1y dF/SYkP4UALhWiaUAOYeC1mWrWYzSXm9UR9DbXCtQOfY095QeuLMAznkS /1PrJwECp4QG9nDgDqXLnYK2c30sKUU5drOAVHhUU5z7I4LQcrdTEN/dG a2ESnjkl/R/HpBHfVGFFMeyyjpeJH6p7D3fIc2tp+cJIMvn1Iq/YMqbnc bFX4suLrCs6nrAa3De1oG97HNJQPsDoTXC2TYXdfVGIBs8sQd6wxo/G8B w==; X-IronPort-AV: E=McAfee;i="6500,9779,10477"; a="326520216" X-IronPort-AV: E=Sophos;i="5.93,335,1654585200"; d="scan'208";a="326520216" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2022 22:30:24 -0700 X-IronPort-AV: E=Sophos;i="5.93,335,1654585200"; d="scan'208";a="682068781" Received: from unknown (HELO localhost.localdomain) ([10.239.252.63]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2022 22:30:21 -0700 From: hailinx xu To: dts@dpdk.org, qi.fu@intel.com Cc: hailinx xu Subject: [dts][PATCH v3 0/2] add new test plans and test cases Date: Thu, 22 Sep 2022 13:28:37 +0800 Message-Id: <20220922052839.23851-1-hailinx.xu@intel.com> X-Mailer: git-send-email 2.17.1 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 v1: add new test plans/cases for ice support ipv6 next protocol id v2: 1. Modify case name. 2. update Pattern table. 3. Refine test plans steps. v3: Fix patch apply issue. hailinx xu (2): test_plans: support ipv6 next proto id tests/ice_fdir: support ipv6 next proto id test_plans/ice_fdir_test_plan.rst | 418 ++++++++++++++++++++++++++---- tests/TestSuite_ice_fdir.py | 336 ++++++++++++++++++++++++ 2 files changed, 701 insertions(+), 53 deletions(-)