Restconf RFC8071 call-home first working prototype

This commit is contained in:
Olof hagsand 2022-07-28 12:41:54 +02:00
parent a3b94f4781
commit 7d8ddf7697
18 changed files with 1115 additions and 122 deletions

View file

@ -61,6 +61,12 @@ function memonce(){
memerr=0
for test in $pattern; do
# Can happen if no pattern, eg pattern=foo but "foo" does not exist
if [ ! -f $test ]; then
echo -e "\e[31mNo such file: $test"
echo -ne "\e[0m"
exit -1
fi
if [ $testnr != 0 ]; then echo; fi
perfnr=1000 # Limit performance tests
testfile=$test