diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-08 01:15:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:39 -0500 |
commit | 03341ec5bb1aa06081e3bf93301e7d61eda9d1ba (patch) | |
tree | 8d50b477bbfc2d68e81bb56512ab0b23a8312db4 /source4/torture/torture.c | |
parent | 6aa4a9bd1648237cac01724932efdd991786441e (diff) | |
download | samba-03341ec5bb1aa06081e3bf93301e7d61eda9d1ba.tar.gz samba-03341ec5bb1aa06081e3bf93301e7d61eda9d1ba.tar.bz2 samba-03341ec5bb1aa06081e3bf93301e7d61eda9d1ba.zip |
r2854: added a RPC-COUNTCALLS torture test - a useful varient on the full scanner in RPC-SCANNER
(This used to be commit 04eaae59cda8a8d67bcca896a32dec2ad402a4f2)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r-- | source4/torture/torture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 00a46a92d8..f9ccb838ec 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -4244,6 +4244,7 @@ static struct { {"RPC-MGMT", torture_rpc_mgmt, 0}, {"RPC-SCANNER", torture_rpc_scanner, 0}, {"RPC-AUTOIDL", torture_rpc_autoidl, 0}, + {"RPC-COUNTCALLS", torture_rpc_countcalls, 0}, {"RPC-MULTIBIND", torture_multi_bind, 0}, {"RPC-DRSUAPI", torture_rpc_drsuapi, 0}, |