From: Zhou Jun <junx.w.zhou@intel.com>
To: dts@dpdk.org
Cc: Zhou Jun <junx.w.zhou@intel.com>
Subject: [dts] [PATCH V1] tests/TestSuite_pmd_bonded: DTS modify verify value to adapt dpdk's echo changes
Date: Thu, 12 Nov 2020 11:17:09 +0800 [thread overview]
Message-ID: <20201112031709.22011-1-junx.w.zhou@intel.com> (raw)
DTS modify verify value to adapt dpdk's echo changes
Signed-off-by: Zhou Jun <junx.w.zhou@intel.com>
---
tests/TestSuite_pmd_bonded.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_pmd_bonded.py b/tests/TestSuite_pmd_bonded.py
index 877fc8ac..c5c1a667 100644
--- a/tests/TestSuite_pmd_bonded.py
+++ b/tests/TestSuite_pmd_bonded.py
@@ -475,7 +475,7 @@ UDP(sport=srcport, dport=destport)/Raw(load="\x50"*%s)], iface="%s", count=%d)'
"Bonding port connect socket error")
self.verify("Link status: down" in out,
"Bonding port default link status error")
- self.verify("Link speed: 0 Mbps" in out,
+ self.verify("Link speed: None" in out,
"Bonding port default link speed error")
return bond_port
--
2.17.1
next reply other threads:[~2020-11-12 3:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-12 3:17 Zhou Jun [this message]
2020-11-12 3:15 ` Zhou, JunX W
2020-11-12 3:19 ` Zhao, HaiyangX
2020-11-18 3:18 ` 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=20201112031709.22011-1-junx.w.zhou@intel.com \
--to=junx.w.zhou@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).