[dts] [PATCH V2] tests/TestSuite_userspace_ethtool: Add CVL nic to support test_dump_driver_info case

zhiwei.he zhiwei.he at intel.com
Thu Aug 29 09:50:30 CEST 2019


From: "zhiwei.he" <zhiwei.he at intel.com>

Signed-off-by: zhiwei.he <zhiwei.he at intel.com>
---
 tests/TestSuite_userspace_ethtool.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_userspace_ethtool.py b/tests/TestSuite_userspace_ethtool.py
index 0a4b772..36349a4 100644
--- a/tests/TestSuite_userspace_ethtool.py
+++ b/tests/TestSuite_userspace_ethtool.py
@@ -259,7 +259,7 @@ class TestUserspaceEthtool(TestCase, IxiaPacketGenerator):
         # only detect physical link disconnect status
         verify_pass = True
         verify_msg = ''
-        if self.nic.startswith("fortville") == False:  
+        if (self.nic.startswith("fortville") or self.nic.startswith("columbiaville")) == False:  
             # check link status dump function
             for port in self.ports:
                 tester_port = self.tester.get_local_port(port)
-- 
1.8.3.1



More information about the dts mailing list