test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH v1] framework: add more time to unpack dpdk folder in VM
@ 2020-03-22 21:06 Yinan
  2020-03-24  6:52 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Yinan @ 2020-03-22 21:06 UTC (permalink / raw)
  To: dts; +Cc: Wang Yinan

From: Wang Yinan <yinan.wang@intel.com>

Signed-off-by: Wang Yinan <yinan.wang@intel.com>
---
 framework/project_dpdk.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py
index 9ac3b1a..a1c0e20 100644
--- a/framework/project_dpdk.py
+++ b/framework/project_dpdk.py
@@ -317,7 +317,7 @@ class DPDKdut(Dut):
             # unpack dpdk
             out = self.send_expect("tar zxf %s%s -C %s" %
                                    (dst_dir, self.package.split('/')[-1], p_dir),
-                                   "# ", 20, verify=True)
+                                   "# ", 30, verify=True)
             if out == -1:
                 raise ValueError("Extract dpdk package to %s failure,"
                                  "please check params -d"
-- 
2.17.1


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

* Re: [dts] [PATCH v1] framework: add more time to unpack dpdk folder in VM
  2020-03-22 21:06 [dts] [PATCH v1] framework: add more time to unpack dpdk folder in VM Yinan
@ 2020-03-24  6:52 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2020-03-24  6:52 UTC (permalink / raw)
  To: Wang, Yinan, dts; +Cc: Wang, Yinan

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yinan
> Sent: Monday, March 23, 2020 5:06 AM
> To: dts@dpdk.org
> Cc: Wang, Yinan <yinan.wang@intel.com>
> Subject: [dts] [PATCH v1] framework: add more time to unpack dpdk folder in
> VM
> 
> From: Wang Yinan <yinan.wang@intel.com>
> 
> Signed-off-by: Wang Yinan <yinan.wang@intel.com>
> ---
>  framework/project_dpdk.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py index
> 9ac3b1a..a1c0e20 100644
> --- a/framework/project_dpdk.py
> +++ b/framework/project_dpdk.py
> @@ -317,7 +317,7 @@ class DPDKdut(Dut):
>              # unpack dpdk
>              out = self.send_expect("tar zxf %s%s -C %s" %
>                                     (dst_dir, self.package.split('/')[-1], p_dir),
> -                                   "# ", 20, verify=True)
> +                                   "# ", 30, verify=True)
>              if out == -1:
>                  raise ValueError("Extract dpdk package to %s failure,"
>                                   "please check params -d"
> --
> 2.17.1


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

end of thread, other threads:[~2020-03-24  6:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-22 21:06 [dts] [PATCH v1] framework: add more time to unpack dpdk folder in VM Yinan
2020-03-24  6:52 ` 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).