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

David Wilder dwilder at us.ibm.com
Wed Mar 27 22:19:57 CET 2019


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