r22187: Test kerberos logins in the smbclient blackbox tests, including with a
[Samba.git] / source / script / tests / test_quick.sh
blob52e47a8a36bcede9c3aea779e6ab352916b36eeb
1 #!/bin/sh
2 # run a quick set of filesystem tests
4 ADDARGS="$*"
6 incdir=`dirname $0`
7 . $incdir/test_functions.sh
9 tests="BASE-UNLINK BASE-ATTR BASE-DELETE"
10 tests="$tests BASE-TCON BASE-OPEN"
11 tests="$tests BASE-CHKPATH RAW-QFSINFO RAW-QFILEINFO RAW-SFILEINFO"
12 tests="$tests RAW-MKDIR RAW-SEEK RAW-OPEN RAW-WRITE"
13 tests="$tests RAW-UNLINK RAW-READ RAW-CLOSE RAW-IOCTL RAW-RENAME"
14 tests="$tests RAW-EAS RAW-STREAMS"
16 for t in $tests; do
17 name="$t"
18 plantest "$name" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/cifs -U"\$USERNAME"%"\$PASSWORD" $t
19 done