generic-poky/meta/lib/oeqa
Ionut Chisanovici 6c62836d65 toaster: toaster oe-selftest support
This patch adds toaster tests using the oe-selftest infrastructure.
You need to have builds done - the tests will verify data integrity
after the toaster collection phase.

Once you have your toaster builds done, to run the automated backend
tests via oe-selftest do the followings:

1. Update builddir/conf/bblayers.conf to contain the meta-selftest
layer
2. From the builddir run:

'oe-selftest toaster'

or if you just want to run a single test:

'oe-selftest toaster.Toaster_DB_Tests.testname'

This first part adds the meta/lib/oeqa toaster file.

(From OE-Core rev: 762d425ed6f6d9046d3e3230c44b42ea6173b447)

Signed-off-by: Ionut Chisanovici <ionutx.chisanovici@intel.com>
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-05-30 10:20:24 +01:00
..
controllers oeqa: add proper handling for command errors where needed 2014-04-30 21:52:33 +01:00
runtime lib/oeqa: add a test target controller for EFI targets 2014-03-31 22:53:46 +01:00
selftest toaster: toaster oe-selftest support 2014-05-30 10:20:24 +01:00
utils oeqa: add proper handling for command errors where needed 2014-04-30 21:52:33 +01:00
__init__.py lib/oeqa/oetest.py: base module for all runtime unittests 2013-07-09 10:53:43 +01:00
oetest.py testimage: add ability to export tests 2014-02-09 09:40:00 +00:00
runexported.py lib/oeqa: add module for running tests outside of the build system 2014-02-09 09:40:01 +00:00
targetcontrol.py classes/testimage: if start fails, don't try to stop 2014-04-30 21:52:32 +01:00