summaryrefslogtreecommitdiffstats
path: root/distribution/standalone/src/main/assembly/conf/robot/execute.robot
blob: 2b6261ca702f8a570a1fa214acb09c4bbde36f0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*** Settings ***
Suite Teardown    Close All Connections
Library           String
Library           OperatingSystem
Library           SSHLibrary
Library           BuiltIn

*** Test Cases ***
Copy Directory from Local to Remote
    Open Connection    ${NODE_IP}
    Login    ${NODE_USERNAME}    ${NODE_PASSWORD}
    ${CommandToExecute} =    Execute Command    ${REMOTE_COMMAND}
    SSHLibrary.Get Directory    ${DIR_REMOTE_RESULT}    ${DIR_RESULT}    recursive=True
    Close All Connections