X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FAAAKeywords.robot;h=0ea0618828ea933933975213b1d67b71b7716bde;hb=c88ead2b4a65ba004398ad07cfe033ae1e467b17;hp=33e56505ecbe8015f4d3a1f18080024520bb0fac;hpb=7df40c8c0ac70da634e98ef506471a9aa0c475be;p=integration%2Ftest.git diff --git a/csit/libraries/AAAKeywords.robot b/csit/libraries/AAAKeywords.robot index 33e56505ec..0ea0618828 100644 --- a/csit/libraries/AAAKeywords.robot +++ b/csit/libraries/AAAKeywords.robot @@ -87,7 +87,10 @@ Get User From IDM DB [Arguments] ${user_id}=${EMPTY} Create Session httpbin http://${ODL_SYSTEM_IP}:${RESTPORT} ${headers}= Create Dictionary Content-Type=application/x-www-form-urlencoded - ${resp}= RequestsLibrary.GET On Session httpbin url=${idmurl}/users/${user_id} headers=${headers} + ${resp}= RequestsLibrary.GET On Session + ... httpbin + ... url=${idmurl}/users/${user_id} + ... headers=${headers} ... expected_status=200 Log ${resp.text} RETURN ${resp}