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
|
if [ "$s" = $0 ]; then exit 0; else return 0; fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Skip test if valgrind
|
||||||
|
if [ $valgrindtest -ne 0 ]; then
|
||||||
|
echo "...skipped for valgrind "
|
||||||
|
return 0 # skip
|
||||||
|
fi
|
||||||
|
|
||||||
cfg=$dir/conf.xml
|
cfg=$dir/conf.xml
|
||||||
fexample=$dir/example-social.yang
|
fexample=$dir/example-social.yang
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,8 @@ if [ "${WITH_RESTCONF}" != "fcgi" -o "$RCPROTO" = https ]; then
|
||||||
if [ "$s" = $0 ]; then exit 0; else return 0; fi # skip
|
if [ "$s" = $0 ]; then exit 0; else return 0; fi # skip
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Skip regardless, broken in 5.7
|
||||||
|
if [ "$s" = $0 ]; then exit 0; else return 0; fi # skip
|
||||||
: ${SLEEP2:=1}
|
: ${SLEEP2:=1}
|
||||||
SLEEP5=.5
|
SLEEP5=.5
|
||||||
APPNAME=example
|
APPNAME=example
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue