Home
last modified time | relevance | path

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

/external/autotest/scheduler/shard/
Dshard_client.py158 def process_heartbeat_response(self, heartbeat_response): argument
168 hosts_serialized = heartbeat_response['hosts']
169 jobs_serialized = heartbeat_response['jobs']
170 suite_keyvals_serialized = heartbeat_response['suite_keyvals']
171 incorrect_host_ids = heartbeat_response.get('incorrect_host_ids', [])
/external/autotest/frontend/afe/
Dmodels_test.py567 heartbeat_response = self._get_example_response()
568 hosts_serialized = heartbeat_response['hosts']
569 jobs_serialized = heartbeat_response['jobs']