summaryrefslogtreecommitdiff
path: root/android/bootchart.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'android/bootchart.yaml')
-rw-r--r--android/bootchart.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/android/bootchart.yaml b/android/bootchart.yaml
new file mode 100644
index 0000000..a5b16d7
--- /dev/null
+++ b/android/bootchart.yaml
@@ -0,0 +1,24 @@
+metadata:
+ name: bootchart
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "collect the bootchart data and try to analyse"
+ maintainer:
+ - yongqin.liu@linaro.org
+ os:
+ - android
+ scope:
+ - functional
+ devices:
+ - juno
+
+params:
+ OPERATION: "stop"
+ BOOTCHART_TIME: "120"
+
+run:
+ steps:
+ - ./android/scripts/bootchart.sh $OPERATION $BOOTCHART_TIME
+ - lava-test-run-attach /data/local/tmp/bootchart.tgz application/x-gzip
+
+parse:
+ pattern: "(?P<test_case_id>\\w+):\\s+(?P<result>(pass|fail))"