summaryrefslogtreecommitdiff
path: root/android/boottime.yaml
diff options
context:
space:
mode:
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+)"