Searched refs:atomic_hosts (Results 1 – 2 of 2) sorted by relevance
120 atomic_hosts = proxy.run('get_hosts', multiple_labels=[label_name]) variable125 atomic_hostnames = [h['hostname'] for h in atomic_hosts]139 assert len(accessible_hosts) <= len(atomic_hosts)140 if len(accessible_hosts) != len(atomic_hosts):151 locked_hosts = [h for h in atomic_hosts if h['locked']]159 for host in atomic_hosts:174 usable_hostnames = [host['hostname'] for host in atomic_hosts
585 atomic_hosts = models.Host.objects.filter(588 unusable_host_names = [host.hostname for host in atomic_hosts]