OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hosts_serialized
(Results
1 - 2
of
2
) sorted by null
/external/autotest/scheduler/shard/
shard_client.py
153
hosts_serialized
= heartbeat_response['hosts']
158
).set(len(
hosts_serialized
))
164
self._deserialize_many(
hosts_serialized
, models.Host, 'host')
169
host_ids = [h['id'] for h in
hosts_serialized
]
/external/autotest/frontend/afe/
models_test.py
501
hosts_serialized
= heartbeat_response['hosts']
505
hosts = [models.Host.deserialize(host) for host in
hosts_serialized
]
Completed in 962 milliseconds