I recently started using testimage.bbclass with an image using systemd and found some issues: - inconsistent output - systemd tests failing due to missing avahi in image - tests not run in desired order when using TEST_SUITES="auto"
The following changes since commit 6333186e9764b2c269a2b3869956860fa8fde2b1: binutils: Fix packaging now gold is always built (2015-04-08 23:10:57 +0100) are available in the git repository at: git://github.com/pohly/openembedded-core master https://github.com/pohly/openembedded-core/tree/master Patrick Ohly (3): oeqa/oetest.py: use bb logging oeqa/runtime/systemd.py: skip instead of failing without avahi testimage: sort modules based on dependencies meta/classes/testimage.bbclass | 6 +++- meta/lib/oeqa/oetest.py | 61 +++++++++++++++++++++++++++++++++++---- meta/lib/oeqa/runtime/systemd.py | 7 +++++ meta/lib/oeqa/utils/decorators.py | 1 + 4 files changed, 69 insertions(+), 6 deletions(-) -- 1.8.4.5 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
