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 BDDB9CF9 for ; Tue, 20 Oct 2015 04:23:32 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 19 Oct 2015 19:23:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,705,1437462000"; d="scan'208";a="797534880" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 19 Oct 2015 19:23:33 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 19 Oct 2015 19:23:31 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.110.15) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 19 Oct 2015 19:23:30 -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:27 +0800 From: "Liu, Yong" To: "Tu, LijuanX A" , "dts@dpdk.org" Thread-Topic: [dts] [[patch]] need more time to start test-app Signed-off-by: lijuan tu Thread-Index: AQHRBxfzEc9nIs4NHEKkmou9IjCbnp5zrj2A Date: Tue, 20 Oct 2015 02:23:27 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10F2DEBD@SHSMSX103.ccr.corp.intel.com> References: <1444892441-4099-1-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1444892441-4099-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]] need more time to start test-app 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:33 -0000 Applied, please remember check your email subject. It should be "[dts][patc= h] subject". > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of lijuan tu > Sent: Thursday, October 15, 2015 3:01 PM > To: dts@dpdk.org > Subject: [dts] [[patch]] need more time to start test-app Signed-off-by: > lijuan tu >=20 >=20 > Signed-off-by: lijuan tu > --- > tests/TestSuite_unit_tests_ivshmem.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) >=20 > diff --git a/tests/TestSuite_unit_tests_ivshmem.py > b/tests/TestSuite_unit_tests_ivshmem.py > index d479b53..637d2cc 100644 > --- a/tests/TestSuite_unit_tests_ivshmem.py > +++ b/tests/TestSuite_unit_tests_ivshmem.py > @@ -72,7 +72,7 @@ class TestUnitTestsIvshmem(TestCase): > """ > Run Inter-VM share memory test. > """ > - self.dut.send_expect("./%s/app/test -n 1 -c ffff" % (self.target= ), > "R.*T.*E.*>.*>", 10) > + self.dut.send_expect("./%s/app/test -n 1 -c ffff" % (self.target= ), > "R.*T.*E.*>.*>", 20) > out =3D self.dut.send_expect("ivshmem_autotest", "RTE>>", 120) > self.dut.send_expect("quit", "# ") > self.verify("Test OK" in out, "Test failed") > -- > 1.7.4.4