mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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:
committed by
Richard Purdie
parent
14dd07caac
commit
b04280ab5f
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user