Test: restconf-callhome fixes for http/1+2 and valgrind

This commit is contained in:
Olof hagsand 2022-09-06 11:34:06 +02:00
parent f6a964eab6
commit 44501c097d
4 changed files with 15 additions and 21 deletions

View file

@ -221,8 +221,8 @@ function testrun()
HVER=2
new "wait restconf"
wait_restconf https
wait_restconf
new "restconf root discovery. RFC 8040 3.1 (xml+xrd)"
echo "curl $CURLOPTS -X GET $proto://$addr/.well-known/host-meta"
expectpart "$(curl $CURLOPTS -X GET $proto://$addr/.well-known/host-meta)" 0 "HTTP/$HVER 200" "<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'>" "<Link rel='restconf' href='/restconf'/>" "</XRD>"