From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D85BD137C for ; Mon, 22 Feb 2016 07:29:32 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 21 Feb 2016 22:29:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,483,1449561600"; d="scan'208";a="918204200" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga002.jf.intel.com with ESMTP; 21 Feb 2016 22:29:30 -0800 Received: from fmsmsx151.amr.corp.intel.com (10.18.125.4) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 21 Feb 2016 22:29:30 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX151.amr.corp.intel.com (10.18.125.4) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 21 Feb 2016 22:29:29 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.249]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.196]) with mapi id 14.03.0248.002; Mon, 22 Feb 2016 14:28:55 +0800 From: "Xu, HuilongX" To: "Tang, HaifengX" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH][DTS] as dut generate many big coredump files , backup them may take more 15s, so upgrade the timeout threshold Thread-Index: AQHRVBCxXQ1b5M7gMECMTWLa7Yy6v583zD1Q Date: Mon, 22 Feb 2016 06:28:54 +0000 Message-ID: References: <1453355563-3315-1-git-send-email-haifengx.tang@intel.com> In-Reply-To: <1453355563-3315-1-git-send-email-haifengx.tang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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] [PATCH][DTS] as dut generate many big coredump files , backup them may take more 15s, so upgrade the timeout threshold 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, 22 Feb 2016 06:29:33 -0000 Acket-by: huilong > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of haifeng > Sent: Thursday, January 21, 2016 1:53 PM > To: dts@dpdk.org > Subject: [dts] [PATCH][DTS] as dut generate many big coredump files , > backup them may take more 15s, so upgrade the timeout threshold >=20 > Signed-off-by: haifeng > --- > framework/project_dpdk.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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_DUM= P > \;" % > - self.base_dir, "#") > + 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