This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch inserted_src in repository toolchain/semiautobench.
commit 209f33f41e01f0d461dda21b94696b09c1f50061 Author: Bernard Ogden bernie.ogden@linaro.org Date: Tue Jul 14 09:59:42 2015 +0200
WIP: Testing multinode
Change-Id: I827211a72bf103bbd4f15390b27d42b8aeb26989 --- invoke_session_debian | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/invoke_session_debian b/invoke_session_debian index e1d8467..8418388 100755 --- a/invoke_session_debian +++ b/invoke_session_debian @@ -37,6 +37,8 @@ fi ip_addr=$(ifconfig `ip route get $gateway | cut -d ' ' -f3` | grep 'inet addr' |aw [...] hostname=$(cat /etc/hostname) echo ${ip_addr} +lava-wait test +lava-send answer
# Set the PATH to use the LAVA api echo "export PATH=/lava/bin/:$PATH" > ~/.bashrc