From 12f4a305208c26a7c2a1185cac6ecf5dbc1a8d00 Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Wed, 9 Mar 2016 13:07:49 +0100 Subject: Document that any ssh option is allowed in ct_netconfc The code was changed by OTP-13338, commit bf309240cb531df880989702ae901316e8b5e97d. --- lib/common_test/doc/src/ct_netconfc.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'lib/common_test/doc/src') diff --git a/lib/common_test/doc/src/ct_netconfc.xml b/lib/common_test/doc/src/ct_netconfc.xml index 8139d8afdb..1355488916 100644 --- a/lib/common_test/doc/src/ct_netconfc.xml +++ b/lib/common_test/doc/src/ct_netconfc.xml @@ -201,10 +201,8 @@ information, see module ct.

- host() = hostname() | ip_address() - -

For hostname() and ip_address(), see module - kernel:inet

+ host() = inet:hostname() | inet:ip_address() + key_or_name() = server_id() | target_name() @@ -220,10 +218,14 @@ notification_content() = [event_time() | simple_xml()] - option() = {ssh, host()} | {port, port_number()} | {user, string()} | {password, string()} | {user_dir, string()} | {timeout, timeout()} + option() = {ssh, host()} | {port, inet:port_number()} | {timeout, timeout()} | SshConnectOption -

For port_number(), see module - kernel:inet

+ +

SshConnectOption is any valid option to + ssh:connect/3,4. + Common options used are user, password + and user_dir. The SshConnectOptions are + verfied by the SSH application.

options() = [option()] @@ -887,7 +889,7 @@ SessionId, infinity).

ct_netconfc:open/2 instead.

-

The opaque handler() reference returned from this +

The opaque handle() reference returned from this function is required as client identifier when calling any other function in this module.

-- cgit v1.2.3