- 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:
Olof hagsand 2022-02-08 12:03:47 +01:00
parent a96610f300
commit 0ed34b4fab
5 changed files with 23 additions and 42 deletions

View file

@ -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"