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 6C9A7A0577; Tue, 14 Apr 2020 04:40:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 272BA1C020; Tue, 14 Apr 2020 04:40:02 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id B0A351BFD7 for ; Tue, 14 Apr 2020 04:40:00 +0200 (CEST) IronPort-SDR: OjvncgaJBINpXcYsJBV+dB8yTvYwy5Yk04OUGkk0KRc+L6BbxAzKyBeuMYGm6LwB2hWMU6ENPe AxAwzsrjEf0g== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2020 19:39:58 -0700 IronPort-SDR: R8xWhJLLg2Ur1p9T8DyhWPgNiusbeUDQkCYRIdRRqryn+FBa0BovTDyDGLKQX9T2kzQByRzp3B 7m6ly6up7xzw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,381,1580803200"; d="scan'208";a="271261381" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by orsmga002.jf.intel.com with ESMTP; 13 Apr 2020 19:39:57 -0700 From: "Xu,Hailin" To: dts@dpdk.org Cc: xuhailin Date: Tue, 14 Apr 2020 10:32:43 +0800 Message-Id: <1586831563-239040-1-git-send-email-hailinx.xu@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH v2]tests/TestSuite_veb_switch: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_veb_switch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_veb_switch.py b/tests/TestSuite_veb_switch.py index 9450f49..0753646 100644 --- a/tests/TestSuite_veb_switch.py +++ b/tests/TestSuite_veb_switch.py @@ -157,7 +157,7 @@ class TestVEBSwitching(TestCase): Prerequisite steps for each test suite. """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", - "fortville_spirit_single", "fortville_25g"], + "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