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 7BEE8A046B for ; Thu, 27 Jun 2019 10:29:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6FCBB1E2F; Thu, 27 Jun 2019 10:29:40 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id E628D3DC for ; Thu, 27 Jun 2019 10:29:38 +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 fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jun 2019 01:29:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,423,1557212400"; d="scan'208";a="245740666" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 27 Jun 2019 01:29:37 -0700 Received: from fmsmsx609.amr.corp.intel.com (10.18.126.89) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 27 Jun 2019 01:29:37 -0700 Received: from fmsmsx609.amr.corp.intel.com (10.18.126.89) by fmsmsx609.amr.corp.intel.com (10.18.126.89) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 27 Jun 2019 01:29:37 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx609.amr.corp.intel.com (10.18.126.89) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Thu, 27 Jun 2019 01:29:36 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.83]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.156]) with mapi id 14.03.0439.000; Thu, 27 Jun 2019 16:29:35 +0800 From: "Li, WenjieX A" To: "dts@dpdk.org" CC: "Peng, Yuan" , "Li, WenjieX A" Thread-Topic: [dts][PATCH V1] conf/supportlist: append enable_package_download_in_ice_driver cases Thread-Index: AQHVLLvnHl7DOUecTk2xMeEfh8l9NqavK2ew Date: Thu, 27 Jun 2019 08:29:35 +0000 Message-ID: <8688172CD5C0B74590FAE19D9579F94B53726721@SHSMSX103.ccr.corp.intel.com> References: <1561653562-14740-1-git-send-email-wenjiex.a.li@intel.com> In-Reply-To: <1561653562-14740-1-git-send-email-wenjiex.a.li@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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" Tested-by: Li, WenjieX A > -----Original Message----- > From: Li, WenjieX A > Sent: Friday, June 28, 2019 12:39 AM > To: dts@dpdk.org > Cc: Peng, Yuan ; Li, WenjieX A > Subject: [dts][PATCH V1] conf/supportlist: append > enable_package_download_in_ice_driver cases >=20 > "download_the_package_successfully" and "download_the_package_failed" > only support columbiaville" NICs. >=20 > Signed-off-by: Wenjie Li > --- > conf/test_case_supportlist.json | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) >=20 > 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