* [dts] [PATCH V1] tests/l2fwd_jobstats:add scapy_send_packet timeout
@ 2019-10-21 20:07 Xiaoxiao Zeng
2019-10-23 9:56 ` Tu, Lijuan
0 siblings, 1 reply; 2+ messages in thread
From: Xiaoxiao Zeng @ 2019-10-21 20:07 UTC (permalink / raw)
To: dts; +Cc: Xiaoxiao Zeng
*.90 seconds timeout not enough,change timout to 120 seconds.
Signed-off-by: Xiaoxiao Zeng <xiaoxiaox.zeng@intel.com>
---
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):
"""
--
2.17.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] [PATCH V1] tests/l2fwd_jobstats:add scapy_send_packet timeout
2019-10-21 20:07 [dts] [PATCH V1] tests/l2fwd_jobstats:add scapy_send_packet timeout Xiaoxiao Zeng
@ 2019-10-23 9:56 ` Tu, Lijuan
0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-10-23 9:56 UTC (permalink / raw)
To: Zeng, XiaoxiaoX, dts; +Cc: Zeng, XiaoxiaoX
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xiaoxiao Zeng
> Sent: Tuesday, October 22, 2019 4:07 AM
> To: dts@dpdk.org
> Cc: Zeng, XiaoxiaoX <xiaoxiaox.zeng@intel.com>
> Subject: [dts] [PATCH V1] tests/l2fwd_jobstats:add scapy_send_packet
> timeout
>
> *.90 seconds timeout not enough,change timout to 120 seconds.
>
> Signed-off-by: Xiaoxiao Zeng <xiaoxiaox.zeng@intel.com>
> ---
> 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):
> """
> --
> 2.17.0
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-23 9:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-21 20:07 [dts] [PATCH V1] tests/l2fwd_jobstats:add scapy_send_packet timeout Xiaoxiao Zeng
2019-10-23 9:56 ` 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).