OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_keyval
(Results
1 - 2
of
2
) sorted by null
/external/autotest/tko/parsers/
version_0.py
75
host_keyval
= models.test.parse_host_keyval(job_dir,
77
if not
host_keyval
:
80
elif 'labels' in
host_keyval
:
85
labels =
host_keyval
['labels'].split(',')
100
'%s' %
host_keyval
['labels'])
103
elif "platform" in
host_keyval
:
104
machine_groups.add(
host_keyval
["platform"])
/external/autotest/tko/
models.py
199
host_keyval
= cls.parse_host_keyval(job.dir, job.machine)
201
for k, v in
host_keyval
.iteritems()))
Completed in 70 milliseconds