From: Mariano Lopez <[email protected]> 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 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
