OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:board_label
(Results
1 - 2
of
2
) sorted by null
/external/autotest/cli/
shard.py
150
self.parser.add_option('-l', '--
board_label
', type='string',
151
metavar='
BOARD_LABEL
',
153
'
BOARD_LABEL
from shard.'))
158
self.data['
board_label
'] = options.
board_label
165
if not self.data.get('
board_label
'):
166
self.invalid_syntax('Must provide exactly 1
BOARD_LABEL
')
168
if not self.data['
board_label
'].startswith('board:'):
169
self.invalid_arg('
BOARD_LABEL
must begin with "board:"')
174
label=self.data['
board_label
'])
[
all
...]
/external/autotest/site_utils/
test_runner_utils.py
545
board_label
= afe.create_label(constants.BOARD_PREFIX + board)
547
new_host.add_labels([build_label.name,
board_label
.name])
[
all
...]
Completed in 167 milliseconds