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:
parent
8732429818
commit
f5bcf91e22
21
source4/script/tests/test_cifs.sh
Executable file
21
source4/script/tests/test_cifs.sh
Executable 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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user