From b369ffd1d50a79e0d9d901c3e6d159d9ce1762df Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Tue, 2 May 2006 13:08:38 +0000 Subject: r15394: Put initial code for testing async dcerpc binding. Currently it only tests multiple simultaneous bind requests using transport specified in command line. It will be interesting to use various transports at the same time and test it agains windows servers... rafal (This used to be commit 7e4756116e59f9a0599a80fb5ac06118817f4326) --- source4/torture/rpc/rpc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/rpc/rpc.c') diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c index c22eb833a0..f5b2629e81 100644 --- a/source4/torture/rpc/rpc.c +++ b/source4/torture/rpc/rpc.c @@ -130,6 +130,7 @@ NTSTATUS torture_rpc_init(void) register_torture_op("RPC-JOIN", torture_rpc_join, 0); register_torture_op("RPC-DSSYNC", torture_rpc_dssync, 0); register_torture_op("BENCH-RPC", torture_bench_rpc, 0); + register_torture_op("RPC-ASYNCBIND", torture_async_bind, 0); return NT_STATUS_OK; } -- cgit