This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch multinode in repository toolchain/lavabench.
commit 50805ae3289caf556584e4dacfc1efc37c754995 Author: Bernard Ogden bernie.ogden@linaro.org Date: Mon Jul 13 18:26:40 2015 +0200
Noddy attempt at multinode
Change-Id: I95dc6db8218815c4fb99f0886248b13f77ad5b27 --- invoke_session_debian | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/invoke_session_debian b/invoke_session_debian index 1650095..654bbbe 100755 --- a/invoke_session_debian +++ b/invoke_session_debian @@ -39,16 +39,7 @@ mkdir -p /run mkdir -p /run/hacking echo $$ > /run/hacking/hacking.pid
-#Sometimes we can't find the server straight away -c=0 -while test $c -lt 6; do c=$((c+1)); sleep 10; ping -c 1 ${listener_addr} && break; done -if test $? -ne 0; then - echo "Failed to find controlling server, exiting" - echo "<LAVA_TEST_RUNNER>: exiting" - exit -fi - -echo "root@${ip_addr}" | nc "${listener_addr}" "${listener_port}" +lava-network broadcast eth0
#suspend in a way that is portable across shells and doesn't involve a busy-wait pid=