test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts]  [PATCH V1] tests/unit_tests_mempool: Increase timeout.
@ 2019-03-27 21:19 David Wilder
  2019-04-03 17:17 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: David Wilder @ 2019-03-27 21:19 UTC (permalink / raw)
  To: dts; +Cc: pradeep, wilder

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@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH V1] tests/unit_tests_mempool: Increase timeout.
  2019-03-27 21:19 [dts] [PATCH V1] tests/unit_tests_mempool: Increase timeout David Wilder
@ 2019-04-03 17:17 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-04-03 17:17 UTC (permalink / raw)
  To: David Wilder, dts; +Cc: pradeep, wilder

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.
> 
> 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@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-03 17:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-27 21:19 [dts] [PATCH V1] tests/unit_tests_mempool: Increase timeout David Wilder
2019-04-03 17:17 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).