Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dsstatetests.py922 def check_bb_output(self, output, exceptions, check_cdn): argument
945 if "SState: Unsuccessful fetch test for" in l and check_cdn:
947 elif "SState: Looked for but didn't find file" in l and not check_cdn:
963 def run_test(self, machine, targets, exceptions, check_cdn = True, ignore_errors = False): argument
975 if check_cdn:
990 self.check_bb_output(result.output, exceptions, check_cdn)
1004 …", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions, check_cdn = False)
1008 …", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions, check_cdn = False)