r22187: Test kerberos logins in the smbclient blackbox tests, including with a
[Samba.git] / source / script / tests / test_local.sh
blobe8bf10c901e79c325ef2581d0022c6a1b5e34577
1 #!/bin/sh
3 local_tests=`bin/smbtorture --list | grep "^LOCAL-" | xargs`
5 if [ `uname` = "Linux" ]; then
6 # testing against the system iconv only makes sense for our 'reference' iconv
7 # behaviour
8 local_tests="$local_tests LOCAL-ICONV"
9 fi
11 incdir=`dirname $0`
12 . $incdir/test_functions.sh
14 # the local tests don't need smbd
15 SMBD_TEST_FIFO=""
16 export SMBD_TEST_FIFO
18 for t in $local_tests; do
19 plantest "$t" none $VALGRIND bin/smbtorture $TORTURE_OPTIONS ncalrpc: $t "$*"
20 done
22 plantest "tdb stress" none $VALGRIND bin/tdbtorture