blob: c1f087291f29ab8783985333ff6457bd84a37e35 [file] [log] [blame]
mbligh920327b2007-10-12 20:42:25 +00001def run(machine):
2 host = hosts.SSHHost(machine)
3 while True:
4 host.reboot()
5
6parallel_simple(run, machines)