diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index c086e95696fb006478c5bc41c7ba1185c82a0a99..949c6276935746272cc1f085fa01ab464a500b66 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -127,3 +127,7 @@ if [ "$SANITYN" != "no" ]; then sh sanityN.sh mount | grep $MOUNT && sh llmountcleanup.sh fi + +if [ "$CONF_SANITY" != "no" ]; then + sh conf-sanity.sh +fi