summaryrefslogtreecommitdiff
path: root/source4/torture/libnet
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2006-11-06 23:23:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:24:59 -0500
commite45922e304e81df969038d46b14bea694ad90911 (patch)
tree372814190b478b34dcfa0392ae09efc1bebd53a4 /source4/torture/libnet
parent9355c6ff85f870123d9aa1ea1549ee0fae5dfbe3 (diff)
downloadsamba-e45922e304e81df969038d46b14bea694ad90911.tar.gz
samba-e45922e304e81df969038d46b14bea694ad90911.tar.bz2
samba-e45922e304e81df969038d46b14bea694ad90911.zip
r19593: add NET-API-USERLIST test
rafal (This used to be commit fba1d8b041bc84d793ca31851bd3b70c65c083fc)
Diffstat (limited to 'source4/torture/libnet')
-rw-r--r--source4/torture/libnet/libnet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/libnet/libnet.c b/source4/torture/libnet/libnet.c
index f45365dfc0..ec06cea0f1 100644
--- a/source4/torture/libnet/libnet.c
+++ b/source4/torture/libnet/libnet.c
@@ -41,6 +41,7 @@ NTSTATUS torture_net_init(void)
torture_suite_add_simple_test(suite, "API-DELETEUSER", torture_deleteuser);
torture_suite_add_simple_test(suite, "API-MODIFYUSER", torture_modifyuser);
torture_suite_add_simple_test(suite, "API-USERINFO", torture_userinfo_api);
+ torture_suite_add_simple_test(suite, "API-USERLIST", torture_userlist);
torture_suite_add_simple_test(suite, "API-RPCCONN-BIND", torture_rpc_connect_binding);
torture_suite_add_simple_test(suite, "API-RPCCONN-SRV", torture_rpc_connect_srv);
torture_suite_add_simple_test(suite, "API-RPCCONN-PDC", torture_rpc_connect_pdc);