From: Zeng Xiaoxiao <xiaoxiaox.zeng@intel.com>
To: dts@dpdk.org
Cc: Zeng Xiaoxiao <xiaoxiaox.zeng@intel.com>
Subject: [dts] [PATCH V1]tests/shutdown_api: suit cvl nic speed
Date: Tue, 3 Mar 2020 22:36:38 +0800 [thread overview]
Message-ID: <1583246198-54105-1-git-send-email-xiaoxiaox.zeng@intel.com> (raw)
*.cvl100G link speed is different with cvl25G.
Signed-off-by: Zeng Xiaoxiao <xiaoxiaox.zeng@intel.com>
---
tests/TestSuite_shutdown_api.py | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tests/TestSuite_shutdown_api.py b/tests/TestSuite_shutdown_api.py
index 11d451b..0127a57 100644
--- a/tests/TestSuite_shutdown_api.py
+++ b/tests/TestSuite_shutdown_api.py
@@ -466,6 +466,12 @@ class TestShutdownApi(TestCase):
elif self.nic in ["sagepond"]:
if config[0] != '1000' and '10000':
continue
+ elif self.nic == "columbiaville_100g":
+ if config[0] != '100000':
+ continue
+ elif self.nic == "columbiaville_25g":
+ if config[0] != '10000':
+ continue
self.dut.send_expect("port stop all", "testpmd> ", 100)
for port in self.ports:
self.dut.send_expect("port config %d speed %s duplex %s" % (port,
--
1.8.3.1
next reply other threads:[~2020-03-03 6:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-03 14:36 Zeng Xiaoxiao [this message]
2020-03-03 6:52 ` Zeng, XiaoxiaoX
2020-03-03 7:32 ` 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=1583246198-54105-1-git-send-email-xiaoxiaox.zeng@intel.com \
--to=xiaoxiaox.zeng@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).