metadata: name: alldebug-kernel format: "Lava-Test-Shell Test Definition 1.0" description: "This test will parse the kernel self debug test log" maintainer: - arthur.she@linaro.org os: - openembedded devices: - arndale - beaglebone-black - rtsm_fvp_base-aemv8a - panda-es scope: - functional run: steps: - 'dmesg > dmesg.log' - 'openembedded/scripts/dmesg-parser.sh dmesg.log' - 'lava-test-run-attach dmesg.log' parse: pattern: "^(?P[-\\w=>/()[\\] #+]+):\\s+(?PFAILED|ok)" fixupdict: FAILED: fail ok: pass