Tidied updated resource 50/36650/2
authorJozef Behran <jbehran@cisco.com>
Wed, 23 Mar 2016 17:52:33 +0000 (18:52 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 24 Mar 2016 08:36:10 +0000 (08:36 +0000)
Change-Id: If74ebb7276a3dbda64dd2e50e488ff9aca55e213
Signed-off-by: Jozef Behran <jbehran@cisco.com>
csit/libraries/RestPerfClient.robot

index 7ff0e1704b3646e0dbe09797e296059c80faf2c9..697f72f50b2760df28d25058608de5558809d8fa 100644 (file)
@@ -70,8 +70,8 @@ Invoke_Restperfclient
     BuiltIn.Should_Not_Be_Equal    '${result}'    ''
 
 Grep_Restperfclient_Log
-    [Documentation]    Search for the specified string in the log file produced by latest invocation of RestPerfClient
     [Arguments]    ${pattern}
+    [Documentation]    Search for the specified string in the log file produced by latest invocation of RestPerfClient
     BuiltIn.Should_Not_Be_Equal    '${RestPerfClient__restperfclientlog}'    ''
     ${result}=    SSHLibrary.Execute_Command    grep '${pattern}' ${RestPerfClient__restperfclientlog}
     [Return]    ${result}