X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FOpenStackOperations.robot;h=f685829206132c393c09b8cf40698c99bcf160ec;hb=5d2dd411302134b434ee34b924ca376357b1f968;hp=c17c302a8efd6ed3fed2e2d8a599de49e9855977;hpb=a51af8d757ecbcddd7b151af50b14360e2e90d1c;p=integration%2Ftest.git 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}