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

tridge at samba.org tridge at samba.org
Thu Oct 28 11:59:48 GMT 2004


Author: tridge
Date: 2004-10-28 11:59:48 +0000 (Thu, 28 Oct 2004)
New Revision: 3321

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/script/tests&rev=3321&nolog=1

Log:
make the test_echo.sh test suite test non-blocking on all rpc transports
this test now passes

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	2004-10-28 11:59:03 UTC (rev 3320)
+++ branches/SAMBA_4_0/source/script/tests/test_echo.sh	2004-10-28 11:59:48 UTC (rev 3321)
@@ -27,6 +27,7 @@
 for transport in ncalrpc ncacn_np ncacn_ip_tcp; do
  for bindoptions in connect sign seal sign,seal validate padcheck bigendian bigendian,seal; do
   for ntlmoptions in \
+        "--option=socket:testnonblock=True" \
         "--option=ntlmssp_client:ntlm2=yes" \
         "--option=ntlmssp_client:ntlm2=no" \
         "--option=ntlmssp_client:ntlm2=yes --option=ntlmssp_client:128bit=no" \



More information about the samba-cvs mailing list