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 65CFAA04B3; Mon, 16 Dec 2019 06:39:58 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 51D891C0CE; Mon, 16 Dec 2019 06:39:58 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 3D3211C0C6 for ; Mon, 16 Dec 2019 06:39: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 xBG5ad66032405 for ; Sun, 15 Dec 2019 21:39: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=AKF1AYnGanZXKGsFgRwEiUI5iV2nT7ATgzlOBh0KFRA=; b=Wpk/1mBPM6zllPuO1AezwxlVCcP/PYsUVaQg/xXzES+CbJTAMH4Vzq+m4blwfRSwVEHk tmNY0PEJUNlshzNDY+sUlxllRLrxN3620sYwmtl2sYkqLns3uW4hjhkjBf3FD08kkMEl lBUjae1pCjYUi+UDdM5FcSzLTjeH8IyozyGtijgdurf/dCmRw6daExscLAlU6w+875sg ogFh9jWt/tMq7IxVpfRPgab50Eh2F8EDuiadcDIONzlkxxPUTGWwSG+KLmW6n+BhA0bH N23c+hPpvdvtxIUCgl4Gb8twGQC8RJuH4rwk/RkScGvAMe+XpuI0/h8dZJHSFTPnQOMn +Q== Received: from sc-exch01.marvell.com ([199.233.58.181]) by mx0b-0016f401.pphosted.com with ESMTP id 2ww04tmra9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Sun, 15 Dec 2019 21:39:56 -0800 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sun, 15 Dec 2019 21:39: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, 15 Dec 2019 21:39:54 -0800 Received: from localhost.marvell.com (unknown [10.28.10.195]) by maili.marvell.com (Postfix) with ESMTP id 556843F703F; Sun, 15 Dec 2019 21:39:52 -0800 (PST) From: To: CC: , Praneeth Reddy Date: Mon, 16 Dec 2019 11:09:49 +0530 Message-ID: <1576474789-11319-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-16_01:2019-12-16,2019-12-15 signatures=0 Subject: [dts] [PATCH] test_case_checklist.json: retrieve_eeprom is not supported 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 Added cavium_a063 and cavium_a064 to checklist Signed-off-by: Praneeth Reddy --- conf/test_case_checklist.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 38b1335..cd23a0b 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2415,5 +2415,21 @@ "Bug ID": "", "Comments": "the nic not support this case: ice_dev_filter_ctrl(): Filter type (6) not supported" } + ], + "retrieve_eeprom": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "cavium_a063", + "cavium_a064" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case: retrieve_eeprom not supported" + } ] } -- 1.8.3.1