summaryrefslogtreecommitdiff
path: root/android/boottime.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2016-08-16 15:37:56 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2016-08-16 22:11:59 +0800
commit3343e1bac61e9f04fc981120799b1bb364fed32a (patch)
treecda107e32f86ca6fcecd1a0e5e4351482bb89587 /android/boottime.yaml
parent74da641c0eec6cd4a29af5cc944fb60525c02a04 (diff)
update for boottime test
1. collect time for fs mount and bootanim service 2. change to use lava-test-case to add test result this is preparation for LAVA v2 Change-Id: I9355238dc261f01604b02a36ef6f7fc5c98e5c7e Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'android/boottime.yaml')
-rw-r--r--android/boottime.yaml9
1 files changed, 0 insertions, 9 deletions
diff --git a/android/boottime.yaml b/android/boottime.yaml
index a6fe349..2e65c44 100644
--- a/android/boottime.yaml
+++ b/android/boottime.yaml
@@ -16,12 +16,3 @@ metadata:
run:
steps:
- "./android/scripts/boot_time.sh"
- - "dmesg > dmesg.log"
- - lava-test-run-attach dmesg.log text/plain
- - "logcat -d -v time *:V > logcat_all.log"
- - lava-test-run-attach logcat_all.log text/plain
- - "logcat -d -b events -v time > logcat_events.log"
- - lava-test-run-attach logcat_events.log text/plain
-
-parse:
- pattern: "^TEST\\s(?P<test_case_id>\\w+):\\s(?P<result>\\w+)\\s(?P<measurement>\\-?\\d+\\.?\\d+?)\\s(?P<units>\\w+)"