* [dts] [PATCH V1] tests/l2fwd_jobstats:add timeout at scapy_send_packet
@ 2019-10-21 18:50 Xiaoxiao Zeng
0 siblings, 0 replies; only message in thread
From: Xiaoxiao Zeng @ 2019-10-21 18:50 UTC (permalink / raw)
To: dts; +Cc: root
From: root <root@localhost.localdomain>
*.90 seconds timeout not enough,change timout for 120 seconds.
Signed-off-by: root <root@localhost.localdomain>
---
tests/TestSuite_l2fwd_jobstats.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_l2fwd_jobstats.py b/tests/TestSuite_l2fwd_jobstats.py
index 7f12229..18c25d4 100644
--- a/tests/TestSuite_l2fwd_jobstats.py
+++ b/tests/TestSuite_l2fwd_jobstats.py
@@ -97,7 +97,7 @@ class TestL2fwdJobstats(TestCase):
txItf = self.tester.get_interface(txport)
self.tester.scapy_append(
'sendp([Ether(dst="02:00:00:00:00", src="%s")/IP()/UDP()/Raw(\'X\'*18)], iface="%s",count=%s)' % (mac, txItf, count))
- self.tester.scapy_execute(timeout=90)
+ self.tester.scapy_execute(timeout=120)
def tear_down(self):
"""
--
1.8.4.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-10-21 6:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-21 18:50 [dts] [PATCH V1] tests/l2fwd_jobstats:add timeout at scapy_send_packet Xiaoxiao Zeng
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).