HomeSort by relevance Sort by last modified time
    Searched refs:chip_bid_info (Results 1 - 3 of 3) sorted by null

  /external/autotest/server/site_tests/provision_Cr50Update/
provision_Cr50Update.py 122 def check_bid_settings(self, chip_bid_info, image_bid_str):
130 chip_bid_info: The chip board id info tuple
138 if chip_bid_info == cr50_utils.ERASED_CHIP_BID:
146 chip_bid, chip_bid_inv, chip_flags = chip_bid_info
147 chip_bid_str = cr50_utils.GetBoardIdInfoString(chip_bid_info,
181 chip_bid_info = self.chip_bid_str.split(':')
185 if len(chip_bid_info) != 2 or not chip_bid_info[0]:
190 chip_bid = cr50_utils.GetIntBoardId(chip_bid_info[0])
191 chip_flags = int(chip_bid_info[1], 16
    [all...]
  /external/autotest/server/site_tests/firmware_Cr50Update/
firmware_Cr50Update.py 74 chip_bid_info = cr50_utils.GetChipBoardId(self.host)
75 if chip_bid_info != cr50_utils.ERASED_CHIP_BID:
76 self.chip_bid, _, self.chip_flags = chip_bid_info
  /external/autotest/server/cros/faft/
cr50_test.py 225 chip_bid_info = self._original_state['chip_bid']
226 bid_is_erased = chip_bid_info == cr50_utils.ERASED_CHIP_BID
227 chip_bid = None if bid_is_erased else chip_bid_info[0]
228 chip_flags = None if bid_is_erased else chip_bid_info[2]

Completed in 108 milliseconds