From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 23A1B378E for ; Wed, 18 Nov 2015 08:22:39 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 17 Nov 2015 23:22:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,311,1444719600"; d="scan'208";a="822863338" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga001.jf.intel.com with ESMTP; 17 Nov 2015 23:22:38 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 17 Nov 2015 23:22:38 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.138]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.193]) with mapi id 14.03.0248.002; Wed, 18 Nov 2015 15:22:36 +0800 From: "Liu, Yong" To: "Dong, ShijieX" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH V1] TIMEOUT on eal_flags_autotest Thread-Index: AQHRIO8MVAhNRreUyUmmHh01LYt+FZ6g/WsA//9/ggCAAIeygP//eooAgADioxA= Date: Wed, 18 Nov 2015 07:22:36 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10F697CC@SHSMSX103.ccr.corp.intel.com> References: <1447733610-18238-1-git-send-email-shijiex.dong@intel.com> <564BD2EC.2040303@intel.com> <1F89F50008D18D4EBA598B7DF3E7408901AFF3B8@SHSMSX103.ccr.corp.intel.com> <564BD8F7.5010300@intel.com> <1F89F50008D18D4EBA598B7DF3E7408901AFF3D8@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <1F89F50008D18D4EBA598B7DF3E7408901AFF3D8@SHSMSX103.ccr.corp.intel.com> Accept-Language: zh-CN, 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 V1] TIMEOUT on eal_flags_autotest 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: Wed, 18 Nov 2015 07:22:40 -0000 It's better to send out new patch:) > -----Original Message----- > From: Dong, ShijieX > Sent: Wednesday, November 18, 2015 9:51 AM > To: Liu, Yong; dts@dpdk.org > Subject: RE: [dts] [PATCH V1] TIMEOUT on eal_flags_autotest >=20 > I am this is DTS, this value I made two changes, the next time I pay > attention, this need to re do a patch? >=20 > -----Original Message----- > From: Liu, Yong > Sent: Wednesday, November 18, 2015 9:49 AM > To: Dong, ShijieX; dts@dpdk.org > Subject: Re: [dts] [PATCH V1] TIMEOUT on eal_flags_autotest >=20 > But from the log, the timeout value extended from 240 to 300, so i asked > the question. > One remind, please create your patch based on latest DTS code, not your > local code. >=20 > On 11/18/2015 09:42 AM, Dong, ShijieX wrote: > > Hi Liuyong > > The original value is 60 seconds, I test is 120 seconds. OK, because of > the "fialed several OS, in order to prevent the other systems but. > > > > -----Original Message----- > > From: Liu, Yong > > Sent: Wednesday, November 18, 2015 9:23 AM > > To: Dong, ShijieX; dts@dpdk.org > > Subject: Re: [dts] [PATCH V1] TIMEOUT on eal_flags_autotest > > > > Hi Shijie, > > As i known that timeout value has been extended. Could you give more > information why four minutes is still not enough for this test? > > > > On 11/17/2015 12:13 PM, Shijie Dong wrote: > >> add time for exec eal_flags_autotest > >> Signed-off-by: Shijie Dong > >> --- > >> tests/TestSuite_unit_tests_eal.py | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> diff --git a/tests/TestSuite_unit_tests_eal.py > >> b/tests/TestSuite_unit_tests_eal.py > >> index d0b9696..d6d21e4 100644 > >> --- a/tests/TestSuite_unit_tests_eal.py > >> +++ b/tests/TestSuite_unit_tests_eal.py > >> @@ -34,7 +34,7 @@ class TestUnitTestsEal(TestCase): > >> self.verify('make: Leaving directory' in out, "Compilation > failed") > >> [arch, machine, self.env, toolchain] =3D self.target.split(= '-') > >> self.start_test_time =3D 60 > >> - self.run_cmd_time =3D 240 > >> + self.run_cmd_time =3D 300 > >> > >> def set_up(self): > >> """