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 94F54A0577; Mon, 13 Apr 2020 09:45:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 82D8DFFA; Mon, 13 Apr 2020 09:45:00 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id D29D0F72 for ; Mon, 13 Apr 2020 09:44:58 +0200 (CEST) IronPort-SDR: kS+VqP2KMp+/+5E2IPHRBqmh7w9TzKNnKo1S550flCOIIDbKN6CvSKMAaq7Ppq23mcOgvrgBo9 hiikNvzrjt4w== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2020 00:44:57 -0700 IronPort-SDR: Tw9s7rOoju2AxN+QwPqAsRKzDQ9Qh1uY6KaA48kSEb3MCx4tcYMrX3e1cMaTW/2A/VzinylRX0 y7xBqTdk39Kg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,378,1580803200"; d="scan'208";a="271001224" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by orsmga002.jf.intel.com with ESMTP; 13 Apr 2020 00:44:56 -0700 From: Xu Hailin To: dts@dpdk.org Cc: xuhailin Date: Mon, 13 Apr 2020 15:37:48 +0800 Message-Id: <1586763468-146562-1-git-send-email-hailinx.xu@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH v1] tests/TestSuite_port_representor:add nic carlsville. 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: xuhailin carlsville driver is i40e, so the nic support the suite. Signed-off-by: xuhailin --- tests/TestSuite_port_representor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_port_representor.py b/tests/TestSuite_port_representor.py index 893123a..209272c 100644 --- a/tests/TestSuite_port_representor.py +++ b/tests/TestSuite_port_representor.py @@ -51,7 +51,7 @@ class TestPortRepresentor(TestCase): Prerequisite steps for each test suite. """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", - "fortville_spirit_single", "fortville_25g"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortville_25g", "carlsville"], "NIC Unsupported: " + str(self.nic)) self.dut_ports = self.dut.get_ports(self.nic) self.verify(len(self.dut_ports) >= 1, "Insufficient ports") -- 2.17.1