[dts] [PATCH V1 2/6] tests/TestSuite_fortville_rss_input:add cvl nic supported

Xie wei weix.xie at intel.com
Wed Jan 6 06:41:24 CET 2021


add cvl nic supported

Signed-off-by: Xie wei <weix.xie at intel.com>
---
 tests/TestSuite_fortville_rss_input.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_fortville_rss_input.py b/tests/TestSuite_fortville_rss_input.py
index 58868bff..f542b667 100644
--- a/tests/TestSuite_fortville_rss_input.py
+++ b/tests/TestSuite_fortville_rss_input.py
@@ -79,7 +79,7 @@ class TestFortvilleRssInput(TestCase):
         """
 
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit",
-                    "fortville_spirit_single", "fortville_25g", "carlsville"],
+                    "fortville_spirit_single", "fortville_25g", "carlsville","columbiaville_25g","columbiaville_100g"],
                     "NIC Unsupported: " + str(self.nic))
         ports = self.dut.get_ports(self.nic)
         self.verify(len(ports) >= 1, "Not enough ports available")
-- 
2.17.1



More information about the dts mailing list