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 B1794A055E; Wed, 29 Jun 2022 03:35:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A8854400D7; Wed, 29 Jun 2022 03:35:48 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 3832440042 for ; Wed, 29 Jun 2022 03:35:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656466547; x=1688002547; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=EZMIIAnpxaFfQ2CmtjbKlcfJGkEfV1hWTLKYHv+kRAQ=; b=QbHtw7a+f7GfQ5j/JEqDw9gw2gqUheetQPpIfSzU+UUKQ1Mv5RlVgwDn nJhK3mLEF88Odnqaok/cpJR9cdRIbSUxa0wx1XwAPpZMHaGRrK8LgcryS 7cvfmh/5LRiQbDodQ2Vsc8uKeNxKCXHkwPgih8Uto/z/RvFQgVi6FJB1Y ZYz26s/w+X0vLi93wOrYI+m0uv0NM9/ZNa0VbfVt6LnuzQeipKIusBrn5 A+Ql0dXkigV31hQwdP2HpU46HDzWbqxxdGxYuvvKkgm0pfNeeiQyWkC1V VoABlPn3Xn6mA3Te6r1jN73wd1b7yyUagbgPu6tdmhza0Chu2z00rLw2x w==; X-IronPort-AV: E=McAfee;i="6400,9594,10392"; a="345886795" X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="345886795" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 18:35:46 -0700 Message-Id: Date: 28 Jun 2022 18:35:45 -0700 X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="658357928" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 18:35:45 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/ice_dcf_acl_filter: remove case test_mutually_exclusive From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220622171043.24945-1-songx.jiale@intel.com> 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: , Reply-To: Jiale Song Errors-To: dts-bounces@dpdk.org On Wed, 22 Jun 2022 17:10:43 +0000, Jiale Song wrote: > test_mutually_exclusive not in the test plan, duplicated by test_dcf_with_a= cl_filter_01-04 in dcf_lifecycle, > remove it. >=20 > Signed-off-by: Jiale Song Applied, thanks