Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
autotest
/
920327b09f776cf516e291ef5b874beed654a77c
/
.
/
server
/
samples
/
continuous_reboot.srv
blob: c1f087291f29ab8783985333ff6457bd84a37e35 [
file
] [
log
] [
blame
]
mbligh
920327b
2007-10-12 20:42:25 +0000
[
diff
] [
blame^
]
1
def
run
(
machine
):
2
host
=
hosts
.
SSHHost
(
machine
)
3
while
True
:
4
host
.
reboot
()
5
6
parallel_simple
(
run
,
machines
)