blob: 900273b7105bbdf9e002512478be630b65c660db [file] [log] [blame]
def run(machine):
host = hosts.SSHHost(machine)
while True:
host.reboot()
job.parallel_simple(run, machines)