summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-04-12 00:34:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:58 -0500
commitf5bcf91e220e61b86d232974d616c20e40aef320 (patch)
tree7cc1462d76c02be5a82d0ccd974478df03c70ed7 /source4/script
parent87324298186bcab2f6eb04141b5f46a854a64cb2 (diff)
downloadsamba-f5bcf91e220e61b86d232974d616c20e40aef320.tar.gz
samba-f5bcf91e220e61b86d232974d616c20e40aef320.tar.bz2
samba-f5bcf91e220e61b86d232974d616c20e40aef320.zip
r22180: Re-add testing of the CIFS backend.
Andrew Bartlett (This used to be commit d76afe147ca87f3678b7eb4930096eb6aaa39e6e)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/test_cifs.sh21
-rwxr-xr-xsource4/script/tests/tests_all.sh1
2 files changed, 22 insertions, 0 deletions
diff --git a/source4/script/tests/test_cifs.sh b/source4/script/tests/test_cifs.sh
new file mode 100755
index 0000000000..fefa9169dd
--- /dev/null
+++ b/source4/script/tests/test_cifs.sh
@@ -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
diff --git a/source4/script/tests/tests_all.sh b/source4/script/tests/tests_all.sh
index 1d761efea3..95968780cd 100755
--- a/source4/script/tests/tests_all.sh
+++ b/source4/script/tests/tests_all.sh
@@ -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