- test: IEEE yang models directory structure changed, ietf+ieee tests modified
- yang parse minor lex edits: added comments and \r in some rules
This commit is contained in:
parent
a96610f300
commit
0ed34b4fab
5 changed files with 23 additions and 42 deletions
|
|
@ -442,7 +442,7 @@ function wait_restconf(){
|
|||
hdr=$(curl $CURLOPTS $myproto://localhost/restconf 2> /dev/null)
|
||||
# echo "hdr:\"$hdr\""
|
||||
let i=0;
|
||||
while [[ $hdr != *"200"* ]]; do
|
||||
while [[ "$hdr" != *"200"* ]]; do
|
||||
# echo "wait_restconf $i"
|
||||
if [ $i -ge $DEMLOOP ]; then
|
||||
err1 "restconf timeout $DEMWAIT seconds"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue