Home
last modified time | relevance | path

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

/external/autotest/scheduler/shard/
Dshard_client.py157 incorrect_host_ids = heartbeat_response.get('incorrect_host_ids', [])
179 if incorrect_host_ids:
181 'which will be deleted.', incorrect_host_ids)
182 self._remove_incorrect_hosts(incorrect_host_ids)
198 def _remove_incorrect_hosts(self, incorrect_host_ids=None): argument
206 if not incorrect_host_ids:
209 models.Host.objects.filter(id__in=incorrect_host_ids).delete()
/external/autotest/frontend/afe/
Drpc_interface_unittest.py1037 incorrect_host_ids=[]): argument
1061 self.assertEqual(retval_incorrect_hosts, incorrect_host_ids)
1217 incorrect_host_ids=[host2.id])
1239 known_hosts=[host1], hosts=[], incorrect_host_ids=[host1.id])