svn commit: samba r16469 - in branches/SAMBA_4_0/source/script/tests: .

metze at samba.org metze at samba.org
Thu Jun 22 17:50:03 GMT 2006


Author: metze
Date: 2006-06-22 17:50:02 +0000 (Thu, 22 Jun 2006)
New Revision: 16469

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16469

Log:
do some smb2 tests

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/selftest.sh
   branches/SAMBA_4_0/source/script/tests/test_posix.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-06-22 17:36:06 UTC (rev 16468)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-06-22 17:50:02 UTC (rev 16469)
@@ -123,6 +123,7 @@
 	wins support = yes
 	server role = pdc
 	max xmit = 32K
+	server max protocol = SMB2
 
 [tmp]
 	path = $TMPDIR

Modified: branches/SAMBA_4_0/source/script/tests/test_posix.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_posix.sh	2006-06-22 17:36:06 UTC (rev 16468)
+++ branches/SAMBA_4_0/source/script/tests/test_posix.sh	2006-06-22 17:50:02 UTC (rev 16469)
@@ -43,8 +43,10 @@
 raw="$raw RAW-QFILEINFO RAW-QFSINFO RAW-READ RAW-RENAME RAW-SEARCH RAW-SEEK"
 raw="$raw RAW-SFILEINFO RAW-SFILEINFO-BUG RAW-STREAMS RAW-UNLINK RAW-WRITE"
 
-tests="$base $raw"
+smb2="SMB2-CONNECT"
 
+tests="$base $raw $smb2"
+
 #
 # please add tests you want to be skipped here!
 #



More information about the samba-cvs mailing list