summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-07-16 00:56:17 +0200
committerGünther Deschner <gd@samba.org>2009-07-16 10:03:12 +0200
commit29c3a277e10e9c87c6965c4c6fb26a01b1277c57 (patch)
tree65c5a1479a012c05cbe247eda7f6d718e8b7f6a6 /source4/torture/rpc/rpc.c
parent3fa212af61cd334daf2b0ac6bb4c85e1db15230a (diff)
downloadsamba-29c3a277e10e9c87c6965c4c6fb26a01b1277c57.tar.gz
samba-29c3a277e10e9c87c6965c4c6fb26a01b1277c57.tar.bz2
samba-29c3a277e10e9c87c6965c4c6fb26a01b1277c57.zip
s4-smbtorture: move all trusted domain tests to RPC-LSA-TRUSTED-DOMAINS.
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 6eeba7f66c..94297088c3 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -431,6 +431,7 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_suite(suite, torture_rpc_lsa_lookup_sids(suite));
torture_suite_add_suite(suite, torture_rpc_lsa_lookup_names(suite));
torture_suite_add_suite(suite, torture_rpc_lsa_secrets(suite));
+ torture_suite_add_suite(suite, torture_rpc_lsa_trusted_domains(suite));
torture_suite_add_suite(suite, torture_rpc_echo(suite));
torture_suite_add_simple_test(suite, "DFS", torture_rpc_dfs);
torture_suite_add_suite(suite, torture_rpc_frsapi(suite));