Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/firmware_FWupdateWP/
Dfirmware_FWupdateWP.py60 def run_case(self, append, write_protected, before_fwids, image_fwids): argument
101 logging.debug('Image(%s): %s', append, image_fwids)
115 if (image_fwids == before_fwids and
126 before_fwids, image_fwids, after_fwids, expected_written)
/external/autotest/server/site_tests/firmware_FWupdateThenSleep/
Dfirmware_FWupdateThenSleep.py109 def apply_update(self, append, before_fwids, image_fwids, wp=0): argument
143 logging.debug('Image(%s): %s', append or '', image_fwids)
156 if (image_fwids == before_fwids and
167 before_fwids, image_fwids, after_fwids, expected_written)
/external/autotest/server/site_tests/firmware_FWupdate/
Dfirmware_FWupdate.py219 image_fwids = self.identify_shellball(include_ec=have_ec)
260 logging.debug('Image(%s): %s', append, image_fwids)
273 if (image_fwids == before_fwids and
284 before_fwids, image_fwids, after_fwids, expected_written)
/external/autotest/server/cros/faft/
Dfirmware_test.py2059 def check_fwids_written(before_fwids, image_fwids, after_fwids, argument
2089 if image_fwids is None:
2090 image_fwids = {}
2108 image_sections = set(image_fwids.get(target) or dict())
2115 image_fwid = image_fwids.get(target, {}).get(section, None)