metadata: name: android-boottime format: "Lava-Test-Shell Test Definition 1.0" description: "Checks android boot time to UI It relies on the dmesg and logcat information" maintainer: - milosz.wasilewski@linaro.org - yongqin.liu@linaro.org os: - android scope: - functional devices: - juno run: steps: - "./android/scripts/boot_time.sh" - "dmesg > dmesg.log" - lava-test-run-attach dmesg.log text/plain - "logcat -d *:V > logcat_all.log" - lava-test-run-attach logcat_all.log text/plain - "logcat -d -b events > logcat_events.log" - lava-test-run-attach logcat_events.log text/plain parse: pattern: "^TEST\\s(?P\\w+):\\s(?P\\w+)\\s(?P\\-?\\d+\\.?\\d+?)\\s(?P\\w+)"