From: Jianbo Liu <jianbo.liu@linaro.org>
To: dts@dpdk.org
Cc: Jianbo Liu <jianbo.liu@linaro.org>
Subject: [dts] [PATCH 2/3] tests unit_tests_mempool: prolong mempool_perf waiting time
Date: Fri, 18 Nov 2016 14:20:58 +0800 [thread overview]
Message-ID: <1479450059-17753-2-git-send-email-jianbo.liu@linaro.org> (raw)
In-Reply-To: <1479450059-17753-1-git-send-email-jianbo.liu@linaro.org>
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@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 a1134c3..9c0ffc0 100644
--- a/tests/TestSuite_unit_tests_mempool.py
+++ b/tests/TestSuite_unit_tests_mempool.py
@@ -81,7 +81,7 @@ class TestUnitTestsMempool(TestCase):
"""
core_mask = utils.create_mask(self.dut.get_core_list("all"))
self.dut.send_expect("./%s/app/test -n 1 -c %s" % (self.target, core_mask), "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
next prev parent reply other threads:[~2016-11-18 6:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-18 6:20 [dts] [PATCH 1/3] tests unit_test_*: use the coremask according to DUT's core number Jianbo Liu
2016-11-18 6:20 ` Jianbo Liu [this message]
2016-11-18 6:20 ` [dts] [PATCH 3/3] framework project_dpdk: fix dpdk recompile error Jianbo Liu
2016-11-18 6:34 ` [dts] [PATCH 1/3] tests unit_test_*: use the coremask according to DUT's core number Xu, HuilongX
2016-11-18 7:35 ` Jianbo Liu
2016-11-21 7:42 ` [dts] [PATCH v2 1/3] tests unit_test_*: specify the coremask to use fewer DUT's cores Jianbo Liu
2016-11-21 7:42 ` [dts] [PATCH v2 2/3] tests unit_tests_mempool: prolong mempool_perf waiting time Jianbo Liu
2016-11-21 7:42 ` [dts] [PATCH v2 3/3] framework project_dpdk: fix dpdk recompile error Jianbo Liu
2016-11-23 2:37 ` [dts] [PATCH v2 1/3] tests unit_test_*: specify the coremask to use fewer DUT's cores Liu, Yong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1479450059-17753-2-git-send-email-jianbo.liu@linaro.org \
--to=jianbo.liu@linaro.org \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).