aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/tests
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2016-07-21 14:43:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-26 08:10:36 +0100
commitef627d0ab8f5cf2fc72005393e76047cb623ff3d (patch)
treeae0067545010621d688baea77197ec50c7db7acc /bitbake/lib/toaster/tests
parentffc78d329d6fed9ae9a0db470d30033069b42f8f (diff)
downloadopenembedded-core-contrib-ef627d0ab8f5cf2fc72005393e76047cb623ff3d.tar.gz
bitbake: toaster: Replace references to LayerSource models
Replace references to the now deprecated layersource models across Toaster with the new enums for layer source types. (Bitbake rev: 48c09c62eb979d840132e58144f0d81ffee675b1) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Elliot Smith <elliot.smith@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/browser/test_layerdetails_page.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/tests/browser/test_layerdetails_page.py b/bitbake/lib/toaster/tests/browser/test_layerdetails_page.py
index fb1007f289..71c5c12d18 100644
--- a/bitbake/lib/toaster/tests/browser/test_layerdetails_page.py
+++ b/bitbake/lib/toaster/tests/browser/test_layerdetails_page.py
@@ -49,9 +49,6 @@ class TestLayerDetailsPage(SeleniumTestCase):
# project to add new custom images to
self.project = Project.objects.create(name='foo', release=release)
- layer_source = LayerSource.objects.create(
- sourcetype=LayerSource.TYPE_IMPORTED)
-
name = "meta-imported"
vcs_url = "git://example.com/meta-imported"
subdir = "/layer"