[dts] [PATCH V1] tests/TestSuite_pmd_bonded: DTS modify verify value to adapt dpdk's echo changes

Zhou Jun junx.w.zhou at intel.com
Thu Nov 12 04:17:09 CET 2020


DTS modify verify value to adapt dpdk's echo changes

Signed-off-by: Zhou Jun <junx.w.zhou at 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



More information about the dts mailing list