blob: a8ed99097b2c7d38961c9c75e7e33c63715bee25 [file] [log] [blame]
Milosz Wasilewskifffa0302018-05-08 11:35:07 +01001metadata:
2 format: Lava-Test Test Definition 1.0
3 name: arm-probe-install
4 description: "Install arm-probe tool on devices that have ARM
5 energy probes connected to them.
6 It also installs configuration files for the probe"
7 maintainer:
8 - lisa.nguyen@linaro.org
9 - milosz.wasilewski@linaro.org
10 os:
11 - ubuntu
12 devices:
13 - hi6220-hikey
14 - hi960-hikey
15 - juno
16
17params:
18 AEP_REPOSITORY: https://git.linaro.org/tools/arm-probe.git
19 AEP_REF: master
20 AEP_CONFIG_REPOSITORY: https://git.linaro.org/power/energy-probe-ext.git
21 AEP_CONFIG_REF: master
22 # path should be absolute
23 AEP_CONFIG_TARGET_PATH: /root/energy-probe-ext
24
25run:
26 steps:
27 - cd ./automated/android/workload-automation
28 - ./aep-install.sh -r "${AEP_REPOSITORY}" -t "${AEP_REF}"
29 - ./aep-energy-config.sh -r "${AEP_CONFIG_REPOSITORY}" -t "${AEP_CONFIG_REF}" -p "${AEP_CONFIG_TARGET_PATH}"
30 - ../../utils/send-to-lava.sh ./output/result.txt