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 899F8A0487 for ; Mon, 1 Jul 2019 07:52:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5A16F325F; Mon, 1 Jul 2019 07:52:41 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id DCDB42C60 for ; Mon, 1 Jul 2019 07:52:39 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x615pRFk018258 for ; Sun, 30 Jun 2019 22:52:39 -0700 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=RZVfBoKSBjxQtmZg7QiEYDnO9I2UAT3KFOgyZIB3K28=; b=RsYH+KIoC/dWOC7D91wtQnVJAElgk92HfBkNuqSTw1/Tk9beJEPWs3AfLzOqIjQ5eSrL ARtbvKyb+PZVU580YC8vQETNfGbc+2hRs8WlJHbUWA+sEZG2ju0UTJyCQq8w+RSu6sPG xTY+uW3Wts6dazC7ryGJFcI3ldUyqafAoR7EXpc1fMhjjpFQcZiCVImOU0mswOn4iM9K QMawrTUNQxaIq5WB6Zc/XHsNP6Gi75m2v4901mvWVGi45nbCOTA2B5hOrYq+2UOVichp PCPTHOD8O+u8ACC1xHBh/PA0bnQXcd1UFuPd/E1zGk+EGddnN3YlXR48gtdRv5UmPUBz mg== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0b-0016f401.pphosted.com with ESMTP id 2te7gm5j73-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Sun, 30 Jun 2019 22:52:39 -0700 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Sun, 30 Jun 2019 22:52:37 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Sun, 30 Jun 2019 22:52:37 -0700 Received: from thaq.marvell.com (unknown [10.28.10.34]) by maili.marvell.com (Postfix) with ESMTP id 096BD3F703F; Sun, 30 Jun 2019 22:52:35 -0700 (PDT) From: To: CC: , , Thanseerulhaq Date: Mon, 1 Jul 2019 11:22:05 +0530 Message-ID: <1561960325-12132-1-git-send-email-thaq@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:, , definitions=2019-07-01_04:, , signatures=0 Subject: [dts] [PATCH] conf/test_case_checklist.json: Listing ethtool retrieve_reg test case as Invaild for cavium_0a63 card. 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: Thanseerulhaq Moviing to it correct retrieve_reg test block Signed-off-by: Thanseerulhaq --- conf/test_case_checklist.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 610bef1..49bda03 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2196,6 +2196,7 @@ "fortville_25g", "fortpark", "fortpark_TLV", + "cavium_a063", "fortpark_TLV_vf" ], "Target": [ @@ -2285,21 +2286,6 @@ "Comments": "the nic not support this case" } ], - "retrieve_reg": [ - { - "OS": [ - "ALL" - ], - "NIC": [ - "cavium_a063" - ], - "Target": [ - "ALL" - ], - "Bug ID": "", - "Comments": "the nic not support this case" - } - ], "vlan_change_tpid": [ { "OS": [ -- 1.8.3.1