From 03094b9deb2137536cebeb91d0e0a21737aaaf6a Mon Sep 17 00:00:00 2001 From: Milosz Wasilewski Date: Thu, 20 Mar 2014 11:01:29 +0000 Subject: finish signal is now parametrized to make sure correct shells on host and target work together --- wa2target.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'wa2target.yaml') 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 -- cgit v1.2.3