Sign in
android
/
platform
/
external
/
autotest
/
9bcfef7219e4b6b798c6875bf2b92d0b0134c36d
/
.
/
server
/
samples
/
reboot.srv
blob: 7aab7c44b638dddf3d3e10af7fa459994d6600f8 [
file
] [
log
] [
blame
]
def
run
(
machine
):
host
=
hosts
.
SSHHost
(
machine
)
print
host
.
is_up
()
host
.
reboot
()
parallel_simple
(
run
,
machines
)