Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dfitimage.py193 def _check_its_file(self, bb_vars, its_file_path): argument
197 with open(its_file_path) as its_file:
217 with open(its_file_path) as its_file:
232 … self.fail('Unexpected formatting in %s sigs section line %d:%s' % (its_file_path, linect, line))
240 self.fail('Missing path in its file: %s (%s)' % (req_path, its_file_path))
253 ….fail('Missing key "%s" in its file signature section %s (%s)' % (reqkey, its_path, its_file_path))
264 with open(its_file_path) as its_file:
273 % (its_file_path, req_its_fields[field_index]))