From ec5c83c0dba28516d5c92f57dd7c88c99b17d4ab Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 26 Jun 2009 16:51:53 +0200 Subject: s4-smbtorture: add torture_suite_add_machine_workstation_rpc_iface_tcase. Unlike torture_suite_add_machine_bdc_rpc_iface_tcase() which joins as a BDC (ACB_SRVTRUST) this joins as a member workstation (ACB_WSTRUST). Guenther --- source4/torture/rpc/rpc.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'source4/torture/rpc/rpc.h') diff --git a/source4/torture/rpc/rpc.h b/source4/torture/rpc/rpc.h index 9fd64f18b5..ddb737c2de 100644 --- a/source4/torture/rpc/rpc.h +++ b/source4/torture/rpc/rpc.h @@ -69,7 +69,12 @@ struct torture_test *torture_rpc_tcase_add_test_ex( bool (*fn) (struct torture_context *, struct dcerpc_pipe *, void *), void *userdata); -struct torture_rpc_tcase *torture_suite_add_machine_rpc_iface_tcase( +struct torture_rpc_tcase *torture_suite_add_machine_bdc_rpc_iface_tcase( + struct torture_suite *suite, + const char *name, + const struct ndr_interface_table *table, + const char *machine_name); +struct torture_rpc_tcase *torture_suite_add_machine_workstation_rpc_iface_tcase( struct torture_suite *suite, const char *name, const struct ndr_interface_table *table, -- cgit