* [dts] [PATCH][DTS] as dut generate many big coredump files , backup them may take more 15s, so upgrade the timeout threshold
@ 2016-01-21 5:52 haifeng
2016-02-22 6:28 ` Xu, HuilongX
2016-02-23 1:06 ` Liu, Yong
0 siblings, 2 replies; 3+ messages in thread
From: haifeng @ 2016-01-21 5:52 UTC (permalink / raw)
To: dts
Signed-off-by: haifeng <haifengx.tang@intel.com>
---
framework/project_dpdk.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py
index 597982f..36833a3 100644
--- a/framework/project_dpdk.py
+++ b/framework/project_dpdk.py
@@ -222,7 +222,7 @@ class DPDKdut(Dut):
# copy the core files outside DPDK folder
self.send_expect("mkdir CORE_DUMP", "#")
self.send_expect("find %s/ -name core.* -exec cp {} CORE_DUMP \;" %
- self.base_dir, "#")
+ self.base_dir, "#",30)
# unpack the code and change to the working folder
self.send_expect("rm -rf %s" % self.base_dir, "#")
--
1.9.3
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH][DTS] as dut generate many big coredump files , backup them may take more 15s, so upgrade the timeout threshold
2016-01-21 5:52 [dts] [PATCH][DTS] as dut generate many big coredump files , backup them may take more 15s, so upgrade the timeout threshold haifeng
@ 2016-02-22 6:28 ` Xu, HuilongX
2016-02-23 1:06 ` Liu, Yong
1 sibling, 0 replies; 3+ messages in thread
From: Xu, HuilongX @ 2016-02-22 6:28 UTC (permalink / raw)
To: Tang, HaifengX, dts
Acket-by: huilong <huilongx.xu@intel.com>
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of haifeng
> Sent: Thursday, January 21, 2016 1:53 PM
> To: dts@dpdk.org
> Subject: [dts] [PATCH][DTS] as dut generate many big coredump files ,
> backup them may take more 15s, so upgrade the timeout threshold
>
> Signed-off-by: haifeng <haifengx.tang@intel.com>
> ---
> framework/project_dpdk.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py
> index 597982f..36833a3 100644
> --- a/framework/project_dpdk.py
> +++ b/framework/project_dpdk.py
> @@ -222,7 +222,7 @@ class DPDKdut(Dut):
> # copy the core files outside DPDK folder
> self.send_expect("mkdir CORE_DUMP", "#")
> self.send_expect("find %s/ -name core.* -exec cp {} CORE_DUMP
> \;" %
> - self.base_dir, "#")
> + self.base_dir, "#",30)
>
> # unpack the code and change to the working folder
> self.send_expect("rm -rf %s" % self.base_dir, "#")
> --
> 1.9.3
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH][DTS] as dut generate many big coredump files , backup them may take more 15s, so upgrade the timeout threshold
2016-01-21 5:52 [dts] [PATCH][DTS] as dut generate many big coredump files , backup them may take more 15s, so upgrade the timeout threshold haifeng
2016-02-22 6:28 ` Xu, HuilongX
@ 2016-02-23 1:06 ` Liu, Yong
1 sibling, 0 replies; 3+ messages in thread
From: Liu, Yong @ 2016-02-23 1:06 UTC (permalink / raw)
To: haifeng, dts
Applied. Thanks.
On 01/21/2016 01:52 PM, haifeng wrote:
> Signed-off-by: haifeng <haifengx.tang@intel.com>
> ---
> framework/project_dpdk.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py
> index 597982f..36833a3 100644
> --- a/framework/project_dpdk.py
> +++ b/framework/project_dpdk.py
> @@ -222,7 +222,7 @@ class DPDKdut(Dut):
> # copy the core files outside DPDK folder
> self.send_expect("mkdir CORE_DUMP", "#")
> self.send_expect("find %s/ -name core.* -exec cp {} CORE_DUMP \;" %
> - self.base_dir, "#")
> + self.base_dir, "#",30)
>
> # unpack the code and change to the working folder
> self.send_expect("rm -rf %s" % self.base_dir, "#")
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-23 1:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-21 5:52 [dts] [PATCH][DTS] as dut generate many big coredump files , backup them may take more 15s, so upgrade the timeout threshold haifeng
2016-02-22 6:28 ` Xu, HuilongX
2016-02-23 1:06 ` Liu, Yong
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).