From: Sam Hague Date: Tue, 23 Jan 2018 19:58:02 +0000 (-0500) Subject: Remove the 2>/dev/null workaround X-Git-Tag: pre-potassium~986 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F67517%2F1;p=integration%2Ftest.git Remove the 2>/dev/null workaround Change-Id: Ia7b47791fbddd2bd8595d75ae5f2e72dad5e49ad Signed-off-by: Sam Hague --- diff --git a/csit/libraries/OpenStackOperations.robot b/csit/libraries/OpenStackOperations.robot index c17c302a8e..f685829206 100644 --- a/csit/libraries/OpenStackOperations.robot +++ b/csit/libraries/OpenStackOperations.robot @@ -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}