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 1D725A046B for ; Thu, 22 Aug 2019 11:16:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D7C711BF61; Thu, 22 Aug 2019 11:16:14 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 9B1D61BE94 for ; Thu, 22 Aug 2019 11:16:13 +0200 (CEST) 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 x7M9FtlQ030462 for ; Thu, 22 Aug 2019 02:16:12 -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=+nu0V54Wn6Uja+S9DO+paGjY2AHhV2Bc+bG91djAWkY=; b=lydn2ekXMdgxRPN6xakxiGkRWsXUWP0RKva7mCKPICIt89ZDXV9xpIRTGetlXTfHwBbS B75Eeo46jPN33kJf2ere5QW97TpXfIc5MO+f9GlN930GtTQTL5P0bX/yEJbt/H3YZTgd VknUH/P8YPNhxbVsWs2FMkAoeORzEpiT/E7U/ptqjqTWYYEioTa3rbbrvd7PHL8nx+PO XZEzow8363GmNCuOI90W81+Gqeui6Bbf4D8T6LQftTdsDpgp85pBNa+4IdPHE3x1SAcT VDAsO6fg7w+uZ2p+5sysrpCmr2L7nv7kOxtHPGaCIMUmjTRHF7AvNWFxc8fxs/egHfGu 8w== Received: from sc-exch04.marvell.com ([199.233.58.184]) by mx0b-0016f401.pphosted.com with ESMTP id 2uhag22wn2-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Thu, 22 Aug 2019 02:16:12 -0700 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH04.marvell.com (10.93.176.84) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Thu, 22 Aug 2019 02:16:11 -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; Thu, 22 Aug 2019 02:16:11 -0700 Received: from phanendra-system.marvell.com (unknown [10.28.11.20]) by maili.marvell.com (Postfix) with ESMTP id C32EC3F7041; Thu, 22 Aug 2019 02:16:09 -0700 (PDT) From: To: CC: , , Phanendra Vukkisala Date: Thu, 22 Aug 2019 14:46:05 +0530 Message-ID: <1566465365-20612-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:5.22.84,1.0.8 definitions=2019-08-22_06:2019-08-19,2019-08-22 signatures=0 Subject: [dts] [PATCH] checklist: Add tests N/A for Marvell device in checklist file 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 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 2b4905e..6e9f463 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -1771,6 +1771,36 @@ "Comments": "the nic not support this case" } ], + "dynamic_config_enable_promiscuous": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "cavium_a064" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ], + "dynamic_config_default_mode": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "cavium_a064" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ], "dynamic_config_allmulticast": [ { "OS": [ -- 1.7.9.5