diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-30 13:33:45 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-30 13:34:28 +0100 |
commit | 01f30a5e8e6d860391e79896f6d1de782e239f68 (patch) | |
tree | b3adde8f47be941440c459d6ddbf9b126cbbab20 /source4/selftest | |
parent | 3f967153c0f87febb2e0d75d24080faa9d647666 (diff) | |
download | samba-01f30a5e8e6d860391e79896f6d1de782e239f68.tar.gz samba-01f30a5e8e6d860391e79896f6d1de782e239f68.tar.bz2 samba-01f30a5e8e6d860391e79896f6d1de782e239f68.zip |
s4:selftest: run RPC-COUNTCALLS as dc:local
metze
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index 60fa79e54a..2acd376d01 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -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" |