metadata: name: kselftest-cpu-hotplug format: "Lava-Test-Shell Test Definition 1.0" description: "These test code were came from kernel source KERNEL_SRC/tools/testing/selftests/ For running this test, git is required in the rootfs" maintainer: - arthur.she@linaro.org os: - openembedded devices: - arndale - beaglebone-black - rtsm_fvp_base-aemv8a scope: - functional install: git-repos: - http://git.linaro.org/qa/kselftest.git steps: - 'cd kselftest' - 'git checkout $BRANCH' - 'make -C cpu-hotplug' params: BRANCH: master run: steps: - './common/scripts/kselftest-runner.sh cpu-hotplug ./kselftest/cpu-hotplug/on-off-test.sh' parse: pattern: "^(?P[a-z_-]+):\\s\\[(?PPASS|FAIL|SKIP)\\]" fixupdict: FAIL: fail PASS: pass SKIP: skip