- Fixed plugin-module initialized twice in restconf-fcgi
- Test script: wait for restconf to stop
This commit is contained in:
parent
b88722fa25
commit
91a583253e
5 changed files with 29 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue