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 E0569A0C53; Wed, 25 Aug 2021 12:28:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AC6C040041; Wed, 25 Aug 2021 12:28:45 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 51FF34003D for ; Wed, 25 Aug 2021 12:28:43 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10086"; a="204629104" X-IronPort-AV: E=Sophos;i="5.84,350,1620716400"; d="scan'208";a="204629104" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2021 03:28:42 -0700 X-IronPort-AV: E=Sophos;i="5.84,350,1620716400"; d="scan'208";a="464736199" Received: from unknown (HELO localhost.localdomain) ([10.240.183.77]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2021 03:28:40 -0700 From: Lingli Chen To: dts@dpdk.org Cc: Lingli Chen Date: Wed, 25 Aug 2021 18:30:31 +0000 Message-Id: <20210825183034.63754-1-linglix.chen@intel.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1 0/3] generic_flow_api: add two test cases 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" Lingli Chen (3): conf/test_case_checklist: add two cases about nic not support test_plans/generic_flow_api: add two test cases tests/generic_flow_api: add two test cases conf/test_case_checklist.json | 38 ++++++++++++++++++ test_plans/generic_flow_api_test_plan.rst | 46 ++++++++++++++++++++++ tests/TestSuite_generic_flow_api.py | 48 +++++++++++++++++++++++ 3 files changed, 132 insertions(+) -- 2.32.0