test suite reviews and discussions
 help / color / mirror / Atom feed
* Re: [dts] [PATCH V1] tests/unit_tests_loopback: increase the timeout threshold
  2019-04-26  2:59 [dts] [PATCH V1] tests/unit_tests_loopback: increase the timeout threshold Wenjie Li
@ 2019-04-26  2:56 ` Li, WenjieX A
  2019-05-06  1:54 ` Tu, Lijuan
  2019-05-07  7:24 ` Li, WenjieX A
  2 siblings, 0 replies; 4+ messages in thread
From: Li, WenjieX A @ 2019-04-26  2:56 UTC (permalink / raw)
  To: dts

Tested-by: Li, WenjieX A <wenjiex.a.li@intel.com>

> -----Original Message-----
> From: Li, WenjieX A
> Sent: Friday, April 26, 2019 11:00 AM
> To: dts@dpdk.org
> Cc: Li, WenjieX A <wenjiex.a.li@intel.com>
> Subject: [dts][PATCH V1] tests/unit_tests_loopback: increase the timeout
> threshold
> 
> Cannot finish "make" within 30s on some platforms, increase the threshold.
> 
> Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
> ---
>  tests/TestSuite_unit_tests_loopback.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_unit_tests_loopback.py
> b/tests/TestSuite_unit_tests_loopback.py
> index e56c085..ad49e8a 100644
> --- a/tests/TestSuite_unit_tests_loopback.py
> +++ b/tests/TestSuite_unit_tests_loopback.py
> @@ -140,6 +140,6 @@ class TestUnitTestsLoopback(TestCase):
>          self.dut.send_expect("sed -i -e 's/lpbk_mode = 0/lpbk_mode = 1/'
> app/test/test_pmd_perf.c", "# ", 30)
>          self.dut.send_expect("sed -i -e 's/#define MAX_TRAFFIC_BURST
> 32/#define MAX_TRAFFIC_BURST              %s/' app/test/test_pmd_perf.c" %
> self.max_traffic_burst, "# ", 30)
>          self.dut.send_expect("cd app/test", "# ")
> -        self.dut.send_expect("make", "# ", 30)
> +        self.dut.send_expect("make", "# ", 120)
>          self.dut.send_expect("cd /root/dpdk", "# ")
>          self.dut.kill_all()
> --
> 2.17.2


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

* [dts] [PATCH V1] tests/unit_tests_loopback: increase the timeout threshold
@ 2019-04-26  2:59 Wenjie Li
  2019-04-26  2:56 ` Li, WenjieX A
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wenjie Li @ 2019-04-26  2:59 UTC (permalink / raw)
  To: dts; +Cc: Wenjie Li

Cannot finish "make" within 30s on some platforms, increase the
threshold.

Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
---
 tests/TestSuite_unit_tests_loopback.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_unit_tests_loopback.py b/tests/TestSuite_unit_tests_loopback.py
index e56c085..ad49e8a 100644
--- a/tests/TestSuite_unit_tests_loopback.py
+++ b/tests/TestSuite_unit_tests_loopback.py
@@ -140,6 +140,6 @@ class TestUnitTestsLoopback(TestCase):
         self.dut.send_expect("sed -i -e 's/lpbk_mode = 0/lpbk_mode = 1/' app/test/test_pmd_perf.c", "# ", 30)
         self.dut.send_expect("sed -i -e 's/#define MAX_TRAFFIC_BURST              32/#define MAX_TRAFFIC_BURST              %s/' app/test/test_pmd_perf.c" % self.max_traffic_burst, "# ", 30)
         self.dut.send_expect("cd app/test", "# ")
-        self.dut.send_expect("make", "# ", 30)
+        self.dut.send_expect("make", "# ", 120)
         self.dut.send_expect("cd /root/dpdk", "# ")
         self.dut.kill_all()
-- 
2.17.2


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

* Re: [dts] [PATCH V1] tests/unit_tests_loopback: increase the timeout threshold
  2019-04-26  2:59 [dts] [PATCH V1] tests/unit_tests_loopback: increase the timeout threshold Wenjie Li
  2019-04-26  2:56 ` Li, WenjieX A
@ 2019-05-06  1:54 ` Tu, Lijuan
  2019-05-07  7:24 ` Li, WenjieX A
  2 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2019-05-06  1:54 UTC (permalink / raw)
  To: Li, WenjieX A, dts; +Cc: Li, WenjieX A

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Wenjie Li
> Sent: Friday, April 26, 2019 11:00 AM
> To: dts@dpdk.org
> Cc: Li, WenjieX A <wenjiex.a.li@intel.com>
> Subject: [dts] [PATCH V1] tests/unit_tests_loopback: increase the timeout
> threshold
> 
> Cannot finish "make" within 30s on some platforms, increase the threshold.
> 
> Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
> ---
>  tests/TestSuite_unit_tests_loopback.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_unit_tests_loopback.py
> b/tests/TestSuite_unit_tests_loopback.py
> index e56c085..ad49e8a 100644
> --- a/tests/TestSuite_unit_tests_loopback.py
> +++ b/tests/TestSuite_unit_tests_loopback.py
> @@ -140,6 +140,6 @@ class TestUnitTestsLoopback(TestCase):
>          self.dut.send_expect("sed -i -e 's/lpbk_mode = 0/lpbk_mode = 1/'
> app/test/test_pmd_perf.c", "# ", 30)
>          self.dut.send_expect("sed -i -e 's/#define MAX_TRAFFIC_BURST
> 32/#define MAX_TRAFFIC_BURST              %s/' app/test/test_pmd_perf.c" %
> self.max_traffic_burst, "# ", 30)
>          self.dut.send_expect("cd app/test", "# ")
> -        self.dut.send_expect("make", "# ", 30)
> +        self.dut.send_expect("make", "# ", 120)
>          self.dut.send_expect("cd /root/dpdk", "# ")
>          self.dut.kill_all()
> --
> 2.17.2


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

* Re: [dts] [PATCH V1] tests/unit_tests_loopback: increase the timeout threshold
  2019-04-26  2:59 [dts] [PATCH V1] tests/unit_tests_loopback: increase the timeout threshold Wenjie Li
  2019-04-26  2:56 ` Li, WenjieX A
  2019-05-06  1:54 ` Tu, Lijuan
@ 2019-05-07  7:24 ` Li, WenjieX A
  2 siblings, 0 replies; 4+ messages in thread
From: Li, WenjieX A @ 2019-05-07  7:24 UTC (permalink / raw)
  To: dts; +Cc: Li, WenjieX A

Reviewed-by: Li, WenjieX A <wenjiex.a.li@intel.com>

> -----Original Message-----
> From: Li, WenjieX A
> Sent: Friday, April 26, 2019 11:00 AM
> To: dts@dpdk.org
> Cc: Li, WenjieX A <wenjiex.a.li@intel.com>
> Subject: [dts][PATCH V1] tests/unit_tests_loopback: increase the timeout
> threshold
> 
> Cannot finish "make" within 30s on some platforms, increase the threshold.
> 
> Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
> ---
>  tests/TestSuite_unit_tests_loopback.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_unit_tests_loopback.py
> b/tests/TestSuite_unit_tests_loopback.py
> index e56c085..ad49e8a 100644
> --- a/tests/TestSuite_unit_tests_loopback.py
> +++ b/tests/TestSuite_unit_tests_loopback.py
> @@ -140,6 +140,6 @@ class TestUnitTestsLoopback(TestCase):
>          self.dut.send_expect("sed -i -e 's/lpbk_mode = 0/lpbk_mode = 1/'
> app/test/test_pmd_perf.c", "# ", 30)
>          self.dut.send_expect("sed -i -e 's/#define MAX_TRAFFIC_BURST
> 32/#define MAX_TRAFFIC_BURST              %s/' app/test/test_pmd_perf.c" %
> self.max_traffic_burst, "# ", 30)
>          self.dut.send_expect("cd app/test", "# ")
> -        self.dut.send_expect("make", "# ", 30)
> +        self.dut.send_expect("make", "# ", 120)
>          self.dut.send_expect("cd /root/dpdk", "# ")
>          self.dut.kill_all()
> --
> 2.17.2


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

end of thread, other threads:[~2019-05-07  7:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-26  2:59 [dts] [PATCH V1] tests/unit_tests_loopback: increase the timeout threshold Wenjie Li
2019-04-26  2:56 ` Li, WenjieX A
2019-05-06  1:54 ` Tu, Lijuan
2019-05-07  7:24 ` Li, WenjieX A

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