NexusKeywords: Make Compose_*_Java_Command also work on Ubuntu
[integration/test.git] / csit / suites / netconf / restperfclient / performance.robot
index 1c7847e86f5aec5ef67464efcdea95f21462028d..5fc2c01ee21e5bc2cf43b69577180a8192f1e89d 100644 (file)
@@ -72,7 +72,7 @@ Deploy_And_Run_RestPerfClient
     BuiltIn.Log    Running restperfclient: ${command}
     ${restperfclientlog}=    Utils.Get_Log_File_Name    restperfclient
     BuiltIn.Set_Suite_Variable    ${restperfclientlog}    ${restperfclientlog}
-    Execute_Command_Passes    ${command} >${restperfclientlog} 2>&1
+    SSHKeywords.Execute_Command_Passes    ${command} >${restperfclientlog} 2>&1
     SSHLibrary.Get_File    ${restperfclientlog}
     ${result}=    SSHLibrary.Execute_Command    grep "FINISHED. Execution time:" ${restperfclientlog}
     BuiltIn.Should_Not_Be_Equal    '${result}'    ''