Sie sind auf Seite 1von 1

*** Settings ***

Documentation
ne
...
...
...
and
...
es.
Suite Setup
Suite Teardown
Library

This example demonstrates executing commands on a remote machi


and getting their output and the return code.
Notice how connections are handled as part of the suite setup
teardown. This saves some time when executing several test cas
Open Connection And Log In
Close All Connections
SSHLibrary

*** Test Cases ***


Executing Commands In An Interactive Session
[Documentation]
Execute Command always executes the command in a new shel
l.
Write Bare
ls -l
sleep
5
*** Keywords ***
Open Connection And Log In
Open Connection
${HOST}
Login
${USERNAME}
${PASSWORD}

Das könnte Ihnen auch gefallen