blob: 900273b7105bbdf9e002512478be630b65c660db [file] [log] [blame]
mbligh920327b2007-10-12 20:42:25 +00001def run(machine):
2 host = hosts.SSHHost(machine)
3 while True:
4 host.reboot()
5
mblighd74208c2008-04-17 15:27:03 +00006job.parallel_simple(run, machines)