blob: b4044bdea31398c5898b1526b12443193c2c92f9 [file] [log] [blame]
Yongqin Liu972755e2016-11-21 20:22:50 +08001metadata:
2 name: boottime2
3 format: "Lava-Test-Shell Test Definition 1.0"
4 description: "collect the boottime data many times and try to analyse,
5 when run more than 4 times(including), the average will be
6 calculated without the maximum and the minmun, if run less
7 than or equal to 3 time, the average will be calculated with
8 all data"
9 maintainer:
10 - yongqin.liu@linaro.org
11 os:
12 - android
13 scope:
14 - performance
15 devices:
16 - juno
17
18params:
19 OPERATION: "COLLECT"
20 COLLECT_NO: "1"
21
22run:
23 steps:
24 - ./android/scripts/boottime2.sh ${OPERATION} ${COLLECT_NO}