Tidied updated resource
[integration/test.git] / 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}