[dts] [PATCH v2 2/3] tests unit_tests_mempool: prolong mempool_perf waiting time

Jianbo Liu jianbo.liu at linaro.org
Mon Nov 21 08:42:39 CET 2016


It takes longer to do perf testing on ARM platform, so change the value
from 700s to 900s.

Signed-off-by: Jianbo Liu <jianbo.liu at linaro.org>
---
 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 42129e5..5a0b505 100644
--- a/tests/TestSuite_unit_tests_mempool.py
+++ b/tests/TestSuite_unit_tests_mempool.py
@@ -78,7 +78,7 @@ class TestUnitTestsMempool(TestCase):
         Run memory pool performance autotest.
         """
         self.dut.send_expect("./%s/app/test -n 1 -c e" % self.target, "R.*T.*E.*>.*>", 60)
-        out = self.dut.send_expect("mempool_perf_autotest", "RTE>>", 700)
+        out = self.dut.send_expect("mempool_perf_autotest", "RTE>>", 900)
         self.dut.send_expect("quit", "# ")
         self.verify("Test OK" in out, "Test failed")
 
-- 
1.9.1



More information about the dts mailing list