mirror of
https://git.yoctoproject.org/poky
synced 2026-07-09 13:37:24 +00:00
3ac4694fc3
Updated selenium version to latest 4.13.0, changed selenum specific version syntax elements to accomplish test success (Bitbake rev: 868c88a249ef4b9fe5a891e76e25e054e4fcd994) Signed-off-by: Marlon Rodriguez Garcia <marlon.rodriguez-garcia@savoirfairelinux.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
# 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.