svn commit: samba r16891 - in
branches/SAMBA_4_0/source/script/tests: .
metze at samba.org
metze at samba.org
Sun Jul 9 09:57:06 GMT 2006
Author: metze
Date: 2006-07-09 09:57:05 +0000 (Sun, 09 Jul 2006)
New Revision: 16891
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16891
Log:
test dcerpc over smb2
metze
Modified:
branches/SAMBA_4_0/source/script/tests/test_echo.sh
Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_echo.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_echo.sh 2006-07-09 09:56:13 UTC (rev 16890)
+++ branches/SAMBA_4_0/source/script/tests/test_echo.sh 2006-07-09 09:57:05 UTC (rev 16891)
@@ -54,4 +54,7 @@
done
done
+name="RPC-ECHO on ncacn_np over smb2"
+testit "$name" bin/smbtorture $TORTURE_OPTIONS ncacn_np:"$server[smb2]" -U"$username"%"$password" -W $domain RPC-ECHO "$*" || failed=`expr $failed + 1`
+
testok $0 $failed
More information about the samba-cvs
mailing list