- Fixed plugin-module initialized twice in restconf-fcgi

- Test script: wait for restconf to stop
This commit is contained in:
Olof hagsand 2021-04-19 13:35:21 +02:00
parent b88722fa25
commit 91a583253e
5 changed files with 29 additions and 6 deletions

View file

@ -223,6 +223,9 @@ new "4. stop restconf RPC"
rpcoperation stop
if [ $? -ne 0 ]; then exit -1; fi
new "Wait for restrconf to stop"
wait_restconf_stopped
new "5. Get rpc status stopped"
rpcstatus false stopped
if [ $pid -ne 0 ]; then err "Pid" "$pid"; fi