Preparing for 3.5.0
This commit is contained in:
parent
6b0e0a9d18
commit
7431757e53
7 changed files with 314 additions and 20 deletions
|
|
@ -14,7 +14,10 @@ clixon_cli=clixon_cli
|
|||
# clixon_netconf="valgrind --tool=callgrind clixon_netconf
|
||||
clixon_netconf=clixon_netconf
|
||||
|
||||
#clixon_backend="valgrind --leak-check=full --show-leak-kinds=all clixon_backend"
|
||||
# How to run restconf stand-alone and using valgrind
|
||||
#sudo su -c "/www-data/clixon_restconf -f $cfg -D" -s /bin/sh www-data
|
||||
#sudo su -c "valgrind --leak-check=full --show-leak-kinds=all /www-data/clixon_restconf -f $cfg -D" -s /bin/sh www-data
|
||||
|
||||
clixon_backend=clixon_backend
|
||||
|
||||
dir=/var/tmp/$0
|
||||
|
|
|
|||
|
|
@ -93,7 +93,6 @@ new "restconf POST initial tree"
|
|||
expectfn 'curl -s -X POST -d {"interfaces-config":{"interface":{"name":"local0","type":"regular"}}} http://localhost/restconf/data' ""
|
||||
|
||||
new "restconf PUT initial datastore"
|
||||
|
||||
expectfn 'curl -s -X PUT -d {"data":{"interfaces-config":{"interface":{"name":"local0","type":"regular"}}}} http://localhost/restconf/data' ""
|
||||
|
||||
new "restconf GET datastore"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue