From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 5DD0F2BE6 for ; Mon, 11 Apr 2016 15:14:34 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP; 11 Apr 2016 06:14:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,462,1455004800"; d="scan'208";a="82996454" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 11 Apr 2016 06:14:29 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 11 Apr 2016 06:14:26 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.136]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.155]) with mapi id 14.03.0248.002; Mon, 11 Apr 2016 21:13:53 +0800 From: "Liu, Yong" To: "Tang, HaifengX" , "dts@dpdk.org" CC: "Tang, HaifengX" Thread-Topic: [dts] [DTS][PATCH] remove core_dump file backup function as these coredump file take a large amount of disk space Thread-Index: AQHRkWA6hTfelke3PkeuDjb+PmIIjZ+ExTDA Date: Mon, 11 Apr 2016 13:13:53 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E14EF034D@SHSMSX101.ccr.corp.intel.com> References: <1460096777-6197-1-git-send-email-haifengx.tang@intel.com> In-Reply-To: <1460096777-6197-1-git-send-email-haifengx.tang@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWU0ZmIwOTYtMWYwZS00MDgyLWJiNmEtYjAwZjdmYmIyNDgwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImVTT2tcL1o1bUlKejZYeWxaT3hKQk5UWmtpOU01b2Q0VFRKNkRmcWxEdVBVPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [DTS][PATCH] remove core_dump file backup function as these coredump file take a large amount of disk space X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 13:14:34 -0000 Applied. Thanks. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of haifeng > Sent: Friday, April 08, 2016 2:26 PM > To: dts@dpdk.org > Cc: Tang, HaifengX > Subject: [dts] [DTS][PATCH] remove core_dump file backup function as thes= e > coredump file take a large amount of disk space >=20 > Signed-off-by: haifeng > --- > framework/project_dpdk.py | 4 ---- > 1 file changed, 4 deletions(-) >=20 > 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): >=20 > # 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_DUM= P > \;" % > - self.base_dir, "#",30) >=20 > # unpack the code and change to the working folder > self.send_expect("rm -rf %s" % self.base_dir, "#") > -- > 1.9.3