[dts] [PATCH V1] prolongation the time for operations to the network interface port

xu,gang gangx.xu at intel.com
Thu Oct 19 04:20:28 CEST 2017


prolongation the time for operations to the network interface port,
to make sure that worked

---
 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 868bfde..f2d0616 100644
--- a/tests/TestSuite_pmd_bonded.py
+++ b/tests/TestSuite_pmd_bonded.py
@@ -1053,7 +1053,7 @@ UDP(sport=srcport, dport=destport)/Raw(load="\x50"*%s)], iface="%s", count=%d)'
         else:
             eth = self.tester.get_interface(local_port)
             self.tester.admin_ports_linux(eth, status)
-        time.sleep(5)
+        time.sleep(10)
 
     def verify_round_robin_rx(self, unbound_port, bond_port, **slaves):
         """
-- 
1.9.3



More information about the dts mailing list