Linaro / lite-lava-docker-compose

LITE Team LAVA docker dispatcher
MIT License
5 stars 10 forks source link

example/zephyr-net-*: More reliably match Zephyr "booting" line. #131

Closed pfalcon closed 3 years ago

pfalcon commented 3 years ago

Serveral initial characters after booting a board may come in garbled. So, avoid matching by the "Booting Zephyr ..." content, match by "ng Zephyr ...".

Also, match until the end of line, this leads to more logical log output (first device input is shown, and then "prompt" matched message, and not vice-versa).

Signed-off-by: Paul Sokolovsky paul.sokolovsky@linaro.org

pfalcon commented 3 years ago

This shows example of addressing (working around?) one of concerns in https://github.com/Linaro/lite-lava-docker-compose/issues/129.

pfalcon commented 3 years ago

Merging.