1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-03 17:05:54 +03:00

r22180: Re-add testing of the CIFS backend.

Andrew Bartlett
(This used to be commit d76afe147ca87f3678b7eb4930096eb6aaa39e6e)
This commit is contained in:
Andrew Bartlett 2007-04-12 00:34:59 +00:00 committed by Gerald (Jerry) Carter
parent 8732429818
commit f5bcf91e22
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,21 @@
#!/bin/sh
# this runs the file serving tests that are expected to pass with the
# current posix ntvfs backend, via the ntvfs cifs proxy
ADDARGS="$*"
incdir=`dirname $0`
. $incdir/test_functions.sh
raw=`bin/smbtorture --list | grep "^RAW-" | xargs`
base=`bin/smbtorture --list | grep "^BASE-" | xargs`
tests="$base $raw $smb2"
for t in $tests; do
if [ ! -z "$start" -a "$start" != $t ]; then
continue;
fi
start=""
plantest "ntvfs/cifs $t" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/cifs -U"\$USERNAME"%"\$PASSWORD" $t
done

View File

@ -8,6 +8,7 @@
$SRCDIR/script/tests/test_binding_string.sh
$SRCDIR/script/tests/test_echo.sh
$SRCDIR/script/tests/test_posix.sh
$SRCDIR/script/tests/test_cifs.sh
$SRCDIR/script/tests/test_local.sh
$SRCDIR/script/tests/test_pidl.sh
$SRCDIR/script/tests/test_blackbox.sh $PREFIX/blackbox