Home
last modified time | relevance | path

Searched refs:test_uris (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/classes-global/
H A Dsanity.bbclass334 test_uris = (d.getVar('CONNECTIVITY_CHECK_URIS') or "").split()
344 check_enabled = len(test_uris)
351 fetcher = bb.fetch2.Fetch(test_uris, data)
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py47 test_uris = { variable in URITest
331 for test_uri, ref in self.test_uris.items():
353 for test in self.test_uris.values():