Home
last modified time | relevance | path

Searched refs:incorrect_host_ids (Results 1 – 3 of 3) sorted by relevance

/external/autotest/scheduler/shard/
Dshard_client.py171 incorrect_host_ids = heartbeat_response.get('incorrect_host_ids', [])
193 if incorrect_host_ids:
195 'which will be deleted.', incorrect_host_ids)
196 self._remove_incorrect_hosts(incorrect_host_ids)
212 def _remove_incorrect_hosts(self, incorrect_host_ids=None): argument
220 if not incorrect_host_ids:
224 models.Host.objects.filter(id__in=incorrect_host_ids).delete()
227 incorrect_host_ids)
Dshard_client_unittest.py402 sut._remove_incorrect_hosts(incorrect_host_ids=[1])
/external/autotest/frontend/afe/
Drpc_interface_unittest.py63 incorrect_host_ids=[]): argument
87 self.assertEqual(retval_incorrect_hosts, incorrect_host_ids)
116 incorrect_host_ids=[host2.id])
135 known_hosts=[host1], hosts=[], incorrect_host_ids=[host1.id])