summaryrefslogtreecommitdiff
path: root/ubuntu/acpi-smoke-test.yaml
blob: 567a540b181dd8e4b1eb8d9add1ad7925e0a60d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
metadata:
    name: acpi-smoke-test
    format: "Lava-Test-Shell Test Definition 1.0"
    description:
        "ACPI smoke test,
         1) Check presence of /sys/firmware/acpi
         2) Check presence of /sys/firmware/acpi/tables/DSDT
         3) If iasl is installed test decompile of /sys/firmware/acpi/tables/DSDT"
    maintainer:
        - arthur.she@linaro.org
    os:
        - ubuntu
    devices:
        - rtsm_fvp_base-aemv8a
    scope:
        - functional

run:
    steps:
        - 'sudo ./ubuntu/scripts/acpi-check.sh'
parse:
    pattern: "(?P<test_case_id>[ /a-zA-Z0-9]+): (?P<result>[A-Z]+)"