[dts] [PATCH V1] tests/unit_tests_mempool: Increase timeout.

Tu, Lijuan lijuan.tu at intel.com
Wed Apr 3 19:17:55 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of David Wilder
> Sent: Wednesday, March 27, 2019 2:20 PM
> To: dts at dpdk.org
> Cc: pradeep at us.ibm.com; wilder at us.ibm.com
> Subject: [dts] [PATCH V1] tests/unit_tests_mempool: Increase timeout.
> 
> Increased the timeout value in memory pool performance autotest to
> accommodate larger numbers of CPUs.  Verified on 159 CPU
> Power9 system.
> 
> Signed-off-by: David Wilder <dwilder at us.ibm.com>
> ---
>  tests/TestSuite_unit_tests_mempool.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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 = self.dut.send_expect("mempool_perf_autotest", "RTE>>", 1200)
> +        out = self.dut.send_expect("mempool_perf_autotest", "RTE>>",
> + 2000)
>          self.dut.send_expect("quit", "# ")
>          self.verify("Test OK" in out, "Test failed")
> 
> --
> 1.8.3.1



More information about the dts mailing list