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[ /a-zA-Z0-9]+): (?P[A-Z]+)"