summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-10-09 16:55:15 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-10-09 16:55:15 +0100
commit9449a3f30bb8b44c6a570d58cc7443adf88629cc (patch)
tree0f45c94ab04846dfd4e48b1ecdc0fb555d2ac9fc
parent1e60f22e6b3cc147c7305126ff5517263179bdb4 (diff)
test-definitions: fixed device name and scope
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-rw-r--r--lava-android-benchmark-host.yaml2
-rw-r--r--lava-android-benchmark-target.yaml10
2 files changed, 5 insertions, 7 deletions
diff --git a/lava-android-benchmark-host.yaml b/lava-android-benchmark-host.yaml
index 557f83b..678803e 100644
--- a/lava-android-benchmark-host.yaml
+++ b/lava-android-benchmark-host.yaml
@@ -30,7 +30,7 @@ run:
steps:
- apt-add-repository -y http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu
- apt-get update -y
- - apt-get install -y android-tools-adb android-tools-fastboot $JAVA_PACKAGE
+ - apt-get install -y android-tools-adb android-tools-fastboot
- lava-wait $TEST_NAME-send-ip
- IPADDR=`awk -F '=' '{print $2}' /tmp/lava_multi_node_cache.txt`
- adb connect $IPADDR
diff --git a/lava-android-benchmark-target.yaml b/lava-android-benchmark-target.yaml
index 49c0029..e5073ae 100644
--- a/lava-android-benchmark-target.yaml
+++ b/lava-android-benchmark-target.yaml
@@ -1,24 +1,22 @@
metadata:
name: lava-android-benchmark-target
format: "Lava-Test-Shell Test Definition 1.0"
- description: "Wrapper around lava-android-test. This is the target part.
- It sends the IP address of the target to host and than
- waits for the host to execute tests."
+ description: "Multinode target part for android benchmarking"
maintainer:
- milosz.wasilewski@linaro.org
os:
- android
scope:
- - functional
+ - benchmark
devices:
- panda
- panda-es
- vexpress-a9
- vexpress-tc2
- - wg
+ - juno
params:
- TEST_NAME: "busybox"
+ TEST_NAME: "geekbench"
run:
steps: