From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id D8D1BA046B for ; Tue, 25 Jun 2019 09:17:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1DCC01BBEE; Tue, 25 Jun 2019 09:17:00 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9B96F1BB4D for ; Tue, 25 Jun 2019 09:16:58 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jun 2019 00:16:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,415,1557212400"; d="scan'208";a="182825207" Received: from unknown (HELO debug193.icx.intel.com) ([10.240.176.193]) by fmsmga001.fm.intel.com with ESMTP; 25 Jun 2019 00:16:56 -0700 From: Wenjie Li To: dts@dpdk.org Cc: Wenjie Li Date: Tue, 25 Jun 2019 16:13:16 +0000 Message-Id: <1561479198-34354-2-git-send-email-wenjiex.a.li@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1561479198-34354-1-git-send-email-wenjiex.a.li@intel.com> References: <1561479198-34354-1-git-send-email-wenjiex.a.li@intel.com> Subject: [dts] [PATCH V1 2/4] conf/supportlist: append suite enable_package_download_in_ice_driver 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" Below 2 cases in enable_package_download_in_ice_driver only support cvl nics. 1. download_the_package_successfully 2. download_the_package_failed Signed-off-by: Wenjie Li --- conf/test_case_supportlist.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index e8c2a43..e7944ad 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -1365,5 +1365,37 @@ "Bug ID": "", "Comments": "This case currently support for cavium_a063 " } + ], + "download_the_package_successfully": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_100g", + "columbiaville_25g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for columbiaville" + } + ], + "download_the_package_failed": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_100g", + "columbiaville_25g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for columbiaville" + } ] } -- 2.17.1