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 472A3A0352; Mon, 23 Dec 2019 07:25:58 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2BD6A1C01; Mon, 23 Dec 2019 07:25:58 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 529BD1252 for ; Mon, 23 Dec 2019 07:25:57 +0100 (CET) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id xBN6KguK007447 for ; Sun, 22 Dec 2019 22:25:56 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=pfpt0818; bh=KLCiDd+xIq3dh4r+Q2JCX6ZdVHPC04rYVWTT9p5viZ8=; b=x/bxhYdbi524oa9sERlFoJeLHSkFoS0loHqZZFQyDOar1PZ+30zR/Un0377iqu8TXlrA wufgAUHC4X/MTObUPJvgkee/kicLmuZQf8SJ+lDO5dGTr8vssOKObiGCGGdh4W0BPCak pvsyclPb+hk60yFpBIV0yS5FTbZl4TVSV41ysU4hH0JeN7wzOkYZZGqDx29oL1RnTmmq 3fiXcpDkCZx2A9n5zdxvm9Zm3rn2yOSWB3Ggqr0SKQwEn4FrnU0kFdA3MqRDc08erADK ajQeMUJlsNaHYQKIuaL4MPjo6BKPcFbM0el8YhQmtL7+S7Uj9vPvAw9KK/9ntF+Chjhe Fw== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0b-0016f401.pphosted.com with ESMTP id 2x1kssbw93-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Sun, 22 Dec 2019 22:25:56 -0800 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sun, 22 Dec 2019 22:25:54 -0800 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Sun, 22 Dec 2019 22:25:54 -0800 Received: from localhost.marvell.com (unknown [10.28.10.195]) by maili.marvell.com (Postfix) with ESMTP id 7E7573F703F; Sun, 22 Dec 2019 22:25:53 -0800 (PST) From: To: CC: , Praneeth Reddy Date: Mon, 23 Dec 2019 11:55:49 +0530 Message-ID: <1577082349-26936-1-git-send-email-nareddy@marvell.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.95,18.0.572 definitions=2019-12-23_01:2019-12-17,2019-12-22 signatures=0 Subject: [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" From: Praneeth Reddy The following test cases are not supported for cavium_a064 - retrieve_eeprom The following test cases are not supported for cavium_a064 - pmd_continues - pmd_burst - link_stats Signed-off-by: Praneeth Reddy --- conf/test_case_checklist.json | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json 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