metadata: name: gcov-collect-results format: "Lava-Test-Shell Test Definition 1.0" description: "Experimental implementation of GCOV for arndale. Make sure gcov is enabled in the kernel. Run tests in separate lava-test-shell without reboot. This definition should be used together with gcov-start" maintainer: - milosz.wasilewski@linaro.org - fathi.boudra@linaro.org - riku.voipio@linaro.org os: - ubuntu scope: - functional devices: - arndale install: deps: - gzip - lcov run: steps: - './common/scripts/gcov-collect-results.sh' parse: pattern: "LAVA (?P.*-*):\\s+(?P(pass|fail))"