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 AE303A0577; Mon, 13 Apr 2020 10:26:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7FCCF2B96; Mon, 13 Apr 2020 10:26:29 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 015E32B84 for ; Mon, 13 Apr 2020 10:26:27 +0200 (CEST) IronPort-SDR: h1ewHzAa4FKkLK7AFCQTOfGtXLc4G+CcVmfiZFE08/IJ+MY0S8TcTeUCkDNpyuRCE8t0aXxqse dGs1sPeOMOVA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2020 01:26:26 -0700 IronPort-SDR: 3gWI3TpR4aJ8Ne8tua4leTyV0bRmMh42uIUhuiufKt505NjML0kWk+MRB0+U7uamxtt1QW/JwS k+fFOskHYnmg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,378,1580803200"; d="scan'208";a="363016676" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by fmsmga001.fm.intel.com with ESMTP; 13 Apr 2020 01:26:25 -0700 From: Xu Hailin To: dts@dpdk.org Cc: xuhailin Date: Mon, 13 Apr 2020 16:19:17 +0800 Message-Id: <1586765957-158510-1-git-send-email-hailinx.xu@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH v1] tests/TestSuite_runtime_vf_queue_number_kernel: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_runtime_vf_queue_number_kernel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_runtime_vf_queue_number_kernel.py b/tests/TestSuite_runtime_vf_queue_number_kernel.py index c37d418..299216c 100644 --- a/tests/TestSuite_runtime_vf_queue_number_kernel.py +++ b/tests/TestSuite_runtime_vf_queue_number_kernel.py @@ -51,7 +51,7 @@ class TestRuntimeVfQueueNumberKernel(TestCase): max_queue = 16 def set_up_all(self): - self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "fortville_25g", "fortville_spirit_single", "fortpark_TLV"], + self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "fortville_25g", "fortville_spirit_single", "fortpark_TLV", "carlsville"], "Only supported by Fortville") self.dut_ports = self.dut.get_ports(self.nic) self.verify(len(self.dut_ports) > 1, "Insufficient ports") -- 2.17.1