OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BID_ERROR
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/site_tests/firmware_Cr50BID/
firmware_Cr50BID.py
67
BID_ERROR
= 5
72
# exit_status should be
BID_ERROR
if the board id and flags should not be
164
accepted by the board id locked image.
BID_ERROR
if it should be
199
self.add_test(hex(test_bid), self.test_flags, self.
BID_ERROR
)
224
self.add_test(self.test_bid_sym, 0, self.
BID_ERROR
)
234
self.add_test(self.test_bid_sym, test_flags, self.
BID_ERROR
)
449
def run_bid_test(self, image_name, bid, flags,
bid_error
):
466
bid_error
: The expected usb_update error code. 0 for success 5 for
473
exit_code =
bid_error
if is_bid_locked_image else self.SUCCESS
495
expect_rollback=(not not
bid_error
))
[
all
...]
/external/autotest/server/cros/servo/
chrome_cr50.py
65
BID_ERROR
= 'read_board_id: failed'
68
BID_ERROR
)
519
if self.
BID_ERROR
in version_info[4]:
[
all
...]
Completed in 203 milliseconds