summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-12-31 10:49:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:07:52 -0500
commitdda32aa5ba8237dcb6e619621562a27bcf031452 (patch)
treee9bf1930e5a4b6f354893e9a00e39aef51a39b9e /source4/torture/torture.c
parent4ad7acbbeea9e04efd917c057a7f794b2e0a06e0 (diff)
downloadsamba-dda32aa5ba8237dcb6e619621562a27bcf031452.tar.gz
samba-dda32aa5ba8237dcb6e619621562a27bcf031452.tar.bz2
samba-dda32aa5ba8237dcb6e619621562a27bcf031452.zip
r4451: added initial RPC-DSSETUP torture test. It works for level1 of
ds_RolerGetPrimaryDomainInformation() (This used to be commit 7aec3dac6fd5165cfca5c650aaa29234e278d95d)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index c5b91f3680..83a81fb7dc 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -2447,6 +2447,7 @@ static struct {
{"RPC-DRSUAPI", torture_rpc_drsuapi, 0},
{"RPC-LOGIN", torture_rpc_login, 0},
{"RPC-ROT", torture_rpc_rot, 0},
+ {"RPC-DSSETUP", torture_rpc_dssetup, 0},
/* Distributed COM testers */
{"DCOM-SIMPLE", torture_dcom_simple, 0},