Searched refs:incorrect_host_ids (Results 1 – 3 of 3) sorted by relevance
171 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): argument220 if not incorrect_host_ids:224 models.Host.objects.filter(id__in=incorrect_host_ids).delete()227 incorrect_host_ids)
402 sut._remove_incorrect_hosts(incorrect_host_ids=[1])
63 incorrect_host_ids=[]): argument87 self.assertEqual(retval_incorrect_hosts, incorrect_host_ids)116 incorrect_host_ids=[host2.id])135 known_hosts=[host1], hosts=[], incorrect_host_ids=[host1.id])