From 56b1cff70e9708ce5b3ac5a7980d1d1e858f5cbb Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Mon, 26 Jul 2010 03:01:03 +0400 Subject: s4 torture: add new rpc torture tests for backup key remote protocol Signed-off-by: Stefan Metzmacher Autobuild-User: Stefan Metzmacher Autobuild-Date: Sat Feb 5 13:01:42 CET 2011 on sn-devel-104 --- source4/torture/rpc/rpc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/rpc/rpc.c') 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"); -- cgit