metadata: name: kselftest-mqueue format: "Lava-Test-Shell Test Definition 1.0" description: "Linux kernel Kselftest-mqueue test for Linaro OpenEmbedded builds. The kernel contains a set of 'self tests' under the tools/testing/selftests/ directory. These are intended to be small unit tests to exercise individual code paths. kselftest-mqueue test tries to open a posix message queue and reports whether it fails or passes." maintainer: - arthur.she@linaro.org os: - openembedded devices: - arndale - beaglebone-black - rtsm_fvp_base-aemv8a - juno scope: - functional install: git-repos: - url: http://git.linaro.org/qa/kselftest.git branch: BRANCH params: BRANCH: master run: steps: - './common/scripts/kselftest-mqueue.sh' parse: pattern: "^(?P[A-Za-z0-9_>=/, ]+):[\\s]+(?PPASS|FAIL)" fixupdict: PASS: pass FAIL: fail