blob: 670bf5cf8e448cfc34868d1d99c52c8b70734410 [file] [log] [blame]
mbligh920327b2007-10-12 20:42:25 +00001def run(machine):
2 host = hosts.SSHHost(machine)
mbligha8056b12007-12-19 15:51:02 +00003 print host.is_up()
mbligh920327b2007-10-12 20:42:25 +00004 host.reboot()
5
mblighd74208c2008-04-17 15:27:03 +00006job.parallel_simple(run, machines)