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 8A799A0032; Tue, 28 Sep 2021 12:04:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7F469410D7; Tue, 28 Sep 2021 12:04:39 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 9E5A2410ED for ; Tue, 28 Sep 2021 12:04:37 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10120"; a="221459632" X-IronPort-AV: E=Sophos;i="5.85,329,1624345200"; d="scan'208";a="221459632" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Sep 2021 03:04:37 -0700 X-IronPort-AV: E=Sophos;i="5.85,329,1624345200"; d="scan'208";a="476235175" Received: from unknown (HELO localhost.localdomain) ([10.240.183.77]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Sep 2021 03:04:36 -0700 From: Yan Xia To: dts@dpdk.org Cc: Yan Xia Date: Tue, 28 Sep 2021 18:05:33 +0000 Message-Id: <20210928180533.143020-5-yanx.xia@intel.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210928180533.143020-1-yanx.xia@intel.com> References: <20210928180533.143020-1-yanx.xia@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1 5/5] conf/test_case_checklist: add cases not support NIC 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 cases not support NIC Signed-off-by: Yan Xia --- conf/test_case_checklist.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 8cd47dd1..b979d04b 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -114,8 +114,16 @@ "ALL" ], "NIC": [ + "fortville_25g", + "fortville_eagle", + "fortville_spirit", "fortville_spirit_single", "springville", + "ironpond", + "springfountain", + "twinpond", + "cavium_a034", + "cavium_a011", "fortpark_TLV", "fortpark_BASE-T", "carlsville" @@ -136,6 +144,9 @@ "kawela_4", "bartonhills", "powerville", + "fortville_25g", + "fortville_eagle", + "fortville_spirit", "fortville_spirit_single", "springville", "ironpond", @@ -146,7 +157,9 @@ "fortpark_TLV", "fortpark_BASE-T", "carlsville", - "foxville" + "columbiaville_25g", + "columbiaville_100g", + "foxville" ], "Target": [ "ALL" -- 2.32.0