From patchwork Wed Sep 29 18:28:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yan Xia X-Patchwork-Id: 99989 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 87B33A0547; Wed, 29 Sep 2021 12:27:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 52B5B410D7; Wed, 29 Sep 2021 12:27:33 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id EF2B540685 for ; Wed, 29 Sep 2021 12:27:31 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10121"; a="211993855" X-IronPort-AV: E=Sophos;i="5.85,332,1624345200"; d="scan'208";a="211993855" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Sep 2021 03:27:30 -0700 X-IronPort-AV: E=Sophos;i="5.85,332,1624345200"; d="scan'208";a="476597398" Received: from unknown (HELO localhost.localdomain) ([10.240.183.77]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Sep 2021 03:27:29 -0700 From: Yan Xia To: dts@dpdk.org Cc: Yan Xia Date: Wed, 29 Sep 2021 18:28:28 +0000 Message-Id: <20210929182832.146624-1-yanx.xia@intel.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Subject: [dts] [PATCH V1 0/4] *** move case from generic_filter to generic_flow_api *** 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" *** move case from generic_filter to generic_flow_api *** Yan Xia (4): test_plans/generic_filter_test_plan: move case from generic_filter to generic_flow_api test_plans/generic_flow_api_test_plan: move case from generic_filter to generic_flow_api tests/generic_filter: move case from generic_filter to generic_flow_api tests/generic_flow_api: move case from generic_filter to generic_flow_api test_plans/generic_filter_test_plan.rst | 36 ----------- test_plans/generic_flow_api_test_plan.rst | 37 +++++++++++ tests/TestSuite_generic_filter.py | 67 -------------------- tests/TestSuite_generic_flow_api.py | 75 +++++++++++++++++++++++ 4 files changed, 112 insertions(+), 103 deletions(-)