Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/firmware_Cr50BID/
Dcontrol28 The board id locked test image will be found using the given bid_path or
35 @param bid_path: local path for the board id locked image. If this is given, the
55 bid_path = args_dict.get("bid_path", "")
60 iterations=iterations, dev_path=dev_path, bid_path=bid_path,
Dfirmware_Cr50BID.py118 def initialize(self, host, cmdline_args, dev_path='', bid_path='', argument
137 self.save_board_id_locked_image(original_version, bid_path, release_ver)
305 def save_board_id_locked_image(self, original_version, bid_path, argument
321 if os.path.isfile(bid_path):
323 self.board_id_locked_path = bid_path
325 dest = os.path.join('/tmp', os.path.basename(bid_path))
326 ver = cr50_utils.InstallImage(self.host, bid_path, dest)[1]
/external/autotest/server/site_tests/firmware_Cr50RejectUpdate/
Dfirmware_Cr50RejectUpdate.py41 self.bid_path = self.download_cr50_debug_image(self.IMAGE_DEVID,
88 self.try_update('-u', self.bid_path, err=12)
89 self.try_update('', self.bid_path, err=12)