github actions: added sleep for internal restconf
This commit is contained in:
parent
917015ff3c
commit
1f7fc3afcb
1 changed files with 2 additions and 0 deletions
|
|
@ -454,6 +454,8 @@ expecteof "$clixon_netconf -qf $cfg" 0 "$DEFAULTHELLO<rpc $DEFAULTNS><edit-confi
|
||||||
new "commit disable"
|
new "commit disable"
|
||||||
expecteof "$clixon_netconf -qf $cfg" 0 "$DEFAULTHELLO<rpc $DEFAULTNS><commit/></rpc>]]>]]>" "^<rpc-reply $DEFAULTNS><ok/></rpc-reply>]]>]]>$"
|
expecteof "$clixon_netconf -qf $cfg" 0 "$DEFAULTHELLO<rpc $DEFAULTNS><commit/></rpc>]]>]]>" "^<rpc-reply $DEFAULTNS><ok/></rpc-reply>]]>]]>$"
|
||||||
|
|
||||||
|
sleep $DEMSLEEP
|
||||||
|
|
||||||
new "18. check status RPC off"
|
new "18. check status RPC off"
|
||||||
rpcstatus false stopped
|
rpcstatus false stopped
|
||||||
if [ $pid -ne 0 ]; then err "Pid" "$pid"; fi
|
if [ $pid -ne 0 ]; then err "Pid" "$pid"; fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue