Searched refs:incorrect_host_ids (Results 1 – 2 of 2) sorted by relevance
157 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): argument206 if not incorrect_host_ids:209 models.Host.objects.filter(id__in=incorrect_host_ids).delete()
1037 incorrect_host_ids=[]): argument1061 self.assertEqual(retval_incorrect_hosts, incorrect_host_ids)1217 incorrect_host_ids=[host2.id])1239 known_hosts=[host1], hosts=[], incorrect_host_ids=[host1.id])