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 65875e1 A couple of new comments 65875e1 is described below
commit 65875e1702221ebc7da0957fbfb3c6a2c6e41746 Author: Bernard Ogden bernie.ogden@linaro.org Date: Thu Aug 20 13:30:04 2015 +0200
A couple of new comments
Change-Id: I9dacc3603e8cbecbbebcd3a36bf46a1d9d63be5e --- config/bench/lava/host-session | 2 +- scripts/runbenchmark.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/config/bench/lava/host-session b/config/bench/lava/host-session index a391055..d1b2ed6 100755 --- a/config/bench/lava/host-session +++ b/config/bench/lava/host-session @@ -74,7 +74,7 @@ echo 'dev-private.git.linaro.org ecdsa-sha2-nistp256 AAAAE2VjZHNh [...] echo '148.251.136.42 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzd [...]
#Generate config file for each target in multinode job -lava-network broadcast eth0 +lava-network broadcast eth0 #Required with the lava-network, due to BZ1704 lava-network collect eth0 ip_addr="$(lava-network query `lava-group | grep '[[:blank:]]+host$' | awk '{prin [...]
diff --git a/scripts/runbenchmark.sh b/scripts/runbenchmark.sh index 4699233..23de540 100755 --- a/scripts/runbenchmark.sh +++ b/scripts/runbenchmark.sh @@ -206,6 +206,7 @@ fi #This should hold for name in a DNS network, but not necessarily for IP #Today LAVA lab does not provide DNS, but IP seems stable in practice #Rather than work around lack of DNS, just make sure we notice if the IP changes +#'sleep 1' just here because the while loop has to do _something_ while ! tcpdump -c 1 -i eth0 'icmp and icmp[icmptype]=icmp-echo' | grep -q "${ip} [...] error="`(. ${topdir}/lib/common.sh; remote_exec "${ip}" "cat ${target_dir}/RETCODE [...] if test $? -ne 0; then