Merge branch 'develop' of https://github.com/clicon/clixon into develop

This commit is contained in:
Olof hagsand 2019-02-18 15:53:41 +01:00
commit 055b1df80c
58 changed files with 579 additions and 538 deletions

View file

@ -1,8 +1,10 @@
#!/bin/bash
# Test2: backend and netconf basic functionality
# Basic Netconf functionality
# Magic line must be first in script (see README.md)
s="$_" ; . ./lib.sh || if [ "$s" = $0 ]; then exit 0; else return 0; fi
APPNAME=example
# include err() and new() functions and creates $dir
. ./lib.sh
cfg=$dir/conf_yang.xml
tmp=$dir/tmp.x