[OE-core] [PATCH 0/4 v2] Get dumps when qemu fails

Benjamin Esquivel benjamin.esquivel at linux.intel.com
Tue Aug 25 19:24:31 UTC 2015


Hi Mariano, a minor correction below:

On Tue, 2015-08-25 at 10:55 -0500, mariano.lopez at linux.intel.com wrote:
> From: Mariano Lopez <mariano.lopez at linux.intel.com>
> 
> This provides classes for dump logs from the host
> and the target. This way it's easier to get dumps
> from the runner or the target and not just from
> the test. With this now the qemurunner instance
> get the dumps from the host when qemu fails.
> 
> This also allows to have datastore vars in the
> commands and removes the special case commands.
> 
> This fix the regresion regression when testin real
> hardware
*This fixes the regression encountered when tested
in hardware
> 
> This depends on:
> 
> http://lists.openembedded.org/pipermail/openembedded-core/2015-August
> /108912.html
> 
> [YOCTO #8118]
> [YOCTO #8203]
> 
> Mariano Lopez (4):
>   dump: Created new classes for dump host and target
>   qemurunner: Added host dumps when there are errors
>   dump: allow to have datastore vars on dump commands
>   oetest: Fix regression when testing real hardware
> 
>  meta/classes/testimage.bbclass    | 14 +++++--
>  meta/lib/oeqa/oetest.py           | 56 ++++---------------------
>  meta/lib/oeqa/targetcontrol.py    | 16 +++----
>  meta/lib/oeqa/utils/dump.py       | 87
> +++++++++++++++++++++++++++++++++++++++
>  meta/lib/oeqa/utils/qemurunner.py | 14 ++++++-
>  5 files changed, 129 insertions(+), 58 deletions(-)
>  create mode 100644 meta/lib/oeqa/utils/dump.py
> 
> -- 
> 1.9.1
> 



More information about the Openembedded-core mailing list