[OE-core] [PATCH 2/2] sdk_update.py: Enable local sdk-update tests

Juro Bystricky juro.bystricky at intel.com
Wed Mar 2 19:23:25 UTC 2016


Testing of local sdk updates was commented out.
Local sdk updates are functional now, so the tests should be re-enabled.

Signed-off-by: Juro Bystricky <juro.bystricky at intel.com>
---
 meta/lib/oeqa/sdkext/sdk_update.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/lib/oeqa/sdkext/sdk_update.py b/meta/lib/oeqa/sdkext/sdk_update.py
index 16f5b10..7a2a6fe 100644
--- a/meta/lib/oeqa/sdkext/sdk_update.py
+++ b/meta/lib/oeqa/sdkext/sdk_update.py
@@ -30,8 +30,8 @@ class SdkUpdateTest(oeSDKExtTest):
     def test_sdk_update_http(self):
         output = self._run("devtool sdk-update \"%s\"" % self.http_url)
 
-#    def test_sdk_update_local(self):
-#        output = self._run("devtool sdk-update \"%s\"" % self.publish_dir)
+    def test_sdk_update_local(self):
+        output = self._run("devtool sdk-update \"%s\"" % self.publish_dir)
 
     @classmethod
     def tearDownClass(self):
-- 
1.9.1




More information about the Openembedded-core mailing list