[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2482/8267] oeqa/sdkext/devtool: use a smaller module to test node.js functionality



commit 7ba62d65d2dd522559d18a3035a583da2c5ffbff
Author: Paul Eggleton <paul eggleton linux intel com>
Date:   Tue Sep 13 14:15:14 2016 +1200

    oeqa/sdkext/devtool: use a smaller module to test node.js functionality
    
    The "forever" package, despite its innocent description, actually drags
    in a surprising number of dependencies and as a result the nodejs test
    takes up to 10 minutes as a result. Pick a different example with a much
    more reasonable set of dependencies.
    
    Addresses part of [YOCTO #10254].
    
    (From OE-Core rev: 638ee71da967f093071ba25e0ea5c467dab65339)
    
    Signed-off-by: Paul Eggleton <paul eggleton linux intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/lib/oeqa/sdkext/devtool.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/lib/oeqa/sdkext/devtool.py b/meta/lib/oeqa/sdkext/devtool.py
index ba12799..65f41f6 100644
--- a/meta/lib/oeqa/sdkext/devtool.py
+++ b/meta/lib/oeqa/sdkext/devtool.py
@@ -91,7 +91,7 @@ class DevtoolTest(oeSDKExtTest):
     @testcase(1478)
     @skipUnlessPassed('test_devtool_location')
     def test_recipes_for_nodejs(self):
-        package_nodejs = "npm://registry.npmjs.org;name=forever;version=0.15.1"
+        package_nodejs = "npm://registry.npmjs.org;name=winston;version=2.2.0"
         self._run('devtool add %s ' % package_nodejs)
         try:
             self._run('devtool build %s ' % package_nodejs)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]