From patchwork Wed Aug 25 18:30:32 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lingli Chen X-Patchwork-Id: 97326 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 48068A0C57; Wed, 25 Aug 2021 12:28:46 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D0177411DE; Wed, 25 Aug 2021 12:28:45 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 79BB04003D for ; Wed, 25 Aug 2021 12:28:44 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10086"; a="204629110" X-IronPort-AV: E=Sophos;i="5.84,350,1620716400"; d="scan'208";a="204629110" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2021 03:28:44 -0700 X-IronPort-AV: E=Sophos;i="5.84,350,1620716400"; d="scan'208";a="464736210" Received: from unknown (HELO localhost.localdomain) ([10.240.183.77]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2021 03:28:42 -0700 From: Lingli Chen To: dts@dpdk.org Cc: Lingli Chen Date: Wed, 25 Aug 2021 18:30:32 +0000 Message-Id: <20210825183034.63754-2-linglix.chen@intel.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210825183034.63754-1-linglix.chen@intel.com> References: <20210825183034.63754-1-linglix.chen@intel.com> MIME-Version: 1.0 Subject: [dts] [PATCH V1 1/3] conf/test_case_checklist: add two cases about nic not support 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" add two cases about nic not support Signed-off-by: Lingli Chen --- conf/test_case_checklist.json | 38 +++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 4726aac3..8cd47dd1 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -3689,5 +3689,43 @@ "Bug ID": "", "Comments": "NIC not support this case" } + ], + "create_same_rule_after_destroy": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "sageville", + "sagepond", + "springville", + "powerville", + "foxville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "NIC not support this case" + } + ], + "create_different_rule_after_destroy": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "sageville", + "sagepond", + "springville", + "powerville", + "foxville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "NIC not support this case" + } ] }