Don't dump the err/warn/exception 29/65329/4
authorSam Hague <shague@redhat.com>
Wed, 8 Nov 2017 17:13:22 +0000 (12:13 -0500)
committerSam Hague <shague@redhat.com>
Wed, 8 Nov 2017 19:00:21 +0000 (14:00 -0500)
No need to collect this information as
it is also collected by the builder at the end of the test run.

Change-Id: I5c89cf7717f30ec72619bc2c05bc7e78b1e19bac
Signed-off-by: Sam Hague <shague@redhat.com>
csit/libraries/OpenStackOperations.robot

index 783cb4995d4b1a54655869d66b0451a17b6f16ab..553682ab7b67f4bb29bb6abee8af57088afe40ee 100644 (file)
@@ -604,7 +604,7 @@ Get Karaf Log Type From Test Start
     ...    ${log_file}=${WORKSPACE}/${BUNDLEFOLDER}/data/log/karaf.log
     ${cmd}    Set Variable    sed '1,/ROBOT MESSAGE: Starting test ${test_name}/d' ${log_file} | grep '${type}'
     ${output}    Run Command On Controller    ${ip}    ${cmd}    ${user}    ${password}    ${prompt}
-    Log    ${output}
+    [Return]    ${output}
 
 Get Karaf Log Types From Test Start
     [Arguments]    ${ip}    ${test_name}    ${types}    ${user}=${ODL_SYSTEM_USER}    ${password}=${ODL_SYSTEM_PASSWORD}    ${prompt}=${ODL_SYSTEM_PROMPT}