3 # this runs the file serving tests that are expected to pass with samba3
7 Usage: test_smbtorture_s3.sh UNC USERNAME PASSWORD <first> <smbtorture args>
20 .
$incdir/test_functions.sh
22 tests
="FDPASS LOCK1 LOCK2 LOCK3 LOCK4 LOCK5 LOCK6 LOCK7"
23 #tests="$tests UNLINK BROWSE ATTR TRANS2 MAXFID TORTURE "
24 tests
="$tests UNLINK BROWSE ATTR TRANS2 TORTURE "
25 tests
="$tests OPLOCK1 OPLOCK2 OPLOCK3"
26 tests
="$tests DIR DIR1 TCON TCONDEV RW1 RW2 RW3"
27 tests
="$tests OPEN XCOPY RENAME DELETE PROPERTIES W2K"
28 tests
="$tests TCON2 IOCTL CHKPATH FDSESS LOCAL-SUBSTITUTE"
30 skipped1
="RANDOMIPC NEGNOWAIT NBENCH ERRMAPEXTRACT TRANS2SCAN NTTRANSSCAN"
31 skipped2
="DENY1 DENY2 OPENATTR CASETABLE EATEST"
32 skipped3
="MANGLE UTABLE PIPE_NUMBER"
33 echo "Skipping the following tests:"
40 if [ ! -z "$start" -a "$start" != $t ]; then
45 testit
"$name" $VALGRIND $BINDIR/smbtorture
$ADDARGS $unc -U"$username"%"$password" $t || failed
=`expr $failed + 1`