Yongqin Liu | 972755e | 2016-11-21 20:22:50 +0800 | [diff] [blame] | 1 | metadata: |
| 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 | |
| 18 | params: |
| 19 | OPERATION: "COLLECT" |
| 20 | COLLECT_NO: "1" |
| 21 | |
| 22 | run: |
| 23 | steps: |
| 24 | - ./android/scripts/boottime2.sh ${OPERATION} ${COLLECT_NO} |