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 3C31FA0C47; Mon, 25 Oct 2021 08:25:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 33658407FF; Mon, 25 Oct 2021 08:25:21 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 213DA4003E for ; Mon, 25 Oct 2021 08:25:19 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10147"; a="210356972" X-IronPort-AV: E=Sophos;i="5.87,179,1631602800"; d="scan'208";a="210356972" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Oct 2021 23:25:19 -0700 X-IronPort-AV: E=Sophos;i="5.87,179,1631602800"; d="scan'208";a="485535133" Received: from unknown (HELO localhost.localdomain) ([10.240.183.163]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 24 Oct 2021 23:25:17 -0700 From: Yu Jiang To: dts@dpdk.org, yuan.peng@intel.com Cc: Yu Jiang Date: Mon, 25 Oct 2021 14:24:49 +0800 Message-Id: <1635143092-11970-1-git-send-email-yux.jiang@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V1 0/3] tests/generic_flow_api: add fdir's case 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 fdir's case to generic_flow_api Yu Jiang (3): test_plans/fdir: move case: fdir for Control levels of FDir match reporting to generic_flow_api test_plans/generic_flow_api: add case: fdir for Control levels of FDir match reporting tests/generic_flow_api: add case:test_fdir_for_match_report conf/test_case_supportlist.json | 15 ++++ test_plans/fdir_test_plan.rst | 134 ------------------------------ test_plans/generic_flow_api_test_plan.rst | 118 ++++++++++++++++++++++++++ tests/TestSuite_generic_flow_api.py | 107 +++++++++++++++++++++++- 4 files changed, 239 insertions(+), 135 deletions(-) -- 2.7.4