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 B36CDA0577; Tue, 14 Apr 2020 11:15:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 965391C29F; Tue, 14 Apr 2020 11:15:28 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id AA59B1C230 for ; Tue, 14 Apr 2020 11:15:26 +0200 (CEST) IronPort-SDR: sA0v9XQ+4yob5w7lOfyjKFPl02pd2bOj6lMH7pRihAHnfehx6srdY7/ItwNLVL1miy5CtOsr/x 4v0+CkDW2gUQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2020 02:15:25 -0700 IronPort-SDR: DPuyv2uj8Xg9Yb6/TS9tKqnRdseXs+VAg85EENVDP7tp/yTzViUV/2xLVrgG/aCgMajzaxos8a mu0oQXo6RGlw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,382,1580803200"; d="scan'208";a="288161053" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by fmsmga002.fm.intel.com with ESMTP; 14 Apr 2020 02:15:24 -0700 From: "Xu,Hailin" To: dts@dpdk.org Cc: xuhailin Date: Tue, 14 Apr 2020 17:08:08 +0800 Message-Id: <1586855288-294329-1-git-send-email-hailinx.xu@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH v1]tests/TestSuite_vxlan_sample: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_vxlan_sample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_vxlan_sample.py b/tests/TestSuite_vxlan_sample.py index 4ab9f18..71f49b4 100644 --- a/tests/TestSuite_vxlan_sample.py +++ b/tests/TestSuite_vxlan_sample.py @@ -78,7 +78,7 @@ class TestVxlanSample(TestCase): # this feature only enable in FVL now self.verify(self.nic in ["fortville_eagle", "fortville_spirit", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g"], + "fortville_spirit_single", "fortpark_TLV", "fortville_25g", "carlsville"], "Vxlan Only supported by Fortville") # Based on h/w type, choose how many ports to use self.dut_ports = self.dut.get_ports() -- 2.17.1