From patchwork Fri Aug 20 19:47:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Huang, ZhiminX" X-Patchwork-Id: 97150 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 E1EB4A0C4B; Fri, 20 Aug 2021 13:15:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A94F940DF7; Fri, 20 Aug 2021 13:15:43 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 810184003E for ; Fri, 20 Aug 2021 13:15:42 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10081"; a="238883106" X-IronPort-AV: E=Sophos;i="5.84,337,1620716400"; d="scan'208";a="238883106" 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:40 -0700 X-IronPort-AV: E=Sophos;i="5.84,337,1620716400"; d="scan'208";a="523571607" 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:39 -0700 From: Zhimin Huang To: dts@dpdk.org Cc: Zhimin Huang Date: Sat, 21 Aug 2021 03:47:36 +0800 Message-Id: <20210820194742.28666-1-zhiminx.huang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 0/6] remove tunnel inner rss 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,it will be support tunnel inner rss, new case will cover these function, so remove test steps. Zhimin Huang (6): test_plans/cvl_advanced_rss_test_plan:remove test steps in test plan test_plans/cvl_fdir_test_plan:remove test steps in test plan test_plans/cvl_switch_filter_test_plan:remove test steps in test plan tests/cvl_advanced_rss:remove test steps in test case tests/cvl_fdir:remove test steps in test case tests/cvl_switch_filter:remove test steps in test case test_plans/cvl_advanced_rss_test_plan.rst | 259 ----- test_plans/cvl_fdir_test_plan.rst | 46 +- test_plans/cvl_switch_filter_test_plan.rst | 651 +---------- tests/TestSuite_cvl_advanced_rss.py | 1220 +------------------- tests/TestSuite_cvl_fdir.py | 30 +- tests/TestSuite_cvl_switch_filter.py | 255 ---- 6 files changed, 29 insertions(+), 2432 deletions(-)