Restconf RFC8071 call-home first working prototype
This commit is contained in:
parent
a3b94f4781
commit
7d8ddf7697
18 changed files with 1115 additions and 122 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue