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 82310A0471 for ; Mon, 17 Jun 2019 09:13:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4E58E1BDBD; Mon, 17 Jun 2019 09:13:09 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 33F9B1BDBC for ; Mon, 17 Jun 2019 09:13:08 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x5H7APOx031353 for ; Mon, 17 Jun 2019 00:13:07 -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=8i7MqJps+VLReZxxovkzB4wAdhPBFnbHQX1OZ9mzqAU=; b=sEZAQiLaW889I+o+z4BKNnvsIoZ+GmlsACJgaHwXs1yXtYW6IvrOEFwPnBkopPPDBj1q i13jTyfPALWynvrJlH0lOJHYBIs9SFe8Scu4IZ5Ja9Em6r+wapTXHTtUZdBFRpyCh2NX 4gINX8wr8dYUGWyqA6euZL/RIu0DpfXJ8jRlyd+x4JmprSB/1hgkWrkofd9/cTSouV5X LRrjPhpnHgsRRf0VbShAt5aVLuZcljGgu7klGE3keKPJrAh5cVFmjqsY7pS/oVVw/Mdp s0LwNj7MFMmXjCsGdudviJSBay0vwMAES6ZMwXz5b6OhC1/1gTZKjuOat3kD9kbNcAxN gA== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0a-0016f401.pphosted.com with ESMTP id 2t6537r7cn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Mon, 17 Jun 2019 00:13:07 -0700 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.1367.3; Mon, 17 Jun 2019 00:13:06 -0700 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.1367.3 via Frontend Transport; Mon, 17 Jun 2019 00:13:06 -0700 Received: from phanendra-system.marvell.com (unknown [10.28.11.20]) by maili.marvell.com (Postfix) with ESMTP id C7C793F703F; Mon, 17 Jun 2019 00:13:04 -0700 (PDT) From: To: CC: , , Phanendra Vukkisala Date: Mon, 17 Jun 2019 12:43:00 +0530 Message-ID: <1560755580-25408-1-git-send-email-pvukkisala@marvell.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-06-17_05:, , signatures=0 Subject: [dts] [PATCH] checklist: Tests invlove QinQ are not supported on cavium device 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: Phanendra Vukkisala Signed-off-by: Phanendra Vukkisala --- conf/test_case_checklist.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index a483088..b72768e 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -285,7 +285,8 @@ "fortville_spirit", "fortville_spirit_single", "fortville_25g", - "fortpark_TLV" + "fortpark_TLV", + "cavium_a063" ], "Target": [ "ALL" @@ -497,7 +498,8 @@ "fortville_25g", "fortpark_TLV", "sagepond", - "sageville" + "sageville", + "cavium_a063" ], "Target": [ "ALL" -- 1.7.9.5