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 0DE50A0597; Tue, 21 Apr 2020 13:12:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DD1A41C036; Tue, 21 Apr 2020 13:12:17 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 7C27F1BF70 for ; Tue, 21 Apr 2020 13:12:15 +0200 (CEST) IronPort-SDR: RzZvRNOAWYqOJ/fXAyM2Va4dUIrUjHPXFJimZEXBTldM6jJGqJsao7ARSH7R/eaC1rXoZ0weLD x5fi+NAv7vFQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2020 04:12:14 -0700 IronPort-SDR: nUphYd6XMZAPS9oUYuLe3QRA4bri65yzIHvbIFwcwxjeQz+p84+MSGC+ab/rkYpimjYLBj9APR niXyzKcm6QHA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,410,1580803200"; d="scan'208";a="365316860" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by fmsmga001.fm.intel.com with ESMTP; 21 Apr 2020 04:12:13 -0700 From: Xu Hailin To: dts@dpdk.org Cc: "Xu, Hailin" Date: Tue, 21 Apr 2020 19:03:59 +0800 Message-Id: <1587467039-274871-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