aboutsummaryrefslogtreecommitdiff
path: root/openembedded/kselftest-cpu-hotplug.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/kselftest-cpu-hotplug.yaml')
-rw-r--r--openembedded/kselftest-cpu-hotplug.yaml40
1 files changed, 0 insertions, 40 deletions
diff --git a/openembedded/kselftest-cpu-hotplug.yaml b/openembedded/kselftest-cpu-hotplug.yaml
deleted file mode 100644
index 855f717c..00000000
--- a/openembedded/kselftest-cpu-hotplug.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-metadata:
- name: kselftest-cpu-hotplug
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "Linux kernel Selftest 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 in the
- kernel. This test runs full range of cpu-hotplug tests."
- 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 cpu-hotplug'
-
-params:
- BRANCH: master
-
-run:
- steps:
- - './common/scripts/kselftest-runner.sh cpu-hotplug ./kselftest/cpu-hotplug/on-off-test.sh'
-
-parse:
- pattern: "^(?P<test_case_id>[a-z_-]+):\\s\\[(?P<result>PASS|FAIL|SKIP)\\]"
- fixupdict:
- FAIL: fail
- PASS: pass
- SKIP: skip