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 E6B11429C3; Sun, 23 Apr 2023 10:53:45 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E28494021D; Sun, 23 Apr 2023 10:53:45 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id D877F40156 for ; Sun, 23 Apr 2023 10:53:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682240025; x=1713776025; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=g+YzM7CeSh3vJUgdGmpG0ZudZSGgeUozTRdCwtxhz3c=; b=ma0kcY5uuDf8gBEwT6mGEajy0vIQCWxCaWe7+xbo8QelgBI9jO6FrJJ5 lRh1wFxyrbRa9dqjrMYaliy1qfX1dmxZYJ6RlPEjikSvQ6/X5XwshFQgs /7cx97OX+jTSv60FEBHQFz3vEluqnCDfItSbZgyLVdKDXdrisGXMj5Q89 ukS7c0vKQTE8jZWjJi8mkcfU03W7KySgqSdVGWhVdlaFROi9MIc05DAuK fVw+pVtD6Bi9TKF8QrNddQqmJsMqkEn9fifPD/fz59dDLOqdmaLPDEIEr X1tkLyTDvZ8uI26nqyDGQ8mku0Z+hEZDcmwq20EJ+W0RdftSj4A6Y4LDV w==; X-IronPort-AV: E=McAfee;i="6600,9927,10688"; a="326586451" X-IronPort-AV: E=Sophos;i="5.99,220,1677571200"; d="scan'208";a="326586451" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2023 01:53:43 -0700 Message-Id: <90bd5b$kei2lo@orsmga007-auth.jf.intel.com> Date: 23 Apr 2023 01:53:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10688"; a="686361279" X-IronPort-AV: E=Sophos;i="5.99,220,1677571200"; d="scan'208";a="686361279" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2023 01:53:41 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/ice_dcf_switch_filter: sync test_negative_case with testplan From: lijuan.tu@intel.com To: ke1.xu@intel.com,dts@dpdk.org,Yu Jiang Cc: Yu Jiang In-Reply-To: <20230413020417.1413199-2-yux.jiang@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: Yu Jiang Errors-To: dts-bounces@dpdk.org On Thu, 13 Apr 2023 10:04:17 +0800, Yu Jiang wrote: > 1, sync test_negative_case with testplan, add two subcases: > Subcase 4: can not create to vf rule to self dcf > Subcase 17: deprecated action > 2, format.sh script > > Signed-off-by: Yu Jiang Applied, thanks