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 CABC7A04F0; Fri, 27 Dec 2019 07:12:06 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B84281BFF2; Fri, 27 Dec 2019 07:12:06 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 8A4E91BFE9 for ; Fri, 27 Dec 2019 07:12:04 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Dec 2019 22:12:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,362,1571727600"; d="scan'208";a="220430469" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 26 Dec 2019 22:12:04 -0800 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 26 Dec 2019 22:12:03 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 26 Dec 2019 22:12:03 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.19]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.29]) with mapi id 14.03.0439.000; Fri, 27 Dec 2019 14:12:01 +0800 From: "Tu, Lijuan" To: "nareddy@marvell.com" , "dts@dpdk.org" CC: "pvukkisala@marvell.com" Thread-Topic: [dts] [PATCH] test_case_checklist.json: Added not supported list for cavium_a063 and cavium_a064 Thread-Index: AQHVuVnx7FE+MJB6YUamqjQ+JUa+xafNhmMQ Date: Fri, 27 Dec 2019 06:12:01 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB8ECB1@SHSMSX101.ccr.corp.intel.com> References: <1577082349-26936-1-git-send-email-nareddy@marvell.com> In-Reply-To: <1577082349-26936-1-git-send-email-nareddy@marvell.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action 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] test_case_checklist.json: Added not supported list for cavium_a063 and cavium_a064 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" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of > nareddy@marvell.com > Sent: Monday, December 23, 2019 2:26 PM > To: dts@dpdk.org > Cc: pvukkisala@marvell.com; Praneeth Reddy > Subject: [dts] [PATCH] test_case_checklist.json: Added not supported list= for > cavium_a063 and cavium_a064 >=20 > From: Praneeth Reddy >=20 > The following test cases are not supported for cavium_a064 > - retrieve_eeprom >=20 > The following test cases are not supported for cavium_a064 > - pmd_continues > - pmd_burst > - link_stats >=20 > Signed-off-by: Praneeth Reddy > --- > conf/test_case_checklist.json | 25 ++++++++++++++++++++++--- > 1 file changed, 22 insertions(+), 3 deletions(-) >=20 > diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.jso= n > index 72d53e7..82eb404 100644 > --- a/conf/test_case_checklist.json > +++ b/conf/test_case_checklist.json > @@ -346,7 +346,8 @@ > "springville", > "ironpond", > "cavium_a034", > - "cavium_0011" > + "cavium_0011", > + "cavium_a064" > ], > "Target": [ > "ALL" > @@ -1304,7 +1305,8 @@ > "fortville_eagle", > "fortville_spirit", > "fortville_spirit_single", > - "fortville_25g" > + "fortville_25g", > + "cavium_a064" > ], > "Target": [ > "ALL" > @@ -1349,7 +1351,8 @@ > "fortville_eagle", > "fortville_spirit", > "fortville_spirit_single", > - "fortville_25g" > + "fortville_25g", > + "cavium_a064" > ], > "Target": [ > "ALL" > @@ -2441,5 +2444,21 @@ > "Bug ID": "", > "Comments": "the nic not support this case" > } > + ], > + "retrieve_eeprom": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "cavium_a063", > + "cavium_a064" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "the nic not support this case" > + } > ] > } > -- > 1.8.3.1