summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-04-11 11:17:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:57 -0500
commitf57ebf3f1269218e824cab2b346ab3907bccb9bf (patch)
treeeb78d6b6583ff554beaf0f2343052bf66d7a2e9f /source4/script
parent5f11116a6b67f206adf738370fa66feda4acaa9d (diff)
downloadsamba-f57ebf3f1269218e824cab2b346ab3907bccb9bf.tar.gz
samba-f57ebf3f1269218e824cab2b346ab3907bccb9bf.tar.bz2
samba-f57ebf3f1269218e824cab2b346ab3907bccb9bf.zip
r22168: Ensure we actually run all the transports for the slow tests
(otherwise we miss tests). Andrew Bartlett (This used to be commit 216bf28a8dd33037dba1f8e7e13140752b30a885)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/test_rpc.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/script/tests/test_rpc.sh b/source4/script/tests/test_rpc.sh
index 1b8b57d534..3c6d294707 100755
--- a/source4/script/tests/test_rpc.sh
+++ b/source4/script/tests/test_rpc.sh
@@ -5,9 +5,9 @@
ncacn_np_tests="RPC-SPOOLSS RPC-SRVSVC RPC-UNIXINFO RPC-SCHANNEL RPC-JOIN RPC-LSA RPC-ECHO RPC-DSSETUP RPC-ALTERCONTEXT RPC-MULTIBIND RPC-NETLOGON RPC-MGMT RPC-HANDLES"
ncalrpc_tests="RPC-MGMT RPC-UNIXINFO RPC-SCHANNEL RPC-JOIN RPC-LSA RPC-ECHO RPC-DSSETUP RPC-ALTERCONTEXT RPC-MULTIBIND RPC-NETLOGON"
ncacn_ip_tcp_tests="RPC-UNIXINFO RPC-SCHANNEL RPC-JOIN RPC-LSA RPC-ECHO RPC-DSSETUP RPC-ALTERCONTEXT RPC-MULTIBIND RPC-NETLOGON RPC-MGMT RPC-HANDLES"
-slow_ncacn_np_tests="RPC-SAMLOGON RPC-SAMR RPC-SAMR-USERS RPC-SAMR-PASSWORDS RPC-COUNTCALLS RPC-CRACKNAMES"
-slow_ncalrpc_tests="RPC-SAMR RPC-SAMR-USERS RPC-SAMR-PASSWORDS RPC-COUNTCALLS RPC-CRACKNAMES"
-slow_ncacn_ip_tcp_tests="RPC-SAMR RPC-SAMR-USERS RPC-SAMR-PASSWORDS RPC-COUNTCALLS RPC-CRACKNAMES"
+slow_ncacn_np_tests="RPC-SAMLOGON RPC-SAMR RPC-SAMR-USERS RPC-SAMR-PASSWORDS RPC-COUNTCALLS"
+slow_ncalrpc_tests="RPC-SAMR RPC-SAMR-PASSWORDS RPC-COUNTCALLS RPC-CRACKNAMES"
+slow_ncacn_ip_tcp_tests="RPC-SAMR RPC-SAMR-PASSWORDS RPC-COUNTCALLS RPC-CRACKNAMES"
incdir=`dirname $0`
. $incdir/test_functions.sh
@@ -27,7 +27,7 @@ for bindoptions in seal,padcheck $VALIDATE bigendian; do
done
for bindoptions in connect $VALIDATE ; do
- for transport in ncalrpc; do
+ for transport in ncalrpc ncacn_np ncacn_ip_tcp; do
case $transport in
ncalrpc) tests=$slow_ncalrpc_tests ;;
ncacn_np) tests=$slow_ncacn_np_tests ;;