Lines Matching refs:hostname
83 hosts.append(e['host']['hostname'])
257 hostnames = [h.hostname for h in running_hosts]
356 job.id, job.owner, s.hostname, job.name,
365 job.owner, s.hostname, job.name,
455 @return a dict mapping {hostname: Status}, one per host used in a Job.
461 name_prefix+s.hostname,
465 if (s.hostname not in to_return or
466 candidate.is_worse_than(to_return[s.hostname])):
467 to_return[s.hostname] = candidate
473 host = e['host']['hostname'] if e['host'] else 'hostless' + job.name
487 @param per_host_statuses: dict mapping {hostname: Status}, one per host
496 for hostname, status in per_host_statuses.iteritems():
498 group.mark_host_success(hostname)
558 end_time_str=None, job_id=None, owner=None, hostname=None,
572 @param hostname: The name of the host the test that generated this
584 self._hostname = hostname
734 def hostname(self):