Home | History | Annotate | Download | only in afe

Lines Matching refs:hostname

50                           hostname='host1')
69 self.assertEquals(set(host['hostname'] for host in hosts),
75 self._check_hostnames(hosts, [host.hostname for host in self.hosts])
77 hosts = rpc_interface.get_hosts(hostname='host1')
231 host = models.Host.objects.get(hostname='testhost')
308 self.assertEquals(entry_dict['host']['hostname'], 'host1')
345 self.assertEquals(1, rpc_interface.get_num_hosts(hostname='host1',
347 data = rpc_interface.get_hosts(hostname='host1', valid_only=False)
447 shard = models.Shard.objects.create(hostname=shard_hostname)
509 shard1 = models.Shard.objects.create(hostname='shard1')
513 shard2 = models.Shard.objects.create(hostname='shard2')
563 shard1 = models.Shard.objects.create(hostname='shard1')
589 shard1 = models.Shard.objects.create(hostname='shard1')
612 shard1 = models.Shard.objects.create(hostname='shard1')