metadata: name: phpinfo format: "Lava-Test-Shell Test Definition 1.0" description: "Test for phpinfo() in Linaro OpenEmbedded builds. NOTE: This test works only on OE builds with this layer http://layers.openembedded.org/layerindex/recipe/3611/" os: - openembedded scope: - functional devices: - rtsm_fvp_base-aemv8a - juno run: steps: - "cd openembedded/scripts" - "./phpinfo.sh" parse: pattern: "^(?P[a-zA-Z0-9_-]+):\\s(?P\\w+)" fixupdict: PASS: pass FAIL: fail