test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] tests/TestSuite_efd.py: Increased wait time to run test_efd_unit
@ 2019-01-07 13:18 Phanendra Vukkisala
  2019-01-11  1:40 ` Tu, Lijuan
  2019-01-11  1:57 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Phanendra Vukkisala @ 2019-01-07 13:18 UTC (permalink / raw)
  To: dts; +Cc: Vijaya Bhaskar Annayyolla, Faisal Masood, Phanendra Vukkisala

From: pvukkisala <pvukkisala@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@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH] tests/TestSuite_efd.py: Increased wait time to run test_efd_unit
  2019-01-07 13:18 [dts] [PATCH] tests/TestSuite_efd.py: Increased wait time to run test_efd_unit Phanendra Vukkisala
@ 2019-01-11  1:40 ` Tu, Lijuan
  2019-01-11  1:57 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2019-01-11  1:40 UTC (permalink / raw)
  To: Phanendra Vukkisala, dts; +Cc: Vijaya Bhaskar Annayyolla, Faisal Masood

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Phanendra Vukkisala
> Sent: Monday, January 7, 2019 9:19 PM
> To: dts@dpdk.org
> Cc: Vijaya Bhaskar Annayyolla <avijay@marvell.com>; Faisal Masood
> <fmasood@marvell.com>; Phanendra Vukkisala <pvukkisala@marvell.com>
> Subject: [dts] [PATCH] tests/TestSuite_efd.py: Increased wait time to run
> test_efd_unit
> 
> From: pvukkisala <pvukkisala@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@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH] tests/TestSuite_efd.py: Increased wait time to run test_efd_unit
  2019-01-07 13:18 [dts] [PATCH] tests/TestSuite_efd.py: Increased wait time to run test_efd_unit Phanendra Vukkisala
  2019-01-11  1:40 ` Tu, Lijuan
@ 2019-01-11  1:57 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2019-01-11  1:57 UTC (permalink / raw)
  To: Phanendra Vukkisala, dts; +Cc: Vijaya Bhaskar Annayyolla, Faisal Masood

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Phanendra Vukkisala
> Sent: Monday, January 7, 2019 9:19 PM
> To: dts@dpdk.org
> Cc: Vijaya Bhaskar Annayyolla <avijay@marvell.com>; Faisal Masood
> <fmasood@marvell.com>; Phanendra Vukkisala <pvukkisala@marvell.com>
> Subject: [dts] [PATCH] tests/TestSuite_efd.py: Increased wait time to run
> test_efd_unit
> 
> From: pvukkisala <pvukkisala@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@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-11  1:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-07 13:18 [dts] [PATCH] tests/TestSuite_efd.py: Increased wait time to run test_efd_unit Phanendra Vukkisala
2019-01-11  1:40 ` Tu, Lijuan
2019-01-11  1:57 ` Tu, Lijuan

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).