X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FOpenStackOperations.robot;h=5c6fd65ab83b6a62f782d405e5605b9cd3b34925;hb=beba5e84d712f9722220fa0649a1e3cf1e5b3528;hp=61e8fc8d2f64718c22fe71752556bb30dbc8142a;hpb=d4c6fec2b380bc57467283569cad12152aa60972;p=integration%2Ftest.git diff --git a/csit/libraries/OpenStackOperations.robot b/csit/libraries/OpenStackOperations.robot index 61e8fc8d2f..5c6fd65ab8 100644 --- a/csit/libraries/OpenStackOperations.robot +++ b/csit/libraries/OpenStackOperations.robot @@ -943,8 +943,8 @@ OpenStack CLI Get List [Arguments] ${cmd} [Documentation] Return a json list from the output of an OpenStack command. @{list} = BuiltIn.Create List - ${result} = Run Process With Logging And Status Check ${cmd} - @{list} = RequestsLibrary.To Json ${result.stdout} + ${json} = OpenStack CLI ${cmd} + @{list} = RequestsLibrary.To Json ${json} BuiltIn.Log ${list} [Return] @{list}