bitbake: 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>
Wed, 21 May 2014 15:47:01 +0000 (16:47 +0100)
commitdbb9d4fb05b039e60491d599dbc898a032512135
tree831438ea91e3698f0de956e912f7f6c1f8794a61
parentfac60e50044d395c19172c19c141cb3b5758d0e0
bitbake: 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.

(Bitbake rev: bb5b1d6b139b886e54bfdc0c17f2b556db6a7fde)

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>
bitbake/meta/lib/oeqa/selftest/toaster.py [new file with mode: 0644]