From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5F4C25A76 for ; Tue, 27 Oct 2015 09:43:04 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 27 Oct 2015 01:43:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,204,1444719600"; d="scan'208";a="835930899" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 27 Oct 2015 01:43:01 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 27 Oct 2015 01:42:52 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 27 Oct 2015 01:42:51 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.253]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.106]) with mapi id 14.03.0248.002; Tue, 27 Oct 2015 16:42:19 +0800 From: "Tu, LijuanX A" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts] [08/12] add test start time for mempool unit test Thread-Index: AQHREIr6y1jfkJPxykigsp+eVmmiNp5/Banw Date: Tue, 27 Oct 2015 08:42:18 +0000 Message-ID: <38D041F150D4184C8114E499040E6234072359BA@shsmsx102.ccr.corp.intel.com> References: <1445931412-86352-1-git-send-email-huilongx.xu@intel.com> <1445931412-86352-9-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1445931412-86352-9-git-send-email-huilongx.xu@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] [08/12] add test start time for mempool unit test 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, 27 Oct 2015 08:43:04 -0000 Acked by tu,lijuan > Signed-off-by: xu,huilong > --- > tests/TestSuite_unit_tests_lpm.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/tests/TestSuite_unit_tests_lpm.py=20 > b/tests/TestSuite_unit_tests_lpm.py > index b638195..dadb492 100644 > --- a/tests/TestSuite_unit_tests_lpm.py > +++ b/tests/TestSuite_unit_tests_lpm.py > @@ -72,7 +72,7 @@ class TestUnitTestsLpmIpv6(TestCase): > """ > Run lpm for IPv6 autotest. > """ > - self.dut.send_expect("./app/test/test -n 1 -c ffff", "R.*T.*E.*>= .*>", 30) > + self.dut.send_expect("./app/test/test -n 1 -c ffff",=20 > + "R.*T.*E.*>.*>", 60) > out =3D self.dut.send_expect("lpm_autotest", "RTE>>", 120) > self.dut.send_expect("quit", "# ") > self.verify("Test OK" in out, "Test failed") @@ -89,7 +89,7 @@ c= lass TestUnitTestsLpmIpv6(TestCase): > hugepage_num =3D self.dut.get_total_huge_pages() > self.verify(hugepage_num >=3D 4096, "failed to request huge=20 > memory") > =20 > - self.dut.send_expect("./app/test/test -n 1 -c ffff", "R.*T.*E.*>= .*>", 30) > + self.dut.send_expect("./app/test/test -n 1 -c ffff",=20 > + "R.*T.*E.*>.*>", 60) > out =3D self.dut.send_expect("lpm6_autotest", "RTE>>", 3600) > self.dut.send_expect("quit", "# ") > self.dut.set_huge_pages(hugepage_ori) > -- > 1.9.3 >=20 >