From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 17AF1A04B1; Mon, 23 Nov 2020 04:14:54 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 03A5D375B; Mon, 23 Nov 2020 04:14:53 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 722F923D for ; Mon, 23 Nov 2020 04:14:51 +0100 (CET) IronPort-SDR: u2fiUxynVjOiQB7IgGsP7OBhHiOW5i7r6XQYU8PVF8lORVAhp2PPXaSVEvmjbxTsCJH/eAj/i8 9KOb3Zd8IR0A== X-IronPort-AV: E=McAfee;i="6000,8403,9813"; a="168184510" X-IronPort-AV: E=Sophos;i="5.78,361,1599548400"; d="scan'208";a="168184510" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2020 19:14:49 -0800 IronPort-SDR: dU/nVupt65OCeqx2gRNflHx7JLa5R6/+65zQEsnspbR2NUbK1apom65nACZMZaSgxG4CTFq/a6 43mdbJgxQmyQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,361,1599548400"; d="scan'208";a="369884576" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by FMSMGA003.fm.intel.com with ESMTP; 22 Nov 2020 19:14:49 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Sun, 22 Nov 2020 19:14:48 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 23 Nov 2020 11:14:46 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Mon, 23 Nov 2020 11:14:46 +0800 From: "Tu, Lijuan" To: "Sun, QinX" , "dts@dpdk.org" CC: "Sun, QinX" Thread-Topic: [dts] [PATCH V1 0/6] Remove 8 duplicate cases Thread-Index: AQHWvuJbLJZkbsw+AE+DRORpEEV5BqnVD6zA Date: Mon, 23 Nov 2020 03:14:46 +0000 Message-ID: <8d631231d19349cfb5c84c10d36f0bdf@intel.com> References: <20201120104556.27730-1-qinx.sun@intel.com> In-Reply-To: <20201120104556.27730-1-qinx.sun@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 0/6] Remove 8 duplicate cases X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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 8 duplicate cases from 3 suite and plan. >=20 > iavf_fdir: 6 cases > cvl_fdir: 1 case > cvl_dcf_switch_filter: 1 case >=20 > These 8 cases have been made as a new test suite 'cvl_limit_value_test', >=20 > so remove them from original suite and plan >=20 > sunqin (6): > tests/iavf_fdir remove 6 cases > test_plans/iavf_fdir remove 6 subcases > tests/cvl_fdir remove 1 case > test_plans/cvl_fdir remove 1 subcase > tests/cvl_dcf_switch_filter remove 1 case > test_plans/cvl_dcf_switch_filter remove 1 case Applied