summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_rpc_quick.sh
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-09-01 07:28:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:02 -0500
commit6cb6d5cf94a4fc1cacfe03af92c89569ffb2c4e0 (patch)
tree4b80ca7549c2400bfbc22673fde9ef33768af48c /source4/script/tests/test_rpc_quick.sh
parent749015548d55a13785bcaea729b9fcb2a4f9df85 (diff)
downloadsamba-6cb6d5cf94a4fc1cacfe03af92c89569ffb2c4e0.tar.gz
samba-6cb6d5cf94a4fc1cacfe03af92c89569ffb2c4e0.tar.bz2
samba-6cb6d5cf94a4fc1cacfe03af92c89569ffb2c4e0.zip
r17989: Add RPC-NETLOGON as a test we now run against Samba4.
Andrew Bartlett (This used to be commit c271c488a5380d3d8ace662d6041d6b7f3f5b4ad)
Diffstat (limited to 'source4/script/tests/test_rpc_quick.sh')
-rwxr-xr-xsource4/script/tests/test_rpc_quick.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/script/tests/test_rpc_quick.sh b/source4/script/tests/test_rpc_quick.sh
index 62b2d6cb9d..bc59d08b62 100755
--- a/source4/script/tests/test_rpc_quick.sh
+++ b/source4/script/tests/test_rpc_quick.sh
@@ -2,9 +2,9 @@
# add tests to this list as they start passing, so we test
# that they stay passing
-ncacn_np_tests="RPC-ALTERCONTEXT RPC-JOIN RPC-ECHO RPC-SCHANNEL"
-ncalrpc_tests="RPC-ALTERCONTEXT RPC-JOIN RPC-ECHO RPC-SCHANNEL"
-ncacn_ip_tcp_tests="RPC-ALTERCONTEXT RPC-JOIN RPC-ECHO RPC-SCHANNEL"
+ncacn_np_tests="RPC-ALTERCONTEXT RPC-JOIN RPC-ECHO RPC-SCHANNEL RPC-NETLOGON"
+ncalrpc_tests="RPC-ALTERCONTEXT RPC-JOIN RPC-ECHO RPC-SCHANNEL RPC-NETLOGON"
+ncacn_ip_tcp_tests="RPC-ALTERCONTEXT RPC-JOIN RPC-ECHO RPC-SCHANNEL RPC-NETLOGON"
if [ $# -lt 4 ]; then
cat <<EOF