aboutsummaryrefslogtreecommitdiff
path: root/ubuntu/kselftest-memory-hotplug.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/kselftest-memory-hotplug.yaml')
-rw-r--r--ubuntu/kselftest-memory-hotplug.yaml38
1 files changed, 0 insertions, 38 deletions
diff --git a/ubuntu/kselftest-memory-hotplug.yaml b/ubuntu/kselftest-memory-hotplug.yaml
deleted file mode 100644
index d76641b4..00000000
--- a/ubuntu/kselftest-memory-hotplug.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-metadata:
- name: kselftest-memory-hotplug
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "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 memory-hotplug tests. Memory-hotplug
- allows to increase/decrease the amount of memory required by highly virtualized
- environments or required by hardware which supports memory power management."
- 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
-
-params:
- BRANCH: master
-
-run:
- steps:
- - './common/scripts/kselftest-runner.sh memory-hotplug ./kselftest/memory-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