HomeSort by relevance Sort by last modified time
    Searched defs:BID (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/site_tests/firmware_Cr50RejectUpdate/
firmware_Cr50RejectUpdate.py 20 # No boards use the bid TEST. Use this image to verify cr50 rejects images
22 BID = 'TEST:0000ffff:0000ff00'
42 self.BID)[0]
  /external/autotest/client/common_lib/cros/
cr50_utils.py 14 BID = 'bid'
78 # With an erased bid, the flags and board id will both be erased
179 # --binver is the only gsctool command that may have bid keys in its
180 # versions dictionary. If no bid keys exist, bid will be None.
181 bid = GetVersion(versions, BID)
184 return ro, rw, GetBoardIdInfoString(bid, symbolic=False)
306 ' BID %s' % ver[2] if ver[2] else ''
    [all...]

Completed in 65 milliseconds