metadata: name: kselftest-vm 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-vm tests huge page memory in a user application using the mmap and Sys V shared memory system calls. It also tests selecting other page sizes for mmap/shmget and stress test for transparent huge pages, memory compaction and migration." 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 vm' deps: - build-essential params: BRANCH: master run: steps: - './common/scripts/kselftest-runner.sh vm ./kselftest/vm/run_vmtests' parse: pattern: "^(?P[a-z_-]+):\\s\\[(?PPASS|FAIL|SKIP)\\]" fixupdict: FAIL: fail PASS: pass SKIP: skip