Bases: object
object
Result class contains command, stdout, stderror and return code.
Class to execute a command on remote location
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.
CommandResult
CommandResult.get_command()
CommandResult.get_return_code()
CommandResult.get_stderr()
CommandResult.get_stdout()
RemoteCommandExecutor
RemoteCommandExecutor.close_session()
RemoteCommandExecutor.execute_command()