From: Jozef Behran Date: Wed, 23 Mar 2016 17:52:33 +0000 (+0100) Subject: Tidied updated resource X-Git-Tag: release/lithium-sr4~85 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=3b77a4a8ae01264206d1cbd667827ef9ba302827 Tidied updated resource Change-Id: If74ebb7276a3dbda64dd2e50e488ff9aca55e213 Signed-off-by: Jozef Behran --- diff --git a/csit/libraries/RestPerfClient.robot b/csit/libraries/RestPerfClient.robot index 7ff0e1704b..697f72f50b 100644 --- a/csit/libraries/RestPerfClient.robot +++ b/csit/libraries/RestPerfClient.robot @@ -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}