summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-11-27 11:39:28 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-11-27 11:39:28 +0000
commit4a7a2a0bfd3b4186933a03db3e99a53618363cc0 (patch)
treef98ff2a4bba836d326f71c73784b4cd0dad8ad24
parentb76acbc7564fc6724fe994633191bdcd06436152 (diff)
AndoidViewClient: fixed bug with incorect device orienation
touch() calls were using incorrect orientation. This resulted in missed 'clicks' on the Android UI. This commit switches to forked repository in which the bug is fixed. Once the pull request is accepted upstream the master repository can be restored. Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-rw-r--r--lava-android-benchmark-host.yaml8
1 files changed, 1 insertions, 7 deletions
diff --git a/lava-android-benchmark-host.yaml b/lava-android-benchmark-host.yaml
index bcab341..43dbcd7 100644
--- a/lava-android-benchmark-host.yaml
+++ b/lava-android-benchmark-host.yaml
@@ -14,11 +14,9 @@ metadata:
install:
git-repos:
- http://git.linaro.org/git/qa/android-apk-automation.git
- - https://github.com/dtmilano/AndroidViewClient.git
+ - https://github.com/mwasilew/AndroidViewClient.git
steps:
- cd AndroidViewClient/
- - git checkout $AVC_VERSION
- - cd AndroidViewClient/
- python setup.py install
deps:
- git
@@ -27,10 +25,6 @@ install:
- 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