test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] complete DPDK match enhancement
@ 2021-04-12 17:08 Bo Chen
  2021-04-13  1:22 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Bo Chen @ 2021-04-12 17:08 UTC (permalink / raw)
  To: dts; +Cc: Bo Chen

The compilation log of DPDK contains '# ', enhanced echo matching.

Signed-off-by: Bo Chen <BoX.C.Chen@intel.com>
---
 framework/project_dpdk.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py
index af74414..5a7e448 100644
--- a/framework/project_dpdk.py
+++ b/framework/project_dpdk.py
@@ -332,10 +332,10 @@ class DPDKdut(Dut):
 
         self.send_expect("rm -rf " + target, "#")
         out = self.send_expect("CC=%s meson -Denable_kmods=True -Dlibdir=lib %s --default-library=%s %s" % (
-                        toolchain, extra_options, default_library, target), "# ", build_time)
+                        toolchain, extra_options, default_library, target), "[~|~\]]# ", build_time)
         assert ("FAILED" not in out), "meson setup failed ..."
 
-        out = self.send_expect("ninja -C %s" % target, "# ", build_time)
+        out = self.send_expect("ninja -C %s" % target, "[~|~\]]# ", build_time)
         assert ("FAILED" not in out), "ninja complie failed ..."
 
         # copy kmod file to the folder same as make
-- 
2.31.1


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

* Re: [dts] [PATCH V1] complete DPDK match enhancement
  2021-04-12 17:08 [dts] [PATCH V1] complete DPDK match enhancement Bo Chen
@ 2021-04-13  1:22 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2021-04-13  1:22 UTC (permalink / raw)
  To: Chen, BoX C, dts; +Cc: Chen, BoX C

Applied

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Bo Chen
> Sent: 2021年4月13日 1:08
> To: dts@dpdk.org
> Cc: Chen, BoX C <box.c.chen@intel.com>
> Subject: [dts] [PATCH V1] complete DPDK match enhancement
> 
> The compilation log of DPDK contains '# ', enhanced echo matching.
> 
> Signed-off-by: Bo Chen <BoX.C.Chen@intel.com>
> ---
>  framework/project_dpdk.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py index
> af74414..5a7e448 100644
> --- a/framework/project_dpdk.py
> +++ b/framework/project_dpdk.py
> @@ -332,10 +332,10 @@ class DPDKdut(Dut):
> 
>          self.send_expect("rm -rf " + target, "#")
>          out = self.send_expect("CC=%s meson -Denable_kmods=True -
> Dlibdir=lib %s --default-library=%s %s" % (
> -                        toolchain, extra_options, default_library, target), "# ", build_time)
> +                        toolchain, extra_options, default_library,
> + target), "[~|~\]]# ", build_time)
>          assert ("FAILED" not in out), "meson setup failed ..."
> 
> -        out = self.send_expect("ninja -C %s" % target, "# ", build_time)
> +        out = self.send_expect("ninja -C %s" % target, "[~|~\]]# ",
> + build_time)
>          assert ("FAILED" not in out), "ninja complie failed ..."
> 
>          # copy kmod file to the folder same as make
> --
> 2.31.1


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

end of thread, other threads:[~2021-04-13  1:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-12 17:08 [dts] [PATCH V1] complete DPDK match enhancement Bo Chen
2021-04-13  1:22 ` 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).