Remove logging of ${output} of tempest run
[integration/test.git] / csit / libraries / DevstackUtils.robot
index 9a36e6ef4102d8e5eb75ede28657f53adabe9a71..e4ce884aedab2662d1f079b9968d45d69a722948 100644 (file)
@@ -46,7 +46,6 @@ Run Tempest Tests
     Write Commands Until Prompt    cd ${tempest_directory}
     # From Ocata and moving forward, we can replace 'ostestr' with 'tempest run'
     ${results}=    Write Commands Until Prompt    ostestr --regex ${tempest_regex} -b ${exclusion_file}    timeout=${timeout}
-    Log    ${results}
     # Save stdout to file
     Create File    tempest_output_${tempest_regex}.log    data=${results}
     # output tempest generated log file which may have different debug levels than what stdout would show