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 325C1A04F1; Mon, 6 Jan 2020 05:13:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D3C8C1D583; Mon, 6 Jan 2020 05:13:28 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 9C7E21D57F for ; Mon, 6 Jan 2020 05:13:26 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 0064Cibx017287 for ; Sun, 5 Jan 2020 20:13:25 -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=zQCmT15N+ELqqPGwSF438qwzQdDjKHM0qna2tOmvO/0=; b=gYzccZ5mHH9HL05QWmNNQuQ6ljW5KJHnZHgtj+SvME1Udi5sJcY6bXKAxYdqDOChcy/p B4qzYVGzLebZUFYGHqGnL/VwZuTN7w1+9FBFEk/HRulIQYGLS6XZIwly0qdti6jwZtz0 tILkHMu+P7HxNe8V/dVYRR4EGjc9ovdxFJ6QZJHQQj52JFDiXLuABOixSDSMq86DCxhJ 7oQ6NETz3PdEa2d3oEudAphIeat+uVMiWN2JTHH4OQrtGUBJI6egO7JrOI81dDnKl/SL wNXdsuUWGVj+nn7o837BQFWb4qQSZ5fc7XI9azb1DymDRsqiUKwJx80Xhz22kkG98c5r GA== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0a-0016f401.pphosted.com with ESMTP id 2xarxv4gdc-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Sun, 05 Jan 2020 20:13:25 -0800 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sun, 5 Jan 2020 20:13:24 -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, 5 Jan 2020 20:13:24 -0800 Received: from localhost.marvell.com (unknown [10.28.10.195]) by maili.marvell.com (Postfix) with ESMTP id 724903F703F; Sun, 5 Jan 2020 20:13:23 -0800 (PST) From: To: CC: , Praneeth Reddy Date: Mon, 6 Jan 2020 09:43:20 +0530 Message-ID: <1578284000-10981-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=2020-01-05_08:2020-01-02,2020-01-05 signatures=0 Subject: [dts] [PATCH] test_case_checklist.json: The following two test cases doesn't support by 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 enable_disablejumbo power_acpi_cpufreq Signed-off-by: Praneeth Reddy --- conf/test_case_checklist.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 9e27eb4..7bec2e6 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2461,5 +2461,37 @@ "Bug ID": "", "Comments": "the nic not support this case" } + ], + "enable_disablejumbo": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "cavium_a063", + "cavium_a064" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ], + "power_acpi_cpufreq": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "cavium_a063", + "cavium_a064" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } ] } -- 1.8.3.1