Robert Yang 683c24788d bitbake: toaster:tests: python -> python3 5 years ago
..
README 0bdfcafdd1 toaster: tests Rename test settings to python compliant name and fix import 8 years ago
__init__.py d1882371ca toaster: tests Add a BuildTest helper class 8 years ago
buildtest.py 683c24788d bitbake: toaster:tests: python -> python3 5 years ago
test_core_image_min.py 683c24788d bitbake: toaster:tests: python -> python3 5 years ago

README

# 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.