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 D2167A0588; Tue, 21 Apr 2020 11:15:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BA9391D956; Tue, 21 Apr 2020 11:15:01 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 4C3651D951 for ; Tue, 21 Apr 2020 11:15:00 +0200 (CEST) IronPort-SDR: y9M5Xh4wdWhyNbLZ5XxEQbfaoVSuGxw8DZ425jXcKwUUVK53MI6iWIzghqdEzkqIFU70DAS8bP CPmx349oZgfw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2020 02:14:58 -0700 IronPort-SDR: tiUxT/tnAPS1QlsD/OX8R0o3+5py2fN1y/Wc1ueIsy6ocpyJG9ZLGsXhpdFqBwK/o0QpztxPpy /bBXL7gyufCg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,409,1580803200"; d="scan'208";a="290397682" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by fmsmga002.fm.intel.com with ESMTP; 21 Apr 2020 02:14:56 -0700 From: "Xu, Hailin" To: dts@dpdk.org Cc: "Xu, Hailin" Date: Tue, 21 Apr 2020 17:06:43 +0800 Message-Id: <1587460003-264054-1-git-send-email-hailinx.xu@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH v1] tests/TestSuite_qinq_filter: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: "Xu, Hailin" carlsville driver is i40e, so the nic support the suite. Signed-off-by: Xu, Hailin --- tests/TestSuite_qinq_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_qinq_filter.py b/tests/TestSuite_qinq_filter.py index 4450ea0..de5520d 100644 --- a/tests/TestSuite_qinq_filter.py +++ b/tests/TestSuite_qinq_filter.py @@ -51,7 +51,7 @@ class TestQinqFilter(TestCase): global dutRxPortId global dutTxPortId - self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g", 'foxville'], + self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g", 'foxville', 'carlsville'], "NIC %s not support this test" % self.nic) print('this case only supports fortville with 6.0.0+ firmware and dpdk17.05+') ports = self.dut.get_ports() -- 1.8.3.1