summaryrefslogtreecommitdiffstats
path: root/distribution/standalone/src/main/assembly/conf/robot/upload.robot
blob: a0345501e711fbb4c18c8e7b5369fe1a6ae1c5fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*** 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}
    SSHLibrary.Put Directory    ${SCRIPT_DIR}    ${DIR_REMOTE}    0777    CRLF    recursive=True