s4:selftest: run RPC-COUNTCALLS as dc:local
authorStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 12:33:45 +0000 (13:33 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 12:34:28 +0000 (13:34 +0100)
metze

source4/selftest/tests.sh

index 60fa79e54ac8e833a59d65073a743ce69bcce9ef..2acd376d01d50b9f3239dc9e4ad6bc834c35fd26 100755 (executable)
@@ -114,7 +114,7 @@ slow_ncacn_np_tests="RPC-SAMLOGON RPC-SAMR RPC-SAMR-USERS RPC-SAMR-PASSWORDS"
 slow_ncalrpc_tests="RPC-SAMR RPC-SAMR-PASSWORDS"
 slow_ncacn_ip_tcp_tests="RPC-SAMR RPC-SAMR-PASSWORDS RPC-CRACKNAMES"
 
-all_tests="$ncalrpc_tests $ncacn_np_tests $ncacn_ip_tcp_tests $slow_ncalrpc_tests $slow_ncacn_np_tests $slow_ncacn_ip_tcp_tests RPC-SECRETS RPC-SAMBA3-SHARESEC"
+all_tests="$ncalrpc_tests $ncacn_np_tests $ncacn_ip_tcp_tests $slow_ncalrpc_tests $slow_ncacn_np_tests $slow_ncacn_ip_tcp_tests RPC-SECRETS RPC-SAMBA3-SHARESEC RPC-COUNTCALLS"
 
 # Make sure all tests get run
 for t in `$smb4torture --list | grep "^RPC-"`
@@ -147,6 +147,9 @@ for bindoptions in "" $VALIDATE bigendian; do
  done
 done
 
+t="RPC-COUNTCALLS"
+plantest "`normalize_testname $t`" dc:local $VALGRIND $smb4torture "\$SERVER[$bindoptions]" -U"\$USERNAME"%"\$PASSWORD" -W \$DOMAIN $t "$*"
+
 for bindoptions in connect $VALIDATE ; do
  for transport in ncalrpc ncacn_np ncacn_ip_tcp; do
      env="dc"