summaryrefslogtreecommitdiff
path: root/ubuntu/aapits.yaml
blob: d3efb60d2c04f9f746a6edabfe868c90e439c358 (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
28
29
30
31
32
33
34
35
36
37
38
metadata:
    name: aapits
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "ACPI API test suite. AAPITS verifies, in emulating mode, conformity of the ACPICA API
                  implementation to the definitions in ACPI Component Architecture Programmer Reference.
                  More details - https://wiki.linaro.org/LEG/Engineering/test-acpi#AAPITS_-_ACPICA_API_Test_Suite"
    maintainer:
        - tomasz.nowicki@linaro.org
    os:
        - ubuntu
    devices:
        - rtsm_fvp_base-aemv8a
    scope:
        - functional

install:
    git-repos:
        - git://git.linaro.org/leg/acpica/acpica.git
    steps:
        - 'cd acpica'
        - 'git branch linaro origin/linaro'
        - 'git checkout linaro'
        - 'make iasl'
        - 'cd tests/aapits && make all'
    deps:
        - bzip2
        - flex
        - bison
        - build-essential
        - make
        - git
run:
    steps:
        - 'cd acpica/tests/aapits/bin'
        - './aapitsrun'
        - 'cat ../tmp/raw.out'
parse:
    pattern: "[ a-zA-Z]+ (?P<test_case_id>[a-zA-Z0-9]+):\\s(?P<result>PASS|FAIL|SKIP)"