summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-11-25 13:09:32 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-11-25 13:11:39 +0000
commit675f83845ec40bf60681f2883911d2a07ca27949 (patch)
tree305a846754e1273f0688696026cb6b57a9ee1f15
parent13365e01d82964e54cdfa0951c80a369ab0cb6bd (diff)
host: moved to good known version of AVC
AndoidViewClient tip can still be used by setting parameter AVC_VERSION to 'master' Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-rw-r--r--lava-android-benchmark-host.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/lava-android-benchmark-host.yaml b/lava-android-benchmark-host.yaml
index 9a98e9c..53f8d02 100644
--- a/lava-android-benchmark-host.yaml
+++ b/lava-android-benchmark-host.yaml
@@ -17,12 +17,19 @@ install:
- https://github.com/dtmilano/AndroidViewClient.git
steps:
- cd AndroidViewClient/
+ - git checkout $AVC_VERSION
+ - cd AndroidViewClient/
- python setup.py install
deps:
+ - git
- python-pil
- python-setuptools
params:
+ # this corresponds to version 0.7.6 of AVC
+ # this is a good known version
+ # later versions sometimes fail to press buttons on the UI
+ AVC_VERSION: "7fc8b7f8c618ec4a2cca67f46d43b40f4cf02ed5"
TEST_NAME: "geekbench"
ITERATIONS: 1