All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] testimage improvements
@ 2015-04-09  9:24 Patrick Ohly
  2015-04-09  9:24 ` [PATCH 1/3] oeqa/oetest.py: use bb logging Patrick Ohly
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Patrick Ohly @ 2015-04-09  9:24 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-09  9:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-09  9:24 [PATCH 0/3] testimage improvements Patrick Ohly
2015-04-09  9:24 ` [PATCH 1/3] oeqa/oetest.py: use bb logging Patrick Ohly
2015-04-09  9:24 ` [PATCH 2/3] oeqa/runtime/systemd.py: skip instead of failing without avahi Patrick Ohly
2015-04-09  9:24 ` [PATCH 3/3] testimage: sort modules based on dependencies Patrick Ohly

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.