From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4172EA09FF; Wed, 6 Jan 2021 06:39:36 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3911B1608CB; Wed, 6 Jan 2021 06:39:36 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id C877D1608A4 for ; Wed, 6 Jan 2021 06:39:34 +0100 (CET) IronPort-SDR: 0FmG3YYRG5Hc1Jo79cDDUGOMbzrx8dxxB36HJ+wyldz1fYvdVlyv0COvedDcdDM36ys0c0tiNg jp2pw2X6+qcw== X-IronPort-AV: E=McAfee;i="6000,8403,9855"; a="156421263" X-IronPort-AV: E=Sophos;i="5.78,479,1599548400"; d="scan'208";a="156421263" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2021 21:39:34 -0800 IronPort-SDR: Q0fiU4jpbZUzPGCx94qeW0ed5qyWczeqDQZ1tl/8Vyu4v9unXGHrszVUdUQGNgBCHZ7mNOoo8c 7JSWGYW30Bwg== X-IronPort-AV: E=Sophos;i="5.78,479,1599548400"; d="scan'208";a="379159023" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2021 21:39:33 -0800 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Wed, 6 Jan 2021 13:41:26 +0800 Message-Id: <20210106054128.4601-5-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210106054128.4601-1-weix.xie@intel.com> References: <20210106054128.4601-1-weix.xie@intel.com> Subject: [dts] [PATCH V1 4/6] tests/TestSuite_port_representor:add cvl nic supported X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" add cvl nic supported Signed-off-by: Xie wei --- 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 209272c3..e2fe0dc8 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", "carlsville"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortville_25g", "carlsville", "columbiaville_25g", "columbiaville_100g"], "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