OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:board_type
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/site_tests/platform_InternalDisplay/
platform_InternalDisplay.py
34
board_type
= self.host.get_board_type()
35
if
board_type
in _DO_NOT_RUN_ON_TYPE:
36
raise error.TestNAError('DUT is %s type. Test Skipped' %
board_type
)
/external/autotest/client/cros/
power_utils.py
135
board_type
= site_utils.get_board_type()
136
if
board_type
in _NO_BATTERY_BOARD_TYPE:
138
'See debug for mosys details',
board_type
)
Completed in 50 milliseconds