Home
last modified time | relevance | path

Searched refs:HTTPService (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dopkg.py6 from oeqa.utils.httpserver import HTTPService
28 cls.repo_server = HTTPService(service_repo,
H A Dapt.py6 from oeqa.utils.httpserver import HTTPService
25 cls.repo_server = HTTPService(service_repo,
H A Ddnf.py8 from oeqa.utils.httpserver import HTTPService
55 cls.repo_server = HTTPService(os.path.join(cls.tc.td['WORKDIR'], 'oe-testimage-repo'),
/OK3568_Linux_fs/yocto/poky/meta-selftest/lib/oeqa/runtime/cases/
H A Ddnf_runtime.py3 from oeqa.utils.httpserver import HTTPService
12 cls.repo_server = HTTPService(os.path.join(cls.tc.td['WORKDIR'], 'oe-rootfs-repo'),
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdkext/cases/
H A Ddevtool.py12 from oeqa.utils.httpserver import HTTPService
115 self.http_service = HTTPService(self.publish_dir, logger=self.logger)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/support/
H A Dhttpserver.py24 class HTTPService(object): class
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dhttpserver.py23 class HTTPService(object): class
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.8.rst93 - sdkext/cases/devtool: pass a logger to HTTPService
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dfetch.py18 from bb.tests.support.httpserver import HTTPService
1419 server = HTTPService(testdata)