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

abartlet at samba.org abartlet at samba.org
Wed Mar 23 22:15:48 GMT 2005


Author: abartlet
Date: 2005-03-23 22:15:48 +0000 (Wed, 23 Mar 2005)
New Revision: 6010

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6010

Log:
Change the testing order, so we test all transports for each binding
option, rather than all binding options for each transport.

This means that we get to most of the tests earlier, with at least
some binding options.  (And allows us to have some confidence before
waiting for an RPC-SAMR test to finish with bigendian).

Andrew Bartlett


Modified:
   branches/SAMBA_4_0/source/script/tests/test_rpc.sh
   branches/SAMBA_4_0/source/script/tests/test_w2k3.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_rpc.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_rpc.sh	2005-03-23 21:46:09 UTC (rev 6009)
+++ branches/SAMBA_4_0/source/script/tests/test_rpc.sh	2005-03-23 22:15:48 UTC (rev 6010)
@@ -35,8 +35,8 @@
    rm -f test.$$;
 }
 
-for transport in ncalrpc ncacn_np ncacn_ip_tcp; do
- for bindoptions in connect sign seal sign,seal spnego spnego,sign spnego,seal validate padcheck bigendian bigendian,seal; do
+for bindoptions in connect sign seal sign,seal spnego spnego,sign spnego,seal validate padcheck bigendian bigendian,seal; do
+ for transport in ncalrpc ncacn_np ncacn_ip_tcp; do
      case $transport in
 	 ncalrpc) tests=$ncalrpc_tests ;;
 	 ncacn_np) tests=$ncacn_np_tests ;;

Modified: branches/SAMBA_4_0/source/script/tests/test_w2k3.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_w2k3.sh	2005-03-23 21:46:09 UTC (rev 6009)
+++ branches/SAMBA_4_0/source/script/tests/test_w2k3.sh	2005-03-23 22:15:48 UTC (rev 6010)
@@ -39,8 +39,8 @@
 
 OPTIONS="-U$username%$password -W $domain --option realm=$realm"
 
-for transport in ncacn_ip_tcp ncacn_np; do
- for bindoptions in padcheck connect sign seal spnego,sign spnego,seal validate bigendian; do
+for bindoptions in padcheck connect sign seal spnego,sign spnego,seal validate bigendian; do
+   for transport in ncacn_ip_tcp ncacn_np; do
      case $transport in
 	 ncacn_np) tests=$ncacn_np_tests ;;
 	 ncacn_ip_tcp) tests=$ncacn_ip_tcp_tests ;;



More information about the samba-cvs mailing list