Andy Doan <[email protected]> writes:
> I just noticed two interesting health check failures from yesterday:
>
> http://validation.linaro.org/lava-server/scheduler/job/38082
> http://validation.linaro.org/lava-server/scheduler/job/38084
>
> They are slightly different but might be the same issue. It almost looks
> like we may have some odd behavior in our new "sendline" fix?
I don't think that's exactly the problem. This is the code that's
running:
logging.info("Restart adb after netup")
session = AndroidTesterCommandRunner(self)
session.run('setprop service.adb.tcp.port 5555')
The setprop invocation is never echoed back to the serial line. It's
possible the board is hung, but I'm not sure if that's the only
explanation. If it happens again, we should pop onto control and see
what state the board is in.
Cheers,
mwh
_______________________________________________
linaro-validation mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/linaro-validation