Use /dev/kmsg for LAVA test signals, if requested
Adds a parameter "lava-signal" to the test definition parameters which when set to "kmsg" will tell the lava test scripts to echo their output to /dev/kmsg. This *might* help with test cases that produce kernel output and can interrupt LAVA signals sent to stdout. This review does NOT cover the issue that lava-test-runner signals will still only be sent to stdout. Change-Id: I8ac92c725ac49e40847d1a54c13bef81030903fa
Showing
- doc/v2/connections.rst 7 additions, 0 deletionsdoc/v2/connections.rst
- doc/v2/examples/test-jobs/qemu-kmsg-events.yaml 57 additions, 0 deletionsdoc/v2/examples/test-jobs/qemu-kmsg-events.yaml
- doc/v2/test-repositories.rst 156 additions, 0 deletionsdoc/v2/test-repositories.rst
- doc/v2/writing-tests.rst 2 additions, 0 deletionsdoc/v2/writing-tests.rst
- lava_dispatcher/actions/deploy/testdef.py 12 additions, 2 deletionslava_dispatcher/actions/deploy/testdef.py
- lava_dispatcher/actions/test/shell.py 2 additions, 3 deletionslava_dispatcher/actions/test/shell.py
- lava_dispatcher/lava_test_shell/lava-common-functions 9 additions, 0 deletionslava_dispatcher/lava_test_shell/lava-common-functions
- lava_dispatcher/lava_test_shell/lava-test-case 5 additions, 4 deletionslava_dispatcher/lava_test_shell/lava-test-case
- lava_dispatcher/lava_test_shell/lava-test-feedback 2 additions, 1 deletionlava_dispatcher/lava_test_shell/lava-test-feedback
- lava_dispatcher/lava_test_shell/lava-test-raise 2 additions, 1 deletionlava_dispatcher/lava_test_shell/lava-test-raise
- lava_dispatcher/lava_test_shell/lava-test-reference 3 additions, 2 deletionslava_dispatcher/lava_test_shell/lava-test-reference
- lava_dispatcher/lava_test_shell/lava-test-runner 7 additions, 16 deletionslava_dispatcher/lava_test_shell/lava-test-runner
- lava_dispatcher/lava_test_shell/lava-test-set 4 additions, 2 deletionslava_dispatcher/lava_test_shell/lava-test-set
- lava_dispatcher/test/test_defs.py 1 addition, 0 deletionslava_dispatcher/test/test_defs.py
Loading
Please register or sign in to comment