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