travis again

This commit is contained in:
Olof hagsand 2020-11-30 11:16:53 +01:00
parent f34b61cf6a
commit cdc851e5ce
2 changed files with 7 additions and 5 deletions

View file

@ -292,7 +292,7 @@ wait_backend(){
sleep $DEMSLEEP
reply=$(echo '<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="101" xmlns="http://clicon.org/lib"><ping/></rpc>]]>]]>' | clixon_netconf -qef $cfg 2> /dev/null)
let i++;
# echo "wait_backend $i"
echo "wait_backend $i"
if [ $i -ge $DEMLOOP ]; then
err "backend timeout $DEMWAIT seconds"
fi