rpc-error error tests

This commit is contained in:
Olof hagsand 2020-02-27 21:16:12 +01:00
parent 86e251f30b
commit 94c7be42b6
6 changed files with 9 additions and 9 deletions

View file

@ -135,7 +135,7 @@ new "waiting"
wait_restconf
new "auth get"
expecteq "$(curl -u andy:bar -sS -X GET http://localhost/restconf/data/nacm-example:x)" 0 '{"ietf-restconf:errors":{"error":{"rpc-error":{"error-type":"application","error-tag":"invalid-value","error-severity":"error","error-message":"Instance does not exist"}}}} '
expecteq "$(curl -u andy:bar -sS -X GET http://localhost/restconf/data/nacm-example:x)" 0 '{"ietf-restconf:errors":{"error":{"error-type":"application","error-tag":"invalid-value","error-severity":"error","error-message":"Instance does not exist"}}} '
# explicitly disable nacm (regression on netgate bug)
new "disable nacm"