Skip to content

Use kmsg for LAVA test signals

Chris Paterson requested to merge patersonc/lava-docker:use_kmsg into cip-lava-docker

We've seen a number of issues caused by random kernel messages interrupting LAVA test case signals. For example: https://lava.ciplatform.org/scheduler/job/1859#L648

Using kmsg helps avoid this issue as the test signals cannot be interrupted.

LAVA documentation: https://lava.ciplatform.org/static/docs/v2/test-repositories.html#using-kernel-messages-in-a-test-shell

Signed-off-by: Chris Paterson chris.paterson2@renesas.com

Merge request reports