X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=robot-systest%2Flib%2Fsol003_common_lib.robot;h=7262161f4336d5136f62555c0e703ef2bededbaa;hb=236f52ace869844ccc4568a8ff8b677f6eb9c537;hp=5231e921268afe9ae924d37a8fda0d1b01103286;hpb=b3d11c091bbb6a893bcbac1ef561af632b5a263c;p=osm%2Ftests.git diff --git a/robot-systest/lib/sol003_common_lib.robot b/robot-systest/lib/sol003_common_lib.robot index 5231e92..7262161 100644 --- a/robot-systest/lib/sol003_common_lib.robot +++ b/robot-systest/lib/sol003_common_lib.robot @@ -39,7 +39,7 @@ Get Auth Token &{headers} Create Dictionary Content-Type=application/json Accept=application/json &{data} Create Dictionary username=${osm_user} password=${osm_password} project-id=${osm_project} ${resp}= Post On Session osmhit ${auth_token_uri} json=${data} headers=${headers} - log ${resp} + Log ${resp} Pass Execution If ${resp.status_code} in ${success_status_code_list} Get Auth Token completed Set Suite Variable ${token_status_code} ${resp.status_code} ${access_token}= Get Value From Json ${resp.json()} $..id