aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/doc/src
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2017-05-19 15:03:16 +0200
committerSiri Hansen <[email protected]>2017-05-19 15:03:16 +0200
commita3b09be25acb524b310483f85f0b0fc67e613a58 (patch)
treeffedecad6cdf0aed05217f6f11cf9e43ed1e9140 /lib/common_test/doc/src
parent209a4f849395e08ef48abb8279729ffe6ab6ace9 (diff)
parent8d27ace14a1dd9b9899fedec818b789081e33e83 (diff)
downloadotp-a3b09be25acb524b310483f85f0b0fc67e613a58.tar.gz
otp-a3b09be25acb524b310483f85f0b0fc67e613a58.tar.bz2
otp-a3b09be25acb524b310483f85f0b0fc67e613a58.zip
Merge branch 'siri/ct_ssh/shell/OTP-14415'
* siri/ct_ssh/shell/OTP-14415: [ct] Add ct_ssh:shell/2,3
Diffstat (limited to 'lib/common_test/doc/src')
-rw-r--r--lib/common_test/doc/src/ct_ssh.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/common_test/doc/src/ct_ssh.xml b/lib/common_test/doc/src/ct_ssh.xml
index 137e4c3f1d..63627d8840 100644
--- a/lib/common_test/doc/src/ct_ssh.xml
+++ b/lib/common_test/doc/src/ct_ssh.xml
@@ -1034,6 +1034,33 @@ ChannelId, 0, Data, End, Timeout)</c></seealso>.</p>
</func>
<func>
+ <name>shell(SSH, ChannelId) -&gt; ok | {error, Reason}</name>
+ <fsummary>Equivalent to shell(SSH, ChannelId, DefaultTimeout).</fsummary>
+ <desc><marker id="shell-2"/>
+ <p>Equivalent to
+ <seealso marker="#shell-3"><c>ct_ssh:shell(SSH, ChannelId,
+ DefaultTimeout)</c></seealso>.</p>
+ </desc>
+ </func>
+
+ <func>
+ <name>shell(SSH, ChannelId, Timeout) -&gt; ok | {error, Reason}</name>
+ <fsummary>Requests that the user default shell is executed at the
+ server end.</fsummary>
+ <type>
+ <v>SSH = connection()</v>
+ <v>ChannelId = integer()</v>
+ <v>Timeout = integer()</v>
+ <v>Reason = term()</v>
+ </type>
+ <desc><marker id="shell-3"/>
+ <p>Requests that the user default shell (typically defined in
+ <c>/etc/passwd</c> in Unix systems) is executed at the
+ server end.</p>
+ </desc>
+ </func>
+
+ <func>
<name>subsystem(SSH, ChannelId, Subsystem) -&gt; Status | {error, Reason}</name>
<fsummary>Equivalent to subsystem(SSH, ChannelId, Subsystem,
DefaultTimeout).</fsummary>