[oe-commits] Ionut Chisanovici : toaster: toaster oe-selftest support

git at git.openembedded.org git at git.openembedded.org
Fri May 30 22:52:26 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 762d425ed6f6d9046d3e3230c44b42ea6173b447
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=762d425ed6f6d9046d3e3230c44b42ea6173b447

Author: Ionut Chisanovici <ionutx.chisanovici at intel.com>
Date:   Wed May 21 15:15:07 2014 +0100

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 at intel.com>
Signed-off-by: Alexandru DAMIAN <alexandru.damian at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/lib/oeqa/selftest/toaster.py | 411 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 411 insertions(+)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=762d425ed6f6d9046d3e3230c44b42ea6173b447


More information about the Openembedded-commits mailing list