From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 10E26A0471 for ; Mon, 17 Jun 2019 08:36:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BA77E1BCD5; Mon, 17 Jun 2019 08:36:08 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 37C431BC91 for ; Mon, 17 Jun 2019 08:36:07 +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 x5H6XR9V008744 for ; Sun, 16 Jun 2019 23:36:06 -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=Bix7vaV36HYdrxVa96+vzPJIqoiwiOBKrmgjHVxN9kw=; b=ilxjvtAni/X1OBk3kD8OwH4I4qnKJdMhj6VCjKup+GYSCAt7UOqdT/S/qJwXXV+F/soV fzRrufPcrmiIP3PM/eD1DBddfgnbXp0H2phg1403bkoggdIO8/bSvtsMWFItMIv8SRYv 0N71iF87AE4usyvcJV/rRZxulzvZCSY/4fYdGuXTe12RgkNJjN6mWfhR7Nxsx2PC0Htg XYxerdw6K7Pd4C2+Nj13DwYWGBcSd6YL83ckupg4bwJbGLdMzLf3fcX3ekgRK/hG46Uc 9QMoLMqV+Au/Pmq+pbM1CKeJG4emuCe0hkUzTVb+8FVleAbaPCYxbnpfxii/7/kFnnQH Pw== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0b-0016f401.pphosted.com with ESMTP id 2t506hwj8k-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Sun, 16 Jun 2019 23:36:06 -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, 16 Jun 2019 23:36:04 -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, 16 Jun 2019 23:36:04 -0700 Received: from thaq.marvell.com (unknown [10.28.10.34]) by maili.marvell.com (Postfix) with ESMTP id 115A73F7040; Sun, 16 Jun 2019 23:36:02 -0700 (PDT) From: To: CC: , , Thanseerulhaq Date: Mon, 17 Jun 2019 12:05:33 +0530 Message-ID: <1560753333-32557-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-06-17_04:, , signatures=0 Subject: [dts] [PATCH] conf/test_case_checklist.json: Listing Ethtool and Shutdown-api few case 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 Listing Ethtool: retrieve_reg, Shutdown-api:reconfigure_ports test case as Invaild for cavium_0a63 card. Signed-off-by: Thanseerulhaq --- conf/test_case_checklist.json | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index a483088..7b46bc1 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -192,7 +192,7 @@ "cavium_a034", "cavium_a011", "fortpark_TLV" - ], + ], "Target": [ "ALL" ], @@ -2266,5 +2266,35 @@ "Bug ID": "", "Comments": "the nic not support this case" } + ], + "reconfigure_ports": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "cavium_a063" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "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" + } ] } -- 1.8.3.1