summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorErick Nogueira do Nascimento <erick.nogueira.nascimento@gmail.com>2009-12-23 17:54:30 -0200
committerAndrew Tridgell <tridge@samba.org>2010-01-16 14:10:41 +1100
commit48bdf3e608acf79926a7bc3acd9b0588216c7d64 (patch)
tree7bc719d1b87c6056024dd87c2aad571cc3d13653 /source4/torture/rpc/rpc.c
parent51bf383c26cb3f867f376305c803dac04ff686a7 (diff)
downloadsamba-48bdf3e608acf79926a7bc3acd9b0588216c7d64.tar.gz
samba-48bdf3e608acf79926a7bc3acd9b0588216c7d64.tar.bz2
samba-48bdf3e608acf79926a7bc3acd9b0588216c7d64.zip
s4-drs: torture test for DsGetReplInfo() (RPC-DSGETINFO test).
Signed-off-by: Andrew Tridgell <tridge@samba.org>
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 2ab0d12743..6e2e40d040 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -499,6 +499,7 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_simple_test(suite, "ALTERCONTEXT", torture_rpc_alter_context);
torture_suite_add_simple_test(suite, "JOIN", torture_rpc_join);
torture_drs_rpc_dssync_tcase(suite);
+ torture_drs_rpc_dsgetinfo_tcase(suite);
torture_suite_add_simple_test(suite, "BENCH-RPC", torture_bench_rpc);
torture_suite_add_simple_test(suite, "ASYNCBIND", torture_async_bind);
torture_suite_add_suite(suite, torture_rpc_ntsvcs(suite));