From: Luis Gomez Date: Sun, 19 Apr 2015 22:26:27 +0000 (-0700) Subject: Changing Execute Command by Write/Read as the first does not work after karaf upgrade X-Git-Tag: release/lithium~140 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=17a7c8c6a4829986c13bf87b36802e25a534209a Changing Execute Command by Write/Read as the first does not work after karaf upgrade Change-Id: Ic641ba2d9968c1430dd021962ef669a74b466b0a Signed-off-by: Luis Gomez --- diff --git a/test/csit/libraries/KarafKeywords.txt b/test/csit/libraries/KarafKeywords.txt index c991d27728..09341b01f9 100644 --- a/test/csit/libraries/KarafKeywords.txt +++ b/test/csit/libraries/KarafKeywords.txt @@ -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}