Tests: disabled: valgrind and pagination, restconf notification
This commit is contained in:
parent
7b099a5685
commit
5bd64712c7
2 changed files with 8 additions and 0 deletions
|
|
@ -13,6 +13,12 @@ if [ -z "$(type expect 2> /dev/null)" ]; then
|
|||
if [ "$s" = $0 ]; then exit 0; else return 0; fi
|
||||
fi
|
||||
|
||||
# Skip test if valgrind
|
||||
if [ $valgrindtest -ne 0 ]; then
|
||||
echo "...skipped for valgrind "
|
||||
return 0 # skip
|
||||
fi
|
||||
|
||||
cfg=$dir/conf.xml
|
||||
fexample=$dir/example-social.yang
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue