Changing Execute Command by Write/Read as the first does not work after karaf upgrade
[integration/test.git] / test / csit / libraries / KarafKeywords.txt
index c991d2772861323f27a4468dfcff4f4055f5fc63..09341b01f9df036a9c552196c7f797d66a7863fe 100644 (file)
@@ -33,7 +33,8 @@ Issue Command On Karaf Console
     [Arguments]     ${cmd}     ${controller}=${CONTROLLER}     ${karaf_port}=${karaf_shell_port}
     Open Connection    ${controller}    port=${karaf_port}  prompt=${karaf_prompt}
     Login    ${karaf_user}    ${karaf_password}
-    ${output}=  Execute Command     ${cmd}
+    Write    ${cmd}
+    ${output}    Read Until    ${karaf_prompt}
     Close Connection
     Log     ${output}
-    [Return]    ${output}
\ No newline at end of file
+    [Return]    ${output}