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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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):