From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id E9045A0679 for ; Wed, 3 Apr 2019 19:18:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D6C1B1B539; Wed, 3 Apr 2019 19:18:00 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6D8071B4D3 for ; Wed, 3 Apr 2019 19:17:59 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2019 10:17:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,305,1549958400"; d="scan'208";a="220252515" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 03 Apr 2019 10:17:58 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 3 Apr 2019 10:17:58 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 3 Apr 2019 10:17:57 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.164]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.92]) with mapi id 14.03.0415.000; Thu, 4 Apr 2019 01:17:56 +0800 From: "Tu, Lijuan" To: David Wilder , "dts@dpdk.org" CC: "pradeep@us.ibm.com" , "wilder@us.ibm.com" Thread-Topic: [dts] [PATCH V1] tests/unit_tests_mempool: Increase timeout. Thread-Index: AQHU5OLt6CKaDpdI80O16EOCyXSciqYquIyw Date: Wed, 3 Apr 2019 17:17:55 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA5B73E@SHSMSX101.ccr.corp.intel.com> References: <20190327211957.1485-1-dwilder@us.ibm.com> In-Reply-To: <20190327211957.1485-1-dwilder@us.ibm.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmU4M2Y1ZmMtYzdjOS00MzhiLWI4NmYtMGIxNjMwMDM1NzRkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMmtTc2U0a1wvc2hjZ1pEcStsZGdmY2QrdVwvN0g1UVBcL1JJSDVUVTJQWjFtQ3VcL2xuWHJSQ0ZuQjIxWncyd29zZksifQ== 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] tests/unit_tests_mempool: Increase timeout. 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of David Wilder > Sent: Wednesday, March 27, 2019 2:20 PM > To: dts@dpdk.org > Cc: pradeep@us.ibm.com; wilder@us.ibm.com > Subject: [dts] [PATCH V1] tests/unit_tests_mempool: Increase timeout. >=20 > Increased the timeout value in memory pool performance autotest to > accommodate larger numbers of CPUs. Verified on 159 CPU > Power9 system. >=20 > Signed-off-by: David Wilder > --- > tests/TestSuite_unit_tests_mempool.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_unit_tests_mempool.py > b/tests/TestSuite_unit_tests_mempool.py > index e4dc436..14b6ff9 100644 > --- a/tests/TestSuite_unit_tests_mempool.py > +++ b/tests/TestSuite_unit_tests_mempool.py > @@ -81,7 +81,7 @@ class TestUnitTestsMempool(TestCase): > Run memory pool performance autotest. > """ > self.dut.send_expect("./%s/app/test -n 1 -c %s" % (self.target, > self.coremask), "R.*T.*E.*>.*>", 60) > - out =3D self.dut.send_expect("mempool_perf_autotest", "RTE>>", 1= 200) > + out =3D self.dut.send_expect("mempool_perf_autotest", "RTE>>", > + 2000) > self.dut.send_expect("quit", "# ") > self.verify("Test OK" in out, "Test failed") >=20 > -- > 1.8.3.1