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.

(From OE-Core rev: 0bc7cd0bd10f79907c4f41676801a113fb3df8a3)

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Juro Bystricky 2016-03-02 11:23:25 -08:00 committed by Richard Purdie
parent 14dd07caac
commit b04280ab5f
1 changed files with 2 additions and 2 deletions

View File

@ -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):