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 9FCE5A04F5; Fri, 13 Dec 2019 09:47:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3E0312BD3; Fri, 13 Dec 2019 09:47:38 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 614422B93 for ; Fri, 13 Dec 2019 09:47:37 +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 xBD8hdug006831 for ; Fri, 13 Dec 2019 00:47:36 -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=PmqFiRaXhSrcxDqEp6zZHv0e2oFjODGMW7Hgh6eUWQs=; b=hrBgY65Be8BHZtYKwk8d60CYgoJy8HuofIQlLTPunbRK0X9N3U2PD3ixGaWPgn+XvVQh gemUuurEigvpnOyTaHGQlTpgh2B2OUwMLGwVYUO7kx5YsmxvYzoA+/TDNRqA+eRhagfz pMQWUFXPwIPZ0qZZxEg3zxhUZ6VZvIOtBTaKy3szfjLCT8IGxEipWS90wGl5YAFb3wMQ MMCjkJviCYuPvxCng3HcGMwlHcbgzaFn5Ds7t3xYE10WRdhL8HKS/sLw1yJlMptX3quq Hi2QnkRoUOYzhaUHO00koe9rgtrVI7cpVtuP/2MAgZMEzAHikd2ytSuoRUrbabZf9MwE pA== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0b-0016f401.pphosted.com with ESMTP id 2wv4tg8j1q-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Fri, 13 Dec 2019 00:47:36 -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; Fri, 13 Dec 2019 00:47:34 -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; Fri, 13 Dec 2019 00:47:34 -0800 Received: from localhost.marvell.com (unknown [10.28.10.195]) by maili.marvell.com (Postfix) with ESMTP id 5BD923F7040; Fri, 13 Dec 2019 00:47:33 -0800 (PST) From: To: CC: , Praneeth Reddy Date: Fri, 13 Dec 2019 14:17:30 +0530 Message-ID: <1576226850-18909-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-13_02:2019-12-12,2019-12-13 signatures=0 Subject: [dts] [PATCH] test_case_checklist.json: Added checklist for the test cases which doesn't supported by 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 by cavium_a064 link_stats pmd_burst pmd_continues Signed-off-by: Praneeth Reddy --- conf/test_case_checklist.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 38b1335..d0d066f 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -342,7 +342,8 @@ "springville", "ironpond", "cavium_a034", - "cavium_0011" + "cavium_0011", + "cavium_a064" ], "Target": [ "ALL" @@ -1296,7 +1297,8 @@ "fortville_eagle", "fortville_spirit", "fortville_spirit_single", - "fortville_25g" + "fortville_25g", + "cavium_a064" ], "Target": [ "ALL" @@ -1341,7 +1343,8 @@ "fortville_eagle", "fortville_spirit", "fortville_spirit_single", - "fortville_25g" + "fortville_25g", + "cavium_a064" ], "Target": [ "ALL" -- 1.8.3.1