From 67afaca4f14965ac90f724ec56fb87d900cf807a Mon Sep 17 00:00:00 2001 From: DR695H Date: Tue, 23 Jul 2019 17:13:23 -0400 Subject: cleaning up some warnings need these cleaned before switching over the variabel strucuture in preload Issue-ID: TEST-174 Change-Id: I1667f45b0135a059dfab2835c9b4f743703c60a5 Signed-off-by: DR695H --- robot/resources/ssh/files.robot | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'robot/resources/ssh/files.robot') 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} -- cgit 1.2.3-korg