[dts] [PATCH v1] tests/TestSuite_vxlan_gpe_support_in_i40e:add nic carlsville.

Xu Hailin hailinx.xu at intel.com
Mon Apr 13 08:58:41 CEST 2020


From: xuhailin <hailinx.xu at intel.com>

carlsville driver is i40e, so the nic support the suite.

Signed-off-by: xuhailin <hailinx.xu at intel.com>
---
 tests/TestSuite_vxlan_gpe_support_in_i40e.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vxlan_gpe_support_in_i40e.py b/tests/TestSuite_vxlan_gpe_support_in_i40e.py
index bbf0260..72f16e4 100644
--- a/tests/TestSuite_vxlan_gpe_support_in_i40e.py
+++ b/tests/TestSuite_vxlan_gpe_support_in_i40e.py
@@ -139,7 +139,7 @@ class TestVxlanGpeSupportInI40e(TestCase):
         vxlan Prerequisites
         """
         # this feature only enable in FVL now
-        if self.nic not in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g"]:
+        if self.nic not in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g", "carlsville"]:
             self.verify(False, "%s not support this vxlan-gpe" % self.nic)
         # Based on h/w type, choose how many ports to use
         ports = self.dut.get_ports()
-- 
2.17.1



More information about the dts mailing list