summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-07-26 03:01:03 +0400
committerStefan Metzmacher <metze@samba.org>2011-02-05 13:01:42 +0100
commit56b1cff70e9708ce5b3ac5a7980d1d1e858f5cbb (patch)
tree6094eff20fcd99abb8135c8d9a74998c6c2d46ae /source4/torture/rpc/rpc.c
parentf46495553409e95527cb53f1db2a971dcd22dac2 (diff)
downloadsamba-56b1cff70e9708ce5b3ac5a7980d1d1e858f5cbb.tar.gz
samba-56b1cff70e9708ce5b3ac5a7980d1d1e858f5cbb.tar.bz2
samba-56b1cff70e9708ce5b3ac5a7980d1d1e858f5cbb.zip
s4 torture: add new rpc torture tests for backup key remote protocol
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Feb 5 13:01:42 CET 2011 on sn-devel-104
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 d7fdc48d4d..03936f22ff 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -525,6 +525,7 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_simple_test(suite, "asyncbind", torture_async_bind);
torture_suite_add_suite(suite, torture_rpc_ntsvcs(suite));
torture_suite_add_suite(suite, torture_rpc_bind(suite));
+ torture_suite_add_suite(suite, torture_rpc_backupkey(suite));
suite->description = talloc_strdup(suite, "DCE/RPC protocol and interface tests");