blob: 670bf5cf8e448cfc34868d1d99c52c8b70734410 [file] [log] [blame]
def run(machine):
host = hosts.SSHHost(machine)
print host.is_up()
host.reboot()
job.parallel_simple(run, machines)