travis again
This commit is contained in:
parent
f34b61cf6a
commit
cdc851e5ce
2 changed files with 7 additions and 5 deletions
|
|
@ -292,7 +292,7 @@ wait_backend(){
|
||||||
sleep $DEMSLEEP
|
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)
|
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++;
|
let i++;
|
||||||
# echo "wait_backend $i"
|
echo "wait_backend $i"
|
||||||
if [ $i -ge $DEMLOOP ]; then
|
if [ $i -ge $DEMLOOP ]; then
|
||||||
err "backend timeout $DEMWAIT seconds"
|
err "backend timeout $DEMWAIT seconds"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,10 @@ sudo make install
|
||||||
(cd example; make; sudo make install)
|
(cd example; make; sudo make install)
|
||||||
(cd util; make; sudo make install)
|
(cd util; make; sudo make install)
|
||||||
sudo ldconfig
|
sudo ldconfig
|
||||||
which clixon_backend
|
|
||||||
sudo clixon_backend
|
|
||||||
sleep 1
|
|
||||||
ps aux|grep clixon
|
ps aux|grep clixon
|
||||||
(cd test; ./all.sh)
|
cd test;
|
||||||
|
./test_api_path.sh
|
||||||
|
ps aux|grep clixon
|
||||||
|
./test_augment.sh
|
||||||
|
ps aux|grep clixon
|
||||||
|
./all.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue