r18106: Add new samr domain NET tests.
authorRafal Szczesniak <mimir@samba.org>
Tue, 5 Sep 2006 18:46:53 +0000 (18:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:17:17 +0000 (14:17 -0500)
rafal

source/torture/libnet/libnet.c

index 2d4699c024d6ea928f611a9a8fe93020a06f50eb..a4654a7cfb101fd98aa55e8c79865566e4308819 100644 (file)
@@ -46,6 +46,8 @@ NTSTATUS torture_net_init(void)
        register_torture_op("NET-API-DELSHARE", torture_delshare);
        register_torture_op("NET-API-DOMOPENLSA", torture_domain_open_lsa);
        register_torture_op("NET-API-DOMCLOSELSA", torture_domain_close_lsa);
+       register_torture_op("NET-API-DOMOPENSAMR", torture_domain_open_samr);
+       register_torture_op("NET-API-DOMCLOSESAMR", torture_domain_close_samr);
 
        return NT_STATUS_OK;
 }