Add missing reference to SetupUtils 24/36724/1
authorJozef Behran <jbehran@cisco.com>
Thu, 24 Mar 2016 09:54:58 +0000 (10:54 +0100)
committerJozef Behran <jbehran@cisco.com>
Thu, 24 Mar 2016 09:54:58 +0000 (10:54 +0100)
Change-Id: Ib308ea9439a77f0ac88e7ffb2998afd23a61ced1
Signed-off-by: Jozef Behran <jbehran@cisco.com>
csit/libraries/RestPerfClient.robot

index 697f72f50b2760df28d25058608de5558809d8fa..2a4fbfcc55978077c036dcda0680c2ce453b3ca7 100644 (file)
@@ -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}'    ''