summaryrefslogtreecommitdiff
path: root/openembedded
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-10-14 07:58:39 +0100
committerLinaro Code Review <review@review.linaro.org>2013-10-14 08:31:03 +0000
commit5de213067bf50790879d98c47c4059dc76e4ae10 (patch)
tree0cb7ad4e6bcf824f181d74d76f0bf74e9b7b5ce6 /openembedded
parenta23d79c22c7a4886a48d405a34d171d7c92f71b1 (diff)
openjdk-7: remove as no longer part of OE image
Change-Id: I678ca9ef003f01d06ea8d8d180cbe7b38b39b659 Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/openjdk7-sanity.yaml29
1 files changed, 0 insertions, 29 deletions
diff --git a/openembedded/openjdk7-sanity.yaml b/openembedded/openjdk7-sanity.yaml
deleted file mode 100644
index 8837fe8..0000000
--- a/openembedded/openjdk7-sanity.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-metadata:
- name: openjdk7-sanity
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "Validates that the OpenJDK 7 java binary can run and matches version 1.7"
- version: 1.0
- maintainer:
- - andrew.mcdermott@linaro.org
- os:
- - openembedded
- scope:
- - functional
- devices:
- - rtsm_ve-armv8
-
-install:
- git-repos:
- - git://git.linaro.org/qa/test-definitions.git
-
-run:
- steps:
- - 'cd test-definitions/openembedded/scripts'
- - 'PATH=/usr/lib/jvm/java-7-openjdk/bin:/usr/lib/jvm/java-7-openjdk/jre/bin:$PATH'
- - './openjdk-version.sh 1.7'
-
-parse:
- pattern: "^(?P<test_case_id>[^:]+):\\s(?P<result>\\w+)"
- fixupdict:
- PASS: pass
- FAIL: fail