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 AB667A0032; Wed, 14 Sep 2022 09:41:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A5F6540156; Wed, 14 Sep 2022 09:41:23 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id F259540141 for ; Wed, 14 Sep 2022 09:41:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663141282; x=1694677282; h=from:to:cc:subject:date:message-id; bh=iX3+mU0ehiTwx5gPkzPlGPlBPJyvT9fUOTQmDRaH6sE=; b=JIpBCLunuuRbrRDp/A8+S0XpS5FN22NhObNTInnwssi6IUFxyHOHLul0 ZXtWga9RqIAiGfyZybV3aVzE5NG08c0Rcpeovn1+2JPx14IrqsQm8mgjW O30j/GoU+iQNkWzCWbczAZ696O/eHgdnLC7nEBgOUMgLUSdwNcr5mrwAC k7dGSfLyOI4y1m8DctEy3AqrNYYjCkxYQ5k+XUQqNOvTAH2KUpJ3B9T8o 7l9NCVRnKXKIibDrHLWtQRvNT1rz5tvCGdf6ivCZ2wzPb2F0g6pLWbJS0 JIJvEZxpTKdi6pHlj/xWREDenVmCyeMeDiystlkHKAPEDtxPwcQv9VqI4 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10469"; a="299175632" X-IronPort-AV: E=Sophos;i="5.93,313,1654585200"; d="scan'208";a="299175632" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2022 00:41:19 -0700 X-IronPort-AV: E=Sophos;i="5.93,313,1654585200"; d="scan'208";a="678937530" Received: from unknown (HELO localhost.localdomain) ([10.239.252.63]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2022 00:41:17 -0700 From: hailinx xu To: dts@dpdk.org, qi.fu@intel.com Cc: hailinx xu Subject: [dts][PATCH v2 0/2] add new test plans and test cases Date: Wed, 14 Sep 2022 15:39:49 +0800 Message-Id: <20220914073951.29759-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. hailinx xu (4): test_plans/ice_fdir: ipv6 next proto id tests/ice_fdir: 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(-) -- 2.17.1