From: Jozef Behran Date: Thu, 24 Mar 2016 09:54:58 +0000 (+0100) Subject: Add missing reference to SetupUtils X-Git-Tag: release/lithium-sr4~84 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=df08f5aeb79b51b44bd7df3a4ab7f09ae713f762 Add missing reference to SetupUtils Change-Id: Ib308ea9439a77f0ac88e7ffb2998afd23a61ced1 Signed-off-by: Jozef Behran --- diff --git a/csit/libraries/RestPerfClient.robot b/csit/libraries/RestPerfClient.robot index 697f72f50b..2a4fbfcc55 100644 --- a/csit/libraries/RestPerfClient.robot +++ b/csit/libraries/RestPerfClient.robot @@ -25,6 +25,7 @@ Documentation RestPerfClient handling singleton resource. ... manually before initializing this resource. Library SSHLibrary Resource ${CURDIR}/NexusKeywords.robot +Resource ${CURDIR}/SetupUtils.robot Resource ${CURDIR}/SSHKeywords.robot Resource ${CURDIR}/Utils.robot @@ -63,9 +64,9 @@ Invoke_Restperfclient BuiltIn.Log Running restperfclient: ${command} SSHLibrary.Switch_Connection ${RestPerfClient__restperfclient} SSHLibrary.Set_Client_Configuration timeout=${timeout} - Set_Known_Bug_Id 5413 + SetupUtils.Set_Known_Bug_Id 5413 Execute_Command_Passes ${command} >${RestPerfClient__restperfclientlog} 2>&1 - Set_Unknown_Bug_Id + SetupUtils.Set_Unknown_Bug_Id ${result}= Grep_Restperfclient_Log FINISHED. Execution time: BuiltIn.Should_Not_Be_Equal '${result}' ''