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

haifeng haifengx.tang at intel.com
Fri Apr 8 08:26:17 CEST 2016


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