From 3b77a4a8ae01264206d1cbd667827ef9ba302827 Mon Sep 17 00:00:00 2001 From: Jozef Behran Date: Wed, 23 Mar 2016 18:52:33 +0100 Subject: [PATCH] Tidied updated resource Change-Id: If74ebb7276a3dbda64dd2e50e488ff9aca55e213 Signed-off-by: Jozef Behran --- csit/libraries/RestPerfClient.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.36.6