[dts][PATCH V1] framework/pktgen_trex: increase expected timeout

Wei Ling weix.ling at intel.com
Mon Mar 20 03:06:29 CET 2023


When start trex with Intel 82599 series nic, it need more than 30
seconds, so increase expected timeout from 30 to 60.

Signed-off-by: Wei Ling <weix.ling at intel.com>
---
 framework/pktgen_trex.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/pktgen_trex.py b/framework/pktgen_trex.py
index 9ae27a1c..7efd9378 100644
--- a/framework/pktgen_trex.py
+++ b/framework/pktgen_trex.py
@@ -615,7 +615,7 @@ class TrexPacketGenerator(PacketGenerator):
                     ]
                 ),
                 "-Per port stats table",
-                30,
+                60,
             )
         try:
             self._connect()
-- 
2.25.1



More information about the dts mailing list