metadata: name: device-tree format: "Lava-Test-Shell Test Definition 1.0" description: "This test checks for Flattened Device Tree blob for Android builds. The test verifies that device-tree is available and contains model name of the board." maintainer: - milosz.wasilewski@linaro.org os: - android devices: - panda - panda-es - vexpress-a9 - vexpress-tc2 - rtsm_foundation-armv8 - rtsm_fvp_base-aemv8a - arndale - aa9 - juno scope: - functional environment: - lava-test-shell run: steps: - "./android/scripts/devicetree-android.sh" parse: pattern: "(?P[a-zA-Z0-9_-]+):\\s(?P\\w+)" fixupdict: FAIL: fail PASS: pass