Home
last modified time | relevance | path

Searched refs:heartbeat_response (Results 1 – 2 of 2) sorted by relevance

/external/autotest/scheduler/shard/
Dshard_client.py144 def process_heartbeat_response(self, heartbeat_response): argument
154 hosts_serialized = heartbeat_response['hosts']
155 jobs_serialized = heartbeat_response['jobs']
156 suite_keyvals_serialized = heartbeat_response['suite_keyvals']
157 incorrect_host_ids = heartbeat_response.get('incorrect_host_ids', [])
/external/autotest/frontend/afe/
Dmodels_test.py500 heartbeat_response = self._get_example_response()
501 hosts_serialized = heartbeat_response['hosts']
502 jobs_serialized = heartbeat_response['jobs']