[dts] [DTS][PATCH] remove core_dump file backup function as these coredump file take a large amount of disk space

Liu, Yong yong.liu at intel.com
Mon Apr 11 15:13:53 CEST 2016


Applied. Thanks.

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of haifeng
> Sent: Friday, April 08, 2016 2:26 PM
> To: dts at dpdk.org
> Cc: Tang, HaifengX
> Subject: [dts] [DTS][PATCH] remove core_dump file backup function as these
> coredump file take a large amount of disk space
> 
> Signed-off-by: haifeng <haifengx.tang at intel.com>
> ---
>  framework/project_dpdk.py | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py
> index 1abcd42..e7a0f88 100644
> --- a/framework/project_dpdk.py
> +++ b/framework/project_dpdk.py
> @@ -225,10 +225,6 @@ class DPDKdut(Dut):
> 
>              # enable core dump
>              self.send_expect("ulimit -c unlimited", "#")
> -            # 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, "#",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