[dts] [PATCH V1] tests/userspace_ethtool: add cvl_100g nic supported

xiewei weix.xie at intel.com
Sat Feb 20 15:50:40 CET 2021


add CVL_100G*2 into list.

Signed-off-by: xiewei <weix.xie 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 d73a7e16..fd65d718 100644
--- a/tests/TestSuite_userspace_ethtool.py
+++ b/tests/TestSuite_userspace_ethtool.py
@@ -555,7 +555,7 @@ class TestUserspaceEthtool(TestCase, IxiaPacketGenerator):
             # about columbiaville_25g(8086:1593),there have a kernel driver link status issue
             # about Sageville(8086:1563),driver do not write register to set link-down
             # so skip this step of verify status
-            if self.nic not in ['columbiaville_25g', 'sageville']:
+            if self.nic not in ['columbiaville_25g', 'sageville', 'columbiaville_100g']:
                 self.verify(self.ethapp_check_link_status(index, 'Down') == True,
                            'Fail to stop port{}'.format(index))
             # check packet not forwarded when port is stop
-- 
2.18.2



More information about the dts mailing list