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 2411ECF9 for ; Tue, 20 Oct 2015 04:23:51 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 19 Oct 2015 19:23:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,705,1437462000"; d="scan'208";a="667693084" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga003.jf.intel.com with ESMTP; 19 Oct 2015 19:23:52 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 19 Oct 2015 19:23:45 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 19 Oct 2015 19:23:44 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.204]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.194]) with mapi id 14.03.0248.002; Tue, 20 Oct 2015 10:23:43 +0800 From: "Liu, Yong" To: "Tu, LijuanX A" , "dts@dpdk.org" Thread-Topic: [dts] [[patch]] unit_test_hash need more time to exe test Signed-off-by: lijuan tu Thread-Index: AQHRBxvUyzu2O6ZsukSR3HjWMPpwSJ5zrmjg Date: Tue, 20 Oct 2015 02:23:43 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10F2DEC6@SHSMSX103.ccr.corp.intel.com> References: <1444893960-4191-1-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1444893960-4191-1-git-send-email-lijuanx.a.tu@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]] unit_test_hash need more time to exe test Signed-off-by: lijuan tu 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: Tue, 20 Oct 2015 02:23:52 -0000 Applied, please check your email subject. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of lijuan tu > Sent: Thursday, October 15, 2015 3:26 PM > To: dts@dpdk.org > Subject: [dts] [[patch]] unit_test_hash need more time to exe test Signed= - > off-by: lijuan tu >=20 > --- > tests/TestSuite_unit_tests_eal.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) >=20 > diff --git a/tests/TestSuite_unit_tests_eal.py > b/tests/TestSuite_unit_tests_eal.py > index e36adc5..b8bd5a3 100644 > --- a/tests/TestSuite_unit_tests_eal.py > +++ b/tests/TestSuite_unit_tests_eal.py > @@ -111,7 +111,7 @@ class TestUnitTestsEal(TestCase): > """ >=20 > self.dut.send_expect("./app/test/test -n 1 -c ffff", > "R.*T.*E.*>.*>", 10) > - out =3D self.dut.send_expect("hash_autotest", "RTE>>", 30) > + out =3D self.dut.send_expect("hash_autotest", "RTE>>", 40) > self.dut.send_expect("quit", "# ") > self.verify("Test OK" in out, "Test failed") >=20 > -- > 1.7.4.4