Lines Matching full:hostname
33 # maps hostname to (host object, autotest.Autotest object, Autotest
69 if host.hostname not in self.job.machines:
76 in_use_hosts[host.hostname] = host
83 profiler_hosts.add(host.hostname)
87 host.hostname, profiler_dir)
88 del self.installed_hosts[host.hostname]
93 for hostname in set(in_use_hosts) - profiler_hosts:
94 host = in_use_hosts[hostname]
98 self.installed_hosts[host.hostname] = (host, at, tmp_dir)
101 for hostname in profiler_hosts - set(in_use_hosts):
102 del self.installed_hosts[hostname]
115 if host.hostname in self.installed_hosts:
116 return [self.installed_hosts[host.hostname]]
120 def _get_local_profilers_dir(self, test, hostname): argument
124 local_dir = os.path.join(test.profdir, hostname)
140 dir=self._get_local_profilers_dir(test, host.hostname))
158 local_dir = self._get_local_profilers_dir(test, host.hostname)
160 self.job.remove_client_log(host.hostname, results_dir, local_dir)
177 hostnames = [host_info[0].hostname for host_info in hosts]
183 host.hostname,
194 host.hostname)
195 self.job.add_client_log(host.hostname, remote_results_dir,
217 hostnames = [host_info[0].hostname for host_info in hosts]
232 hostnames = [host_info[0].hostname for host_info in hosts]
247 hostnames = [host_info[0].hostname for host_info in hosts]