[dts] [PATCH] framework: enhance regex for DPDK apps build

Pattan, Reshma reshma.pattan at intel.com
Tue Apr 20 13:54:35 CEST 2021



> -----Original Message-----
> From: Chen, BoX C <box.c.chen at intel.com>
> 
> > -----Original Message-----
> >
> > So, this patch extended the same fix to another place in "build_dpdk_apps"
> > method.
> >
> 
> The fix patch has been submited, thank you very much for your attention.
> http://mails.dpdk.org/archives/dts/2021-April/013219.html
> 
Hi,

Thanks for letting me know, this patch is addressing only ninja regex fix , below is the patch snapshot
What about same at meson build line? If that is needed can you please send the patch for the same.

@@ -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..."

Thanks,
Reshma



More information about the dts mailing list