Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/provision_Cr50Update/
Dprovision_Cr50Update.py65 self.image_bid = self.image_ver[2]
150 image_bid, image_mask, image_flags = image_bid_str.split(':')
154 image_bid = cr50_utils.GetIntBoardId(image_bid)
160 image_bid = image_bid & image_mask
162 if image_bid != chip_bid:
209 image_bid = cr50_utils.GetBoardIdInfoString(self.image_bid)
214 if image_bid != state['cr50_image_bid']:
234 self.check_bid_settings(chip_bid_info, self.image_bid)
Dcontrol20 'prodsigned-rw_ver/image_bid/chip_bid' or 'selfsigned-build_info/chip_bid'.
/external/autotest/server/cros/faft/
Dcr50_test.py472 def download_cr50_gs_image(self, filename, image_bid='', bucket=None, argument
487 if image_bid:
488 bid_str = cr50_utils.GetBoardIdInfoString(image_bid,
511 if image_bid and bid_str != downloaded_bid:
518 def download_cr50_debug_image(self, devid, image_bid=''): argument
534 dest, ver = self.download_cr50_gs_image(filename, image_bid=image_bid,
540 def download_cr50_release_image(self, image_rw, image_bid=''): argument
555 dest, ver = self.download_cr50_gs_image(filename, image_bid=image_bid,
/external/autotest/server/site_tests/firmware_Cr50BID/
Dcontrol38 @param release_ver: The version string. ${rw_ver}/${image_bid}. This is needed