[oe-commits] [bitbake] 38/40: toaster: adapt xhr_import_layer test locally imported layer

git at git.openembedded.org git at git.openembedded.org
Wed Aug 10 23:12:21 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

commit f855490dd04281beb5ae65d82430203d9fd263fc
Author: Sujith H <sujith.h at gmail.com>
AuthorDate: Tue Aug 2 15:56:17 2016 +0000

    toaster: adapt xhr_import_layer test locally imported layer
    
    Update xhr_import_layer test to use locally imported
    layer in local_source_dir.
    
    [YOCO #9911]
    
    Signed-off-by: Sujith H <sujith.h at gmail.com>
---
 lib/toaster/toastergui/tests.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/toaster/toastergui/tests.py b/lib/toaster/toastergui/tests.py
index 61ac477..0508611 100644
--- a/lib/toaster/toastergui/tests.py
+++ b/lib/toaster/toastergui/tests.py
@@ -154,6 +154,7 @@ class ViewTests(TestCase):
                 'name' : "base-layer",
                 'git_ref': "c12b9596afd236116b25ce26dbe0d793de9dc7ce",
                 'project_id': self.project.id,
+                'local_source_dir': "",
                 'dir_path' : "/path/in/repository"}
         response = self.client.post(reverse('xhr_importlayer'), args)
         data = json.loads(response.content.decode('utf-8'))

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list