Lines Matching refs:machines
3 ssh_hosts = [hosts.create_host(m) for m in machines]
8 machines, name):
18 at.host.hostname, "PROF_MASTER", str(machines)))
27 def wait_for_profilers(machines, timeout = 180):
31 sync_bar.rendezvous_servers("PROF_MASTER", *machines)
34 def start_profilers(machines, timeout = 180):
38 start_bar.rendezvous_servers("PROF_MASTER", *machines)
41 def stop_profilers(machines, timeout = 120):
43 stop_bar.rendezvous_servers("PROF_MASTER", *machines)
47 wait_for_profilers(machines)
48 start_profilers(machines)
52 stop_profilers(machines)
65 timeout_start, timeout_stop, machines, name))