Searched refs:heartbeat_response (Results 1 – 2 of 2) sorted by relevance
144 def process_heartbeat_response(self, heartbeat_response): argument154 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', [])
500 heartbeat_response = self._get_example_response()501 hosts_serialized = heartbeat_response['hosts']502 jobs_serialized = heartbeat_response['jobs']