]> code.ossystems Code Review - openembedded-core.git/commit
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:19:07 +0000 (10:19 +0100)
commit762d425ed6f6d9046d3e3230c44b42ea6173b447
tree9868298dae32a3d9c38317e64a4fc962b3af12a3
parent3fa9508521d27e17bfe1a0aeb15d7fc2377218cd
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.

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]