diff options
author | Günther Deschner <gd@samba.org> | 2009-08-26 22:27:07 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-08-26 23:04:18 +0200 |
commit | 46184692adde9c052474bb4f6a0f9d6d0e1a9178 (patch) | |
tree | 7a2ad828ea8189b868cff48130e739662bbf083c /source4/torture/rpc/rpc.c | |
parent | 17829cbc82b8f647374712285492dbb3210fe346 (diff) | |
download | samba-46184692adde9c052474bb4f6a0f9d6d0e1a9178.tar.gz samba-46184692adde9c052474bb4f6a0f9d6d0e1a9178.tar.xz 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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c index ffdd7484708..736b0376000 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); |