Test: netconf -H flag replaced with -1 caused valgrind fails
This commit is contained in:
parent
d153bfcd0c
commit
c3b120b364
4 changed files with 8 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue