[dts] [PATCH] tests/TestSuite_efd.py: Increased wait time to run test_efd_unit

Tu, Lijuan lijuan.tu at intel.com
Fri Jan 11 02:57:57 CET 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Phanendra Vukkisala
> Sent: Monday, January 7, 2019 9:19 PM
> To: dts at dpdk.org
> Cc: Vijaya Bhaskar Annayyolla <avijay at marvell.com>; Faisal Masood
> <fmasood at marvell.com>; Phanendra Vukkisala <pvukkisala at marvell.com>
> Subject: [dts] [PATCH] tests/TestSuite_efd.py: Increased wait time to run
> test_efd_unit
> 
> From: pvukkisala <pvukkisala at marvell.com>
> 
> efd_autotest is not finishing within 60 seconds on cavium device.
> So increased timeout to 120 seconds. Verified test on cavium device.
> 
> Signed-off-by: phanendra,vukkisala <pvukkisala at marvell.com>
> ---
>  tests/TestSuite_efd.py |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_efd.py b/tests/TestSuite_efd.py index
> 991f99a..2c80464 100644
> --- a/tests/TestSuite_efd.py
> +++ b/tests/TestSuite_efd.py
> @@ -68,7 +68,7 @@ class TestEFD(TestCase, IxiaPacketGenerator):
>          Run EFD unit test
>          """
>          self.dut.send_expect("./test/test/test -n 1 -c f", "RTE>>", 60)
> -        out = self.dut.send_expect("efd_autotest", "RTE>>", 60)
> +        out = self.dut.send_expect("efd_autotest", "RTE>>", 120)
>          self.dut.send_expect("quit", "# ")
>          self.verify("Test OK" in out, "Test failed")
> 
> --
> 1.7.9.5



More information about the dts mailing list