diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-12 06:47:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:01 -0500 |
commit | de160af1c7ef549884e41542c4e5f7ac0dbab267 (patch) | |
tree | 70ed52a958a3f6766b3d8e5959185899c83eabc8 /source4/script | |
parent | ae23fe35e28c38c3ce1c523c49ea03a4045c2ca2 (diff) | |
download | samba-de160af1c7ef549884e41542c4e5f7ac0dbab267.tar.gz samba-de160af1c7ef549884e41542c4e5f7ac0dbab267.tar.bz2 samba-de160af1c7ef549884e41542c4e5f7ac0dbab267.zip |
r7502: the sleep test in echo is already run on the main rpc test, so no need to run it with every combination in
this test. It takes nearly all of the time.
(This used to be commit 42754de142632ad2c02f821ce435752baf71027b)
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/tests/test_echo.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/script/tests/test_echo.sh b/source4/script/tests/test_echo.sh index 5b033b1a76..64c8894292 100755 --- a/source4/script/tests/test_echo.sh +++ b/source4/script/tests/test_echo.sh @@ -25,12 +25,12 @@ failed=0 for transport in $transports; 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=socket:testnonblock=True --option=torture:echo_TestSleep=no" \ + "--option=ntlmssp_client:ntlm2=yes --option=torture:echo_TestSleep=no" \ "--option=ntlmssp_client:ntlm2=no --option=torture:echo_TestSleep=no" \ "--option=ntlmssp_client:ntlm2=yes --option=ntlmssp_client:128bit=no" \ - "--option=ntlmssp_client:ntlm2=no --option=ntlmssp_client:128bit=no --option=torture:echo_TestSleep=no" \ - "--option=ntlmssp_client:ntlm2=yes --option=ntlmssp_client:keyexchange=no" \ + "--option=ntlmssp_client:ntlm2=no --option=ntlmssp_client:128bit=no --option=torture:echo_TestSleep=no" \ + "--option=ntlmssp_client:ntlm2=yes --option=ntlmssp_client:keyexchange=no --option=torture:echo_TestSleep=no" \ "--option=ntlmssp_client:ntlm2=no --option=ntlmssp_client:keyexchange=no --option=torture:echo_TestSleep=no" \ ; do name="$transport with $bindoptions and $ntlmoptions" |