From patchwork Thu Aug 19 11:35:21 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yan Xia X-Patchwork-Id: 97090 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 923AFA0C47; Thu, 19 Aug 2021 05:03:16 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 64C3A4067E; Thu, 19 Aug 2021 05:03:16 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 0944D40141 for ; Thu, 19 Aug 2021 05:03:14 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10080"; a="216504863" X-IronPort-AV: E=Sophos;i="5.84,333,1620716400"; d="scan'208";a="216504863" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Aug 2021 20:03:13 -0700 X-IronPort-AV: E=Sophos;i="5.84,333,1620716400"; d="scan'208";a="521404422" Received: from unknown (HELO DPDK-CVL-tetser102.icx.intel.com) ([10.240.183.102]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Aug 2021 20:03:12 -0700 From: Yan Xia To: dts@dpdk.org Cc: Yan Xia Date: Thu, 19 Aug 2021 11:35:21 +0000 Message-Id: <20210819113524.8190-1-yanx.xia@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 0/3] remove etag test plan and testsuite 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" remove etag test plan and testsuite based on dpdk commit-id cf47acc0f(remove L2 tunnel offload control API E-tag set) and 99a1b6895(remove API to config L2 tunnel EtherType port config all l2-tunnel E-tag xxx). Yan Xia (3): test_plan/etag_test_plan: remove this test plan test_plans/index: delete etag_test_plan Field tests/etag: remove testsuite test_plans/etag_test_plan.rst | 151 ------------- test_plans/index.rst | 1 - tests/TestSuite_etag.py | 407 ---------------------------------- 3 files changed, 559 deletions(-) delete mode 100644 test_plans/etag_test_plan.rst delete mode 100644 tests/TestSuite_etag.py