s4 torture: add new rpc torture tests for backup key remote protocol
[mat/samba.git] / source4 / torture / rpc / rpc.c
index 8d7c51aff980bee4dd19eac9bb9064bd3ebbf211..9a761fa0483dbd126ce03488a3e23fb1d1f344b5 100644 (file)
@@ -490,6 +490,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");