metadata: name: kselftest-net format: "Lava-Test-Shell Test Definition 1.0" description: "Linux kernel Kselftest-net 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-net is a basic test of packet socket fanout and socket's TPACKET_V1/TPACKET_V2/TPACKET_V3 behavior." 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 steps: - 'cd kselftest' - 'make -C net' params: BRANCH: master run: steps: - 'cd kselftest/net' - '../../common/scripts/kselftest-runner.sh net "make run_tests"' parse: pattern: "^(?P[a-z_ ]+):\\s\\[(?PPASS|FAIL|SKIP)\\]"