diff options
Diffstat (limited to 'robot/resources/ssh/files.robot')
-rw-r--r-- | robot/resources/ssh/files.robot | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/robot/resources/ssh/files.robot b/robot/resources/ssh/files.robot index 9ccdd717..e89e5989 100644 --- a/robot/resources/ssh/files.robot +++ b/robot/resources/ssh/files.robot @@ -5,8 +5,6 @@ Library SSHLibrary Library String Library Collections -*** Variables *** - *** Keywords *** Open Connection And Log In [Documentation] Open a connection using the passed user and SSH key. Connection alias will be the host name by default. @@ -20,7 +18,7 @@ Grep Local File ${output}= Execute Command grep ${pattern} ${fullpath} [Return] ${output} - Grep File on Host +Grep File on Host [Documentation] Grep the passed file name and return all of the lines that match the passed pattern using passed connection alias/host [Arguments] ${host} ${pattern} ${fullpath} Switch Connection ${host} |