Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/release-R26-3701.B
/
.
/
server
/
samples
/
reboot.srv
blob: 3f6445b02520a2556420d8f42cf00b124bf9768d [
file
] [
log
] [
blame
] [
edit
]
def
run
(
machine
):
host
=
hosts
.
create_host
(
machine
)
print
host
.
is_up
()
host
.
reboot
()
job
.
parallel_simple
(
run
,
machines
)