From: Juro Bystricky Date: Wed, 2 Mar 2016 19:23:25 +0000 (-0800) Subject: sdk_update.py: Enable local sdk-update tests X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26701 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bc7cd0bd10f79907c4f41676801a113fb3df8a3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sdk_update.py: Enable local sdk-update tests 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 Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/sdkext/sdk_update.py b/meta/lib/oeqa/sdkext/sdk_update.py index 16f5b10d596..7a2a6fe7c8f 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):