aboutsummaryrefslogtreecommitdiff
path: root/wa2host.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-09-17 10:38:43 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-10-07 14:51:58 +0100
commit1530ae799754a890d2340d34aa480ba7360afc3c (patch)
tree9b817d0b92c1b3d7d18bb38626251978ca70eddf /wa2host.yaml
parent6776aea2f8bed4ca0d50c98c1f8075d8052f19a5 (diff)
Added support for 'usb only' devices
The assumption about running with IP based adb connection was removed. Now it should be possible to run with usb based adb connection in LAVA Added templates and support for Nexus9 benchmarking Added getprop to debug information Target: fixed conditions for serial/IP address check Note: Using Nexus10 as a target device as WA doesn't support Nexus9 yet. Change-Id: I5188fa6bf919e85ccae989ba34a5704fb329b8a0 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'wa2host.yaml')
-rw-r--r--wa2host.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/wa2host.yaml b/wa2host.yaml
index ed739cd..ccf5d7c 100644
--- a/wa2host.yaml
+++ b/wa2host.yaml
@@ -16,6 +16,8 @@ params:
JOB_NAME: "workload-automation"
MODE: "hmp"
DEVICE: ""
+ # name of the template for device config
+ CONFIG: "config-juno.py"
SIGNAL_PREFIX: "workload"
# TODO: build-tools.tar.gz only accessible from Linaro LAVA lab
# TODO: Provide a valid build-tools URL from Json
@@ -49,9 +51,11 @@ install:
run:
steps:
+ - pwd
+ - ls
- lava-test-case step1-$SIGNAL_PREFIX-prepare-agenda --shell ./prepare-agenda.py --agenda $AGENDA --job-name $JOB_NAME
- lava-test-case step2-$SIGNAL_PREFIX-wait-for-ip --shell lava-wait $SIGNAL_PREFIX-send-ip
- - lava-test-case step3-$SIGNAL_PREFIX-prepare-config --shell ./prepare-config.py --prefix $SIGNAL_PREFIX
+ - lava-test-case step3-$SIGNAL_PREFIX-prepare-config --shell ./prepare-config.py --prefix $SIGNAL_PREFIX --config $CONFIG
- lava-test-case step4-$SIGNAL_PREFIX-prepare-device --shell ./prepare-device.sh $MODE $DEVICE
- lava-test-case step5-$SIGNAL_PREFIX-run-workload --shell ./run-workload.sh $AGENDA $JOB_NAME
- if [ -f ./$JOB_NAME/results.csv ]; then lava-test-case-attach step6-$SIGNAL_PREFIX-run-workload ./$JOB_NAME/results.csv; fi