test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] framework/test_case.py: support columbiaville_25g nic
@ 2020-11-25 14:30 lingwei
  2020-11-25  6:37 ` Ling, WeiX
  2020-11-26  8:29 ` Tu, Lijuan
  0 siblings, 2 replies; 4+ messages in thread
From: lingwei @ 2020-11-25 14:30 UTC (permalink / raw)
  To: dts; +Cc: lingwei

support columbiaville_25g nic

Signed-off-by: lingwei <weix.ling@intel.com>
---
 framework/test_case.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/framework/test_case.py b/framework/test_case.py
index 300b6ace..57bea562 100644
--- a/framework/test_case.py
+++ b/framework/test_case.py
@@ -498,6 +498,8 @@ class TestCase(object):
             bitrate *=25
         elif nic == 'columbiaville_25g':
             bitrate *= 25
+        elif nic == 'columbiaville_25gx2':
+            bitrate *= 25
         elif nic == 'columbiaville_100g':
             bitrate *= 100
 
-- 
2.17.1


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

end of thread, other threads:[~2020-11-26  8:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-25 14:30 [dts] [PATCH V1] framework/test_case.py: support columbiaville_25g nic lingwei
2020-11-25  6:37 ` Ling, WeiX
2020-11-25  6:49   ` Zhao, HaiyangX
2020-11-26  8:29 ` 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).