1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

r3321: make the test_echo.sh test suite test non-blocking on all rpc transports

this test now passes
(This used to be commit 3d270fd86caedd1023373160934d72d8cb065659)
This commit is contained in:
Andrew Tridgell 2004-10-28 11:59:48 +00:00 committed by Gerald (Jerry) Carter
parent 8262efeb0b
commit 6feaf6d4d6

View File

@ -27,6 +27,7 @@ testit() {
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" \