aboutsummaryrefslogtreecommitdiff
path: root/wa2target.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-20 11:01:29 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-20 11:01:29 +0000
commit03094b9deb2137536cebeb91d0e0a21737aaaf6a (patch)
tree34f38d7245d8e4ce88d86323a9e41dede8ecd3ce /wa2target.yaml
parent48de60439b3900005224a2f0ac960a756cdf017b (diff)
finish signal is now parametrized to make sure correct shells on host and target work together
Diffstat (limited to 'wa2target.yaml')
-rw-r--r--wa2target.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/wa2target.yaml b/wa2target.yaml
index 2e7fc11..31a92b4 100644
--- a/wa2target.yaml
+++ b/wa2target.yaml
@@ -11,6 +11,9 @@ metadata:
devices:
- vexpress-tc2
+params:
+ FINISH_SIGNAL: "workload-finished"
+
run:
steps:
- lava-test-case step1-cat-build-info --shell cat /system/build.prop
@@ -19,5 +22,5 @@ run:
- lava-test-case step4-stop-adbd --shell stop adbd
- lava-test-case step5-start-adbd --shell start adbd
- lava-test-case step6-send-ip --shell lava-send send-ip ipaddr=$(getprop dhcp.eth0.ipaddress)
- - lava-test-case step7-multinode-sync --shell lava-sync workload-finished
+ - lava-test-case step7-multinode-sync --shell lava-sync $FINISH_SIGNAL