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 D1676A05D3 for ; Tue, 23 Apr 2019 07:24:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8923A1B486; Tue, 23 Apr 2019 07:24:33 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id CFFD01B119 for ; Tue, 23 Apr 2019 07:24:32 +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 x3N5KTPQ008457 for ; Mon, 22 Apr 2019 22:24:31 -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=lB6cbMWMzjT3C5VFW+i4zFaSGyrlF33PfzEx66cOZHQ=; b=lvprVe9ZiBakOkAKZBRShOqfmwrbu0JyNcMXTUZPRkw1n3chqw4o8k3+QhdKxdXQwPmi DeFKeOq9p+ZWery6YpcXPWNBGBbkPdoaqYFMmavg4h0Uai3YAMKUtVryGu6rs8YMc8NC rJB5ByVOOnUjLUjQdd7roV5K3gGyWoB3YP7cQ9qRSxyrLtNvALHWCPAmyNRGBXrWNhmG TlHz7EfCiI09sO6CL7vKKNWlx4ZuJaerfHjrr5T0q/NzQWT70kjO8iNe9G8IU+ARWAHs 4RpVlGGbO68UBT/lY4AGoyyMUiNRK6PyAeEPFh4FjXBgun4yG8VRqtoWanFkpnkxt5NT Zg== Received: from sc-exch01.marvell.com ([199.233.58.181]) by mx0b-0016f401.pphosted.com with ESMTP id 2s0tjrdja8-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Mon, 22 Apr 2019 22:24:31 -0700 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Mon, 22 Apr 2019 22:24:30 -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, 22 Apr 2019 22:24:30 -0700 Received: from localhost.marvell.com (unknown [10.28.10.195]) by maili.marvell.com (Postfix) with ESMTP id 2E8253F703F; Mon, 22 Apr 2019 22:24:28 -0700 (PDT) From: To: CC: , , Praneeth Reddy Date: Tue, 23 Apr 2019 10:54:21 +0530 Message-ID: <1555997061-21977-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:, , definitions=2019-04-22_01:, , signatures=0 Subject: [dts] [PATCH] TestSuite_ptype_mapping.py: i40 pmd specific ptype mapping is not supported for cavium_a063 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 Marking this test case as not applicable for cavium_a063 Signed-off-by: Praneeth Reddy --- conf/test_case_checklist.json | 62 +++++++++++++++++++++++++++++++++++++++- tests/TestSuite_ptype_mapping.py | 2 +- 2 files changed, 62 insertions(+), 2 deletions(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index a1aa90b..decc946 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2200,5 +2200,65 @@ "Bug ID": "", "Comments": "the nic not support this case" } - ] + ], + "ptype_mapping_get": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "cavium_a063" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ], + "ptype_mapping_replace": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "cavium_a063" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ], + "ptype_mapping_reset": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "cavium_a063" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ], + "ptype_mapping_update": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "cavium_a063" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ] } diff --git a/tests/TestSuite_ptype_mapping.py b/tests/TestSuite_ptype_mapping.py index 2771337..6e1fce1 100644 --- a/tests/TestSuite_ptype_mapping.py +++ b/tests/TestSuite_ptype_mapping.py @@ -45,7 +45,7 @@ class TestPtype_Mapping(TestCase): Run at the start of each test suite. """ self.verify(self.nic in ['fortville_eagle', 'fortville_spirit', - 'fortville_spirit_single', 'fortville_25g'], + 'fortville_spirit_single', 'fortville_25g', 'cavium_a063'], 'ptype mapping test can not support %s nic' % self.nic) ports = self.dut.get_ports() self.verify(len(ports) >= 1, "Insufficient ports for testing") -- 1.8.3.1