toaster: toaster oe-selftest support
authorIonut Chisanovici <ionutx.chisanovici@intel.com>
Wed, 21 May 2014 14:15:07 +0000 (15:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 May 2014 09:20:24 +0000 (10:20 +0100)
commite6aaf6d0c7547826f60b477e744f644149a0ec0d
tree9bf08f74818489d357172eac88382b4ec179df9d
parentf3dd7899090d07f756e857db1d24d1746b9d557f
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>
meta/lib/oeqa/selftest/toaster.py [new file with mode: 0644]