From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3028DA046B for ; Thu, 27 Jun 2019 09:42:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E915DF04; Thu, 27 Jun 2019 09:42:36 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 7F30C2AB for ; Thu, 27 Jun 2019 09:42:35 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jun 2019 00:42:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,423,1557212400"; d="scan'208";a="245728548" Received: from unknown (HELO localhost.localdomain) ([10.240.176.193]) by orsmga001.jf.intel.com with ESMTP; 27 Jun 2019 00:42:33 -0700 From: Wenjie Li To: dts@dpdk.org Cc: yuan.peng@intel.com, Wenjie Li Date: Thu, 27 Jun 2019 16:39:20 +0000 Message-Id: <1561653562-14740-1-git-send-email-wenjiex.a.li@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] conf/supportlist: append enable_package_download_in_ice_driver cases 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" "download_the_package_successfully" and "download_the_package_failed" only support columbiaville" NICs. 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