[dts] [04/12] add test start time for ivshmem unit test

xu,huilong huilongx.xu at intel.com
Tue Oct 27 08:36:44 CET 2015


Signed-off-by: xu,huilong <huilongx.xu at intel.com>
---
 tests/TestSuite_unit_tests_ivshmem.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_unit_tests_ivshmem.py b/tests/TestSuite_unit_tests_ivshmem.py
index 637d2cc..31e8902 100644
--- a/tests/TestSuite_unit_tests_ivshmem.py
+++ b/tests/TestSuite_unit_tests_ivshmem.py
@@ -72,7 +72,7 @@ class TestUnitTestsIvshmem(TestCase):
         """
         Run Inter-VM share memory test.
         """
-        self.dut.send_expect("./%s/app/test -n 1 -c ffff" % (self.target), "R.*T.*E.*>.*>", 20)
+        self.dut.send_expect("./%s/app/test -n 1 -c ffff" % (self.target), "R.*T.*E.*>.*>", 60)
         out = self.dut.send_expect("ivshmem_autotest", "RTE>>", 120)
         self.dut.send_expect("quit", "# ")
         self.verify("Test OK" in out, "Test failed")
-- 
1.9.3



More information about the dts mailing list