test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_pmd_bonded: DTS modify verify value to adapt dpdk's echo changes
@ 2020-11-12  3:17 Zhou Jun
  2020-11-12  3:15 ` Zhou, JunX W
  2020-11-18  3:18 ` Tu, Lijuan
  0 siblings, 2 replies; 4+ messages in thread
From: Zhou Jun @ 2020-11-12  3:17 UTC (permalink / raw)
  To: dts; +Cc: Zhou Jun

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


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

end of thread, other threads:[~2020-11-18  3:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-12  3:17 [dts] [PATCH V1] tests/TestSuite_pmd_bonded: DTS modify verify value to adapt dpdk's echo changes Zhou Jun
2020-11-12  3:15 ` Zhou, JunX W
2020-11-12  3:19   ` Zhao, HaiyangX
2020-11-18  3:18 ` 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).