[dts] [PATCH][DTS] as dut generate many big coredump files , backup them may take more 15s, so upgrade the timeout threshold

Xu, HuilongX huilongx.xu at intel.com
Mon Feb 22 07:28:54 CET 2016


Acket-by: huilong <huilongx.xu at intel.com>
> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of haifeng
> Sent: Thursday, January 21, 2016 1:53 PM
> To: dts at 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 at 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



More information about the dts mailing list