summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-08-26 22:27:07 +0200
committerGünther Deschner <gd@samba.org>2009-08-26 23:04:18 +0200
commit46184692adde9c052474bb4f6a0f9d6d0e1a9178 (patch)
tree7a2ad828ea8189b868cff48130e739662bbf083c /source4/torture/rpc/rpc.c
parent17829cbc82b8f647374712285492dbb3210fe346 (diff)
downloadsamba-46184692adde9c052474bb4f6a0f9d6d0e1a9178.tar.gz
samba-46184692adde9c052474bb4f6a0f9d6d0e1a9178.tar.bz2
samba-46184692adde9c052474bb4f6a0f9d6d0e1a9178.zip
s4-smbtorture: add RPC-NETLOGON-S3 to test samba3 netlogon server.
Guenther
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r--source4/torture/rpc/rpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c
index ffdd748470..736b037600 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -451,6 +451,7 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_simple_test(suite, "SAMR-USERS", torture_rpc_samr_users);
torture_suite_add_simple_test(suite, "SAMR-PASSWORDS", torture_rpc_samr_passwords);
torture_suite_add_suite(suite, torture_rpc_netlogon(suite));
+ torture_suite_add_suite(suite, torture_rpc_netlogon_s3(suite));
torture_suite_add_suite(suite, torture_rpc_remote_pac(suite));
torture_suite_add_simple_test(suite, "SAMLOGON", torture_rpc_samlogon);
torture_suite_add_simple_test(suite, "SAMSYNC", torture_rpc_samsync);