Searched refs:_get_hosts (Results 1 – 2 of 2) sorted by relevance
105 def _get_hosts(self, host=None): member in profilers210 self._run_clients(test, self._get_hosts(host))214 hosts = self._get_hosts(host)230 hosts = self._get_hosts()243 hosts = self._get_hosts(host)
199 self.total_hosts = self._get_hosts(afe, start_time, end_time)202 def _get_hosts(self, afe, start_time, end_time): member in _DUTPool