Sign in
android
/
platform
/
external
/
autotest
/
025ef692cb20347c580951331369335b01ee44fb
/
.
/
server
/
samples
/
continuous_reboot.srv
blob: 080e9e2b77b74490f9387c67d0129dc191045c53 [
file
] [
log
] [
blame
]
def
run
(
machine
):
host
=
hosts
.
create_host
(
machine
)
while
True
:
host
.
reboot
()
job
.
parallel_simple
(
run
,
machines
)