mirror of
git://git.yoctoproject.org/poky
synced 2026-05-18 19:12:31 +00:00
The project is switching the way handle our CDN provision of sstate objects, update the URL accordingly. (Bitbake rev: 74c28e14a9b5e2ff908a03f93c189efa6f56b0ca) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 3372524cb961d95993b27fe4a8d794cdb7255e09) Signed-off-by: Steve Sakoman <steve@sakoman.com>
# Running build tests These tests are to test the running of builds and the data produced by the builds. Your oe build environment must be sourced/initialised for these tests to run. The simplest way to run the tests are the following commands: $ . oe-init-build-env $ cd bitbake/lib/toaster/ # path my vary but this is into toaster's directory $ DJANGO_SETTINGS_MODULE='toastermain.settings_test' ./manage.py test tests.builds Optional environment variables: - TOASTER_DIR (where toaster keeps it's artifacts) - TOASTER_CONF a path to the toasterconf.json file. This will need to be set if you don't execute the tests from toaster's own directory.