Test: netconf -H flag replaced with -1 caused valgrind fails

This commit is contained in:
Olof hagsand 2022-05-12 21:49:34 +02:00
parent d153bfcd0c
commit c3b120b364
4 changed files with 8 additions and 8 deletions

View file

@ -142,7 +142,7 @@ new "netconf get $perfreq single reqs"
sel="/ex:interfaces/ex:a[ex:name='foo']/ex:b/ex:interface[ex:name='e$rnd']"
rpc=$(chunked_framing "<rpc $DEFAULTNS><get><filter type=\"xpath\" select=\"$sel\" xmlns:ex=\"urn:example:clixon\"/></get></rpc>")
echo "$rpc"
done | $clixon_netconf -Hqef $cfg > /dev/null; } 2>&1 | awk '/real/ {print $2}'
done | $clixon_netconf -1qf $cfg > /dev/null; } 2>&1 | awk '/real/ {print $2}'
# RESTCONF get
#echo "curl $CURLOPTS -X GET $RCPROTO://localhost/restconf/data/example:interfaces/a=foo/b/interface=e1"