Fixing a missing quote meant to go on r5471
[autotest-zwu.git] / server / samples / reboot.srv
blob3f6445b02520a2556420d8f42cf00b124bf9768d
1 def run(machine):
2     host = hosts.create_host(machine)
3     print host.is_up()
4     host.reboot()
6 job.parallel_simple(run, machines)