test suite reviews and discussions
 help / color / mirror / Atom feed
* Re: [dts] [PATCH V1] framework/project_dpdk: complete dpdk build apps match enhancement
  2021-04-13 12:00 [dts] [PATCH V1] framework/project_dpdk: complete dpdk build apps match enhancement Chen Lingli
@ 2021-04-13  3:27 ` Chen, LingliX
  2021-04-13  7:47   ` Zhao, HaiyangX
  0 siblings, 1 reply; 4+ messages in thread
From: Chen, LingliX @ 2021-04-13  3:27 UTC (permalink / raw)
  To: dts


> -----Original Message-----
> From: Chen, LingliX <linglix.chen@intel.com>
> Sent: Tuesday, April 13, 2021 8:00 PM
> To: dts@dpdk.org
> Cc: Chen, LingliX <linglix.chen@intel.com>
> Subject: [dts][PATCH V1] framework/project_dpdk: complete dpdk build apps
> match enhancement

Tested-by: Chen Lingli <linglix.chen@intel.com>

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

* Re: [dts] [PATCH V1] framework/project_dpdk: complete dpdk build apps match enhancement
  2021-04-13  3:27 ` Chen, LingliX
@ 2021-04-13  7:47   ` Zhao, HaiyangX
  2021-05-07  6:18     ` Tu, Lijuan
  0 siblings, 1 reply; 4+ messages in thread
From: Zhao, HaiyangX @ 2021-04-13  7:47 UTC (permalink / raw)
  To: Chen, LingliX, dts



> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Chen, LingliX
> Sent: Tuesday, April 13, 2021 11:28
> To: dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] framework/project_dpdk: complete dpdk build
> apps match enhancement
> 
> 
> > -----Original Message-----
> > From: Chen, LingliX <linglix.chen@intel.com>
> > Sent: Tuesday, April 13, 2021 8:00 PM
> > To: dts@dpdk.org
> > Cc: Chen, LingliX <linglix.chen@intel.com>
> > Subject: [dts][PATCH V1] framework/project_dpdk: complete dpdk build
> > apps match enhancement
> 
> Tested-by: Chen Lingli <linglix.chen@intel.com>

Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>

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

* [dts] [PATCH V1] framework/project_dpdk: complete dpdk build apps match enhancement
@ 2021-04-13 12:00 Chen Lingli
  2021-04-13  3:27 ` Chen, LingliX
  0 siblings, 1 reply; 4+ messages in thread
From: Chen Lingli @ 2021-04-13 12:00 UTC (permalink / raw)
  To: dts; +Cc: Chen Lingli

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

Signed-off-by: Chen Lingli <linglix.chen@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 0edb38a6..2975e2ef 100644
--- a/framework/project_dpdk.py
+++ b/framework/project_dpdk.py
@@ -578,7 +578,7 @@ class DPDKdut(Dut):
             example = '/'.join(folder_info[folder_info.index('examples')+1:])
         out = self.send_expect("meson configure -Dexamples=%s %s" % (example, self.target), "# ")
         assert ("FAILED" not in out), "Compilation error..."
-        out = self.send_expect("ninja -C %s" % self.target, "# ", timeout)
+        out = self.send_expect("ninja -C %s" % self.target, "[~|~\]]# ", timeout)
         assert ("FAILED" not in out), "Compilation error..."
 
         # verify the app build in the config path
-- 
2.17.1


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

* Re: [dts] [PATCH V1] framework/project_dpdk: complete dpdk build apps match enhancement
  2021-04-13  7:47   ` Zhao, HaiyangX
@ 2021-05-07  6:18     ` Tu, Lijuan
  0 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2021-05-07  6:18 UTC (permalink / raw)
  To: Zhao, HaiyangX, Chen, LingliX, dts



> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Zhao, HaiyangX
> Sent: 2021年4月13日 15:48
> To: Chen, LingliX <linglix.chen@intel.com>; dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] framework/project_dpdk: complete dpdk build
> apps match enhancement
> 
> 
> 
> > -----Original Message-----
> > From: dts <dts-bounces@dpdk.org> On Behalf Of Chen, LingliX
> > Sent: Tuesday, April 13, 2021 11:28
> > To: dts@dpdk.org
> > Subject: Re: [dts] [PATCH V1] framework/project_dpdk: complete dpdk
> > build apps match enhancement
> >
> >
> > > -----Original Message-----
> > > From: Chen, LingliX <linglix.chen@intel.com>
> > > Sent: Tuesday, April 13, 2021 8:00 PM
> > > To: dts@dpdk.org
> > > Cc: Chen, LingliX <linglix.chen@intel.com>
> > > Subject: [dts][PATCH V1] framework/project_dpdk: complete dpdk build
> > > apps match enhancement
> >
> > Tested-by: Chen Lingli <linglix.chen@intel.com>
> 
> Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>

Applied

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

end of thread, other threads:[~2021-05-07  6:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-13 12:00 [dts] [PATCH V1] framework/project_dpdk: complete dpdk build apps match enhancement Chen Lingli
2021-04-13  3:27 ` Chen, LingliX
2021-04-13  7:47   ` Zhao, HaiyangX
2021-05-07  6:18     ` 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).