aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2016-04-25 19:04:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-13 22:04:29 +0100
commit2cafb16033b2f38156e6e0a74c02120f87a4fa92 (patch)
tree4a9f624e0e6a4f56faaf2163e665c5e4a19b4ed1
parent5d4172bc005efe209de595f6a151ae9ed062d051 (diff)
downloadbitbake-contrib-2cafb16033b2f38156e6e0a74c02120f87a4fa92.tar.gz
toaster: tests Add a BuildTest helper class
Add a helper class for running build tests. Subclass this and call the build method to get setup for running tests on the resulting data from a build. Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com>
-rw-r--r--lib/toaster/tests/builds/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/tests/builds/README b/lib/toaster/tests/builds/README
index a32721eb5..98e3e2e04 100644
--- a/lib/toaster/tests/builds/README
+++ b/lib/toaster/tests/builds/README
@@ -6,7 +6,7 @@ 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 lib/toaster/ # path my vary but this is into toaster's directory
+$ 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: