[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Tue Oct 5 08:39:01 MDT 2010


The branch, master has been updated
       via  505eaa9 s3-selftest: enable smb2 torture tests against samba3.
      from  9bcb88f s4-selftest: move spoolss to skip list.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 505eaa9493a3c119c42168afb113e393a4f270d6
Author: Günther Deschner <gd at samba.org>
Date:   Tue Oct 5 12:19:58 2010 +0200

    s3-selftest: enable smb2 torture tests against samba3.
    
    Guenther
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Tue Oct  5 14:38:07 UTC 2010 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 selftest/target/Samba3.pm             |    1 +
 source3/script/tests/selftest.sh      |    1 +
 source3/script/tests/test_posix_s3.sh |    5 ++++-
 3 files changed, 6 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm
index 47b7913..c03e188 100644
--- a/selftest/target/Samba3.pm
+++ b/selftest/target/Samba3.pm
@@ -521,6 +521,7 @@ sub provision($$$$$$)
 
 #	min receivefile size = 4000
 
+	max protocol = SMB2
 	read only = no
 	smbd:sharedelay = 100000
 #	smbd:writetimeupdatedelay = 500000
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index 5059cea..fba43e3 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -320,6 +320,7 @@ cat >$SERVERCONFFILE<<EOF
 
 #	min receivefile size = 4000
 
+	max protocol = SMB2
 	read only = no
 	smbd:sharedelay = 100000
 #	smbd:writetimeupdatedelay = 500000
diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh
index 59551d0..3c6699e 100755
--- a/source3/script/tests/test_posix_s3.sh
+++ b/source3/script/tests/test_posix_s3.sh
@@ -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"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list