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

Phanendra Vukkisala pvukkisala at marvell.com
Mon Jan 7 14:18:50 CET 2019


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