- Added tests for more coverage, including test_debug.sh
- Added yang deviation test
This commit is contained in:
Olof hagsand 2021-04-24 17:51:39 +02:00
parent 6981daf595
commit 030715df61
7 changed files with 276 additions and 5 deletions

View file

@ -81,6 +81,9 @@ CONFNS='xmlns="http://clicon.org/config"'
# Namespace: Clixon lib
LIBNS='xmlns="http://clicon.org/lib"'
# Namespace: Clixon restconf
RESTCONFNS='xmlns="http://clicon.org/restconf"'
# Default netconf namespace statement, typically as placed on top-level <rpc xmlns=""
DEFAULTONLY="xmlns=\"$BASENS\""