1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-01 05:47:28 +03:00

s3-selftest: enable smb2 torture tests against samba3.

Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Tue Oct  5 14:38:07 UTC 2010 on sn-devel-104
This commit is contained in:
Günther Deschner 2010-10-05 12:19:58 +02:00
parent 9bcb88ff25
commit 505eaa9493
3 changed files with 6 additions and 1 deletions

View File

@ -521,6 +521,7 @@ sub provision($$$$$$)
# min receivefile size = 4000
max protocol = SMB2
read only = no
smbd:sharedelay = 100000
# smbd:writetimeupdatedelay = 500000

View File

@ -320,6 +320,7 @@ cat >$SERVERCONFFILE<<EOF
# min receivefile size = 4000
max protocol = SMB2
read only = no
smbd:sharedelay = 100000
# smbd:writetimeupdatedelay = 500000

View File

@ -37,6 +37,9 @@ raw="$raw RAW-SAMBA3HIDE RAW-SAMBA3BADPATH RAW-SFILEINFO-RENAME"
raw="$raw RAW-SAMBA3CASEINSENSITIVE RAW-SAMBA3POSIXTIMEDLOCK"
raw="$raw RAW-SAMBA3ROOTDIRFID RAW-SFILEINFO-END-OF-FILE"
smb2="SMB2-LOCK SMB2-READ SMB2-COMPOUND SMB2-CONNECT SMB2-SCAN SMB2-SCANFIND"
smb2="$smb2 SMB2-BENCH-OPLOCK"
rpc="RPC-AUTHCONTEXT RPC-SAMBA3-BIND RPC-SAMBA3-SRVSVC RPC-SAMBA3-SHARESEC"
rpc="$rpc RPC-SAMBA3-SPOOLSS RPC-SAMBA3-WKSSVC RPC-SAMBA3-WINREG"
rpc="$rpc RPC-SAMBA3-GETALIASMEMBERSHIP-0"
@ -62,7 +65,7 @@ rap="RAP-BASIC RAP-RPC RAP-PRINTING RAP-SAM"
# tests, so leaving it alone for now -- jpeach
unix="UNIX-INFO2"
tests="$base $raw $rpc $unix $local $winbind $rap"
tests="$base $raw $smb2 $rpc $unix $local $winbind $rap"
if test "x$POSIX_SUBTESTS" != "x" ; then
tests="$POSIX_SUBTESTS"