Changing Execute Command by Write/Read as the first does not work after karaf upgrade
authorLuis Gomez <ecelgp@gmail.com>
Sun, 19 Apr 2015 22:26:27 +0000 (15:26 -0700)
committerJamo Luhrsen <james.luhrsen@hp.com>
Wed, 22 Apr 2015 20:44:13 +0000 (20:44 +0000)
Change-Id: Ic641ba2d9968c1430dd021962ef669a74b466b0a
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
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}