Author: tridge Date: 2005-07-15 13:12:24 +0000 (Fri, 15 Jul 2005) New Revision: 8498
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8498 Log: more test suite speedups. It's down to 5 minutes on my box now Modified: branches/SAMBA_4_0/source/script/tests/test_echo.sh branches/SAMBA_4_0/source/script/tests/test_rpc.sh Changeset: Modified: branches/SAMBA_4_0/source/script/tests/test_echo.sh =================================================================== --- branches/SAMBA_4_0/source/script/tests/test_echo.sh 2005-07-15 12:58:09 UTC (rev 8497) +++ branches/SAMBA_4_0/source/script/tests/test_echo.sh 2005-07-15 13:12:24 UTC (rev 8498) @@ -23,7 +23,7 @@ failed=0 for transport in $transports; do - for bindoptions in connect sign seal sign,seal validate padcheck bigendian bigendian,seal; do + for bindoptions in connect spnego spnego,sign spnego,seal sign seal sign,seal validate padcheck bigendian bigendian,seal; do for ntlmoptions in \ "--option=socket:testnonblock=True --option=torture:echo_TestSleep=no"; do name="RPC-ECHO on $transport with $bindoptions and $ntlmoptions" Modified: branches/SAMBA_4_0/source/script/tests/test_rpc.sh =================================================================== --- branches/SAMBA_4_0/source/script/tests/test_rpc.sh 2005-07-15 12:58:09 UTC (rev 8497) +++ branches/SAMBA_4_0/source/script/tests/test_rpc.sh 2005-07-15 13:12:24 UTC (rev 8498) @@ -26,7 +26,7 @@ . $incdir/test_functions.sh failed=0 -for bindoptions in connect sign seal sign,seal spnego spnego,sign spnego,seal validate padcheck bigendian bigendian,seal; do +for bindoptions in seal,validate,padcheck bigendian; do for transport in ncalrpc ncacn_np ncacn_ip_tcp; do case $transport in ncalrpc) tests=$ncalrpc_tests ;;
