提交 e1ceb496 编写于 作者: L Lucas Meneghel Rodrigues 提交者: Cleber Rosa

avocado.core.remoter: Fix Remote.run() docstring

Signed-off-by: NLucas Meneghel Rodrigues <lookkas@gmail.com>
上级 2a9a6c93
......@@ -101,8 +101,11 @@ class Remote(object):
Run a remote command.
:param command: the command string to execute.
:param ignore_status: Whether to not raise exceptions in case the
command's return code is different than zero.
:param timeout: Maximum time allowed for the command to return.
:return: the result of the remote program's output.
:return: the result of the remote program's execution.
:rtype: :class:`avocado.utils.process.CmdResult`.
:raise fabric.exceptions.CommandTimeout: When timeout exhausted.
"""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册