X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FAAAKeywords.robot;h=33e56505ecbe8015f4d3a1f18080024520bb0fac;hb=525352e2c3aa1fa135729c4461ea5af642f22b5f;hp=9735f5b2c4031e2926593bfc302d49800a1835a9;hpb=1feeb85d876a6dd94c16f644ddf175a37dd5fc27;p=integration%2Ftest.git diff --git a/csit/libraries/AAAKeywords.robot b/csit/libraries/AAAKeywords.robot index 9735f5b2c4..33e56505ec 100644 --- a/csit/libraries/AAAKeywords.robot +++ b/csit/libraries/AAAKeywords.robot @@ -87,8 +87,8 @@ 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 Request httpbin ${idmurl}/users/${user_id} headers=${headers} - Should Be Equal As Strings ${resp.status_code} 200 + ${resp}= RequestsLibrary.GET On Session httpbin url=${idmurl}/users/${user_id} headers=${headers} + ... expected_status=200 Log ${resp.text} RETURN ${resp}