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

Liu, Yong yong.liu at intel.com
Tue Feb 23 02:06:40 CET 2016


Applied. Thanks.

On 01/21/2016 01:52 PM, haifeng wrote:
> 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, "#")



More information about the dts mailing list