This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch bernie/benchmarking in repository toolchain/abe.
The following commit(s) were added to refs/heads/bernie/benchmarking by this push: new a384396 WIP a384396 is described below
commit a384396c91354dddbe0a42abb98b0c892a259e16 Author: Bernard Ogden bernie.ogden@linaro.org Date: Thu Aug 20 10:22:23 2015 +0200
WIP
Change-Id: I2846d3eeb1a46d5c6ec3376b9d81c56f639e06d1 --- config/bench/lava/host-session | 5 +++-- config/bench/lava/target-session | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/config/bench/lava/host-session b/config/bench/lava/host-session index 1b38202..97ed7a8 100755 --- a/config/bench/lava/host-session +++ b/config/bench/lava/host-session @@ -77,8 +77,9 @@ echo '148.251.136.42 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlz [...] lava-network broadcast eth0 lava-network collect eth0 ip_addr="$(lava-network query `lava-group | grep '[[:blank:]]+host$' | awk '{prin [...] -lava-send config "config_`lava-self`"=nop #Required with the lava-wait-all, due t [...] -lava-wait-all config +for lava_name in `lava-group | grep -v '[[:blank:]]*host$' | awk '{print $1}'`; do + lava-wait "config_${lava_name}" +done
#Request agent just before we need it #This would be two keys in one agent if we wanted one for source, one for job diff --git a/config/bench/lava/target-session b/config/bench/lava/target-session index 18ecb32..7754b2e 100755 --- a/config/bench/lava/target-session +++ b/config/bench/lava/target-session @@ -1,6 +1,6 @@ #!/bin/bash lava-network broadcast eth0 -lava-send config "config_`lava-self`=${1}" +lava-send "config_`lava_self`" "config=${1}" sleep infinity& echo $! > /root/sleeper wait $!