summaryrefslogtreecommitdiff
path: root/source4/selftest/test_simple.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/selftest/test_simple.sh')
-rwxr-xr-xsource4/selftest/test_simple.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/source4/selftest/test_simple.sh b/source4/selftest/test_simple.sh
new file mode 100755
index 0000000000..a4a672cd5b
--- /dev/null
+++ b/source4/selftest/test_simple.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+# run a quick set of filesystem tests
+
+ADDARGS="$*"
+
+incdir=`dirname $0`
+. $incdir/test_functions.sh
+
+tests="BASE-RW1"
+
+for t in $tests; do
+ name="$t"
+ plantest "$name" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/simple -U"\$USERNAME"%"\$PASSWORD" $t
+done