Home
last modified time | relevance | path

Searched refs:ERASED_BID_STR (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/site_tests/firmware_Cr50PartialBoardId/
Dfirmware_Cr50PartialBoardId.py139 partial_bid = (cr50_utils.ERASED_BID_STR, None, self.test_flags)
140 stored_partial_bid = (cr50_utils.ERASED_BID_STR,
141 cr50_utils.ERASED_BID_STR, self.test_flags)
152 bid = (cr50_utils.ERASED_BID_STR, '00000000', self.test_flags)
162 bid = (cr50_utils.ERASED_BID_STR, None, self.WHITELABEL_FLAGS)
/external/autotest/client/common_lib/cros/
Dcr50_utils.py79 ERASED_BID_STR = hex(ERASED_BID_INT) variable