metadata: name: kselftest-net format: "Lava-Test-Shell Test Definition 1.0" description: "The kernel contains a set of 'self tests' under the tools/testing/selftests/. These are intended to be small unit tests to exercise individual code paths in the kernel. 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: - ubuntu 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' deps: - build-essential 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)\\]"