test suite reviews and discussions
 help / color / mirror / Atom feed
From: lingwei <weix.ling@intel.com>
To: dts@dpdk.org
Cc: lingwei <weix.ling@intel.com>
Subject: [dts] [PATCH V1] framework/test_case.py: support columbiaville_25g nic
Date: Wed, 25 Nov 2020 22:30:01 +0800	[thread overview]
Message-ID: <20201125143001.77290-1-weix.ling@intel.com> (raw)

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


             reply	other threads:[~2020-11-25  6:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-25 14:30 lingwei [this message]
2020-11-25  6:37 ` Ling, WeiX
2020-11-25  6:49   ` Zhao, HaiyangX
2020-11-26  8:29 ` Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201125143001.77290-1-weix.ling@intel.com \
    --to=weix.ling@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).