[dts] [PATCH] unit_tests_eal: Increasing timeout for hash_readwrite_lf_autotest

Tu, Lijuan lijuan.tu at intel.com
Wed Oct 23 11:52:05 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of
> pvukkisala at marvell.com
> Sent: Sunday, October 20, 2019 1:47 AM
> To: dts at dpdk.org
> Cc: avijay at marvell.com; fmasood at marvell.com; Phanendra Vukkisala
> <pvukkisala at marvell.com>
> Subject: [dts] [PATCH] unit_tests_eal: Increasing timeout for
> hash_readwrite_lf_autotest
> 
> From: Phanendra Vukkisala <pvukkisala at marvell.com>
> 
> On cavm devices, this test takes more time to finish
> Signed-off-by: Phanendra Vukkisala <pvukkisala at marvell.com>
> ---
>  tests/TestSuite_unit_tests_eal.py |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_unit_tests_eal.py
> b/tests/TestSuite_unit_tests_eal.py
> index d3475a4..796bf3c 100644
> --- a/tests/TestSuite_unit_tests_eal.py
> +++ b/tests/TestSuite_unit_tests_eal.py
> @@ -179,7 +179,7 @@ class TestUnitTestsEal(TestCase):
>          self.dut.send_expect("./%s/app/test" % self.target,
>                               "R.*T.*E.*>.*>", self.start_test_time)
>          out = self.dut.send_expect("hash_readwrite_lf_autotest",
> -                                   "RTE>>", self.run_cmd_time)
> +                                   "RTE>>", self.run_cmd_time*3)
>          self.dut.send_expect("quit", "# ")
>          self.verify("Test OK" in out, "Test failed")
> 
> --
> 1.7.9.5



More information about the dts mailing list