summaryrefslogtreecommitdiff
path: root/openembedded/openjdk8-sanity.yaml
blob: e6c7517c64a2d73fa1b9619ace0cb3556e8c15e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
metadata:
  name: openjdk8-sanity
  format: "Lava-Test-Shell Test Definition 1.0"
  description: "Openjdk8-sanity test for Linaro OpenEmbedded builds. The test validates that
                the OpenJDK 8 java binary can run and matches version 1.8"
  version: 1.0
  maintainer:
    - andrew.mcdermott@linaro.org
  os:
    - openembedded
  scope:
    - functional
  devices:
    - rtsm_fvp_base-aemv8a
    - juno

run:
  steps:
    - 'cd openembedded/scripts'
    - 'PATH=/usr/lib/jvm/java-8-openjdk/bin:/usr/lib/jvm/java-8-openjdk/jre/bin:$PATH'
    - './openjdk-version.sh 1.8'

parse:
  pattern: "^(?P<test_case_id>[^:]+):\\s(?P<result>\\w+)"
  fixupdict:
    PASS: pass
    FAIL: fail