mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
sdkext/cases/devtool: pass a logger to HTTPService
Pass our logger to the HTTPService instance so we can see the requests and any errors. (From OE-Core rev: 66b2875e080e9166d176cbe358906523f619ab5e) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 3485df2ff61143aac03d92300b7bac4e5d6b2427) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
444863e78b
commit
c7e7b27363
@@ -112,7 +112,7 @@ class SdkUpdateTest(OESDKExtTestCase):
|
||||
cmd = 'oe-publish-sdk %s %s' % (tcname_new, self.publish_dir)
|
||||
subprocess.check_output(cmd, shell=True)
|
||||
|
||||
self.http_service = HTTPService(self.publish_dir)
|
||||
self.http_service = HTTPService(self.publish_dir, logger=self.logger)
|
||||
self.http_service.start()
|
||||
|
||||
self.http_url = "http://127.0.0.1:%d" % self.http_service.port
|
||||
|
||||
Reference in New Issue
Block a user