test scripts: separated wait of backend and restconf starts
This commit is contained in:
parent
948e203a61
commit
82356b7450
24 changed files with 71 additions and 25 deletions
|
|
@ -99,6 +99,9 @@ EOF
|
|||
sleep $BETIMEOUT
|
||||
fi
|
||||
|
||||
new "waiting"
|
||||
wait_backend
|
||||
|
||||
new "kill old restconf daemon"
|
||||
sudo pkill -u $wwwuser clixon_restconf
|
||||
|
||||
|
|
@ -106,7 +109,6 @@ EOF
|
|||
start_restconf -f $cfg -- -a
|
||||
|
||||
new "waiting"
|
||||
wait_backend
|
||||
wait_restconf
|
||||
|
||||
#----------- First get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue