]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/selftest: Add tests for bitbake shell/python task output
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Sep 2021 11:39:44 +0000 (12:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Sep 2021 12:52:09 +0000 (13:52 +0100)
commit414020a9bd656ee61efe2f47db1b31d86b15c1c8
treeae49de0787e61afdcb900a62033c6e23ba23023d
parent29d285bc07bd7732c7ea39c0fd03c0b3c0d93e52
oeqa/selftest: Add tests for bitbake shell/python task output

We've seen issues where shell/python tasks lose their log file entries
or output and also where output is duplicated. Add some tests to attempt
to spot regressions in this area in future.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/recipes-test/logging-test/logging-test.bb [new file with mode: 0644]
meta/lib/oeqa/selftest/cases/bblogging.py [new file with mode: 0644]