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 8719FA045E for ; Thu, 30 May 2019 06:45:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4EF31375B; Thu, 30 May 2019 06:45:38 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 4444E2C0C for ; Thu, 30 May 2019 06:45:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 May 2019 21:45:36 -0700 X-ExtLoop1: 1 Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by orsmga002.jf.intel.com with ESMTP; 29 May 2019 21:45:35 -0700 From: Wenjie Li To: dts@dpdk.org Cc: Wenjie Li Date: Thu, 30 May 2019 12:49:56 +0800 Message-Id: <1559191796-117266-1-git-send-email-wenjiex.a.li@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] tests/ptype_mapping: add fortpark_TLV 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" tests/ptype_mapping could support fortpark_TLV, add it to setup_all(). Signed-off-by: Wenjie Li --- tests/TestSuite_ptype_mapping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_ptype_mapping.py b/tests/TestSuite_ptype_mapping.py index 2771337..84cdc61 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', 'fortpark_TLV'], 'ptype mapping test can not support %s nic' % self.nic) ports = self.dut.get_ports() self.verify(len(ports) >= 1, "Insufficient ports for testing") -- 2.17.2