From patchwork Mon Sep 6 17:35:24 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yan Xia X-Patchwork-Id: 98075 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 22F48A0C4D; Mon, 6 Sep 2021 11:03:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E0137410E6; Mon, 6 Sep 2021 11:03:51 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id B7FFB40E32 for ; Mon, 6 Sep 2021 11:03:49 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10098"; a="305483748" X-IronPort-AV: E=Sophos;i="5.85,271,1624345200"; d="scan'208";a="305483748" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2021 02:03:48 -0700 X-IronPort-AV: E=Sophos;i="5.85,271,1624345200"; d="scan'208";a="468776404" Received: from unknown (HELO localhost.localdomain) ([10.240.183.102]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2021 02:03:47 -0700 From: Yan Xia To: dts@dpdk.org Cc: Yan Xia Date: Mon, 6 Sep 2021 17:35:24 +0000 Message-Id: <20210906173524.23902-1-yanx.xia@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 0/3] *** add and modify testsuite, test plan and checklist *** 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" *** modify test cases about legcay command and move these to generic_flow_api *** Yan Xia (3): tests/generic_flow_api: add and modify test cases test_plans/generic_flow_api: add and modify test plan of test cases conf/test_case_checklist: add and modify not support NIC of test cases conf/test_case_checklist.json | 42 ++- test_plans/generic_flow_api_test_plan.rst | 160 ++++++++++- tests/TestSuite_generic_flow_api.py | 325 +++++++++++++++++++++- 3 files changed, 509 insertions(+), 18 deletions(-)