test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/userspace_ethtool: add cvl_100g nic supported
@ 2021-02-20 14:50 xiewei
  2021-02-20  6:24 ` Xie, WeiX
  0 siblings, 1 reply; 4+ messages in thread
From: xiewei @ 2021-02-20 14:50 UTC (permalink / raw)
  To: dts; +Cc: xiewei

add CVL_100G*2 into list.

Signed-off-by: xiewei <weix.xie@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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-25  8:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-20 14:50 [dts] [PATCH V1] tests/userspace_ethtool: add cvl_100g nic supported xiewei
2021-02-20  6:24 ` Xie, WeiX
2021-02-20  7:07   ` Zhao, HaiyangX
2021-02-25  8:00     ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).