summaryrefslogtreecommitdiff
path: root/ubuntu/acpi-smoke-test.yaml
blob: ce202cae187b40b3308f887e2467d2106f58f7e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
metadata:
    name: acpi-smoke-test
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "ACPI smoke test verifies presence of acpi and DSDT under /sys/firmware. It also checks
                  for decompilation of DSDT under /sys/firmware/acpi/tables/DSDT if iasl is installed."
    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]+)"