diff options
author | Michael Wood <michael.g.wood@intel.com> | 2016-06-13 14:29:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 08:35:06 +0100 |
commit | 234a625f40523032cc2fcd762558627fd9ef112a (patch) | |
tree | c3283fae8af8fabe89f5f1e21d024d25972d0a82 /bitbake/lib/toaster/tests | |
parent | 000d724312b57d8c737593cb9e05aba2cf9c7d5f (diff) | |
download | poky-234a625f40523032cc2fcd762558627fd9ef112a.tar.gz |
bitbake: toaster: tests Rename test settings to python compliant name and fix import
Use underscore instead of dash in the file name for the test settings.
Also fix the import of the settings module.
(Bitbake rev: 0bdfcafdd1e2ebc10dc0cd343c8bb77f09a71c90)
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/tests')
-rw-r--r-- | bitbake/lib/toaster/tests/builds/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/tests/builds/README b/bitbake/lib/toaster/tests/builds/README index 98e3e2e047..4a3b5328b8 100644 --- a/bitbake/lib/toaster/tests/builds/README +++ b/bitbake/lib/toaster/tests/builds/README | |||
@@ -7,7 +7,7 @@ The simplest way to run the tests are the following commands: | |||
7 | 7 | ||
8 | $ . oe-init-build-env | 8 | $ . oe-init-build-env |
9 | $ cd bitbake/lib/toaster/ # path my vary but this is into toaster's directory | 9 | $ cd bitbake/lib/toaster/ # path my vary but this is into toaster's directory |
10 | $ DJANGO_SETTINGS_MODULE='toastermain.settings-test' ./manage.py test tests.builds | 10 | $ DJANGO_SETTINGS_MODULE='toastermain.settings_test' ./manage.py test tests.builds |
11 | 11 | ||
12 | Optional environment variables: | 12 | Optional environment variables: |
13 | - TOASTER_DIR (where toaster keeps it's artifacts) | 13 | - TOASTER_DIR (where toaster keeps it's artifacts) |