Remove the 2>/dev/null workaround
[integration/test.git] / csit / libraries / OpenStackOperations.robot
index c17c302a8efd6ed3fed2e2d8a599de49e9855977..f685829206132c393c09b8cf40698c99bcf160ec 100644 (file)
@@ -1098,7 +1098,7 @@ OpenStack CLI Get List
 OpenStack CLI
     [Arguments]    ${cmd}
     [Documentation]    Run the given OpenStack ${cmd}.
-    ${rc}    ${output} =    OperatingSystem.Run And Return Rc And Output    ${cmd} 2> /dev/null
+    ${rc}    ${output} =    OperatingSystem.Run And Return Rc And Output    ${cmd}
     BuiltIn.Log    ${output}
     Should Be True    '${rc}' == '0'
     [Return]    ${output}