From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 245EF2BDC for ; Thu, 22 Sep 2016 10:16:20 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 22 Sep 2016 01:16:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,378,1470726000"; d="scan'208";a="764388682" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 22 Sep 2016 01:16:18 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 22 Sep 2016 01:16:17 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 22 Sep 2016 01:16:17 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.234]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.95]) with mapi id 14.03.0248.002; Thu, 22 Sep 2016 16:16:15 +0800 From: "Liu, Yong" To: "Xu, GangX" , "dts@dpdk.org" CC: "Xu, GangX" Thread-Topic: [dts] [PATCH V2 2/5] fix TestSuite unit_tests_mbuf Thread-Index: AQHSFHtNKmiBrDtHxE+QW6gXjvF1HqCFKXaQ Date: Thu, 22 Sep 2016 08:16:14 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E602DDDE1@SHSMSX103.ccr.corp.intel.com> References: <1474512358-25685-1-git-send-email-gangx.xu@intel.com> In-Reply-To: <1474512358-25685-1-git-send-email-gangx.xu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzFmOTY1ZmItM2ZkYy00ZDg1LWI4YzktNGUzYzAwYmExOGViIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ing2T3E0SGlPQmJMVmlLWFJTWHBSeDBsRXZcL0NMNDhGam5PNlwvU0RJUWppYz0ifQ== 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] [PATCH V2 2/5] fix TestSuite unit_tests_mbuf 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: Thu, 22 Sep 2016 08:16:21 -0000 Gang, do you known what exhausted much long time on FreeBSD. It only takes = few seconds on my system and maybe one potential issue. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xu,gang > Sent: Thursday, September 22, 2016 10:46 AM > To: dts@dpdk.org > Cc: Xu, GangX > Subject: [dts] [PATCH V2 2/5] fix TestSuite unit_tests_mbuf >=20 > it have use more time for run on FreeBSD >=20 > Signed-off-by: xu,gang > --- > tests/TestSuite_unit_tests_mbuf.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_unit_tests_mbuf.py > b/tests/TestSuite_unit_tests_mbuf.py > index c4dfaab..9493139 100644 > --- a/tests/TestSuite_unit_tests_mbuf.py > +++ b/tests/TestSuite_unit_tests_mbuf.py > @@ -71,7 +71,7 @@ class TestUnitTestsMbuf(TestCase): > """ >=20 > self.dut.send_expect("./app/test/test -n 1 -c ffff", > "R.*T.*E.*>.*>", 60) > - out =3D self.dut.send_expect("mbuf_autotest", "RTE>>", 60) > + out =3D self.dut.send_expect("mbuf_autotest", "RTE>>", 180) > self.dut.send_expect("quit", "# ") > self.verify("Test OK" in out, "Test failed") >=20 > -- > 1.9.3