Loading SRV/RNIS/RnisSubscriptions_BV.robot +10 −4 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ Resource ../../pics.txt Resource ../../GenericKeywords.robot Resource resources/RadioNetworkInformationAPI.robot Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_verify=false Library String *** Test Cases *** Loading Loading @@ -79,7 +79,10 @@ Post RNIS subscription request Set Headers {"Accept":"application/json"} Set Headers {"Content-Type":"application/json"} Set Headers {"Authorization":"${TOKEN}"} ${body} Get File jsons/CellChangeSubscriptionRequest.json ${body}= Get File jsons/CellChangeSubscriptionRequest.json ${body}= Replace String ${body} \${HREF} ${HREF} ${body}= Replace String ${body} \${LINKS_SELF} ${LINKS_SELF} Log ${body} Post ${apiRoot}/rni/${apiVersion}/subscriptions ${body} ${output}= Output response Set Suite Variable ${response} ${output} Loading @@ -102,6 +105,9 @@ Update Individual RNIS Subscription Set Headers {"Content-Type":"application/json"} Set Headers {"Authorization":"${TOKEN}"} ${body} Get File jsons/UpdateCellChangeSubscriptionRequest.json ${body}= Replace String ${body} \${HREF} ${HREF} ${body}= Replace String ${body} \${LINKS_SELF} ${LINKS_SELF} Log ${body} Put ${apiRoot}/rni/${apiVersion}/subscriptions/${SUBSCRIPTION_ID} ${body} ${output}= Output response Set Suite Variable ${response} ${output} Loading Loading
SRV/RNIS/RnisSubscriptions_BV.robot +10 −4 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ Resource ../../pics.txt Resource ../../GenericKeywords.robot Resource resources/RadioNetworkInformationAPI.robot Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_verify=false Library String *** Test Cases *** Loading Loading @@ -79,7 +79,10 @@ Post RNIS subscription request Set Headers {"Accept":"application/json"} Set Headers {"Content-Type":"application/json"} Set Headers {"Authorization":"${TOKEN}"} ${body} Get File jsons/CellChangeSubscriptionRequest.json ${body}= Get File jsons/CellChangeSubscriptionRequest.json ${body}= Replace String ${body} \${HREF} ${HREF} ${body}= Replace String ${body} \${LINKS_SELF} ${LINKS_SELF} Log ${body} Post ${apiRoot}/rni/${apiVersion}/subscriptions ${body} ${output}= Output response Set Suite Variable ${response} ${output} Loading @@ -102,6 +105,9 @@ Update Individual RNIS Subscription Set Headers {"Content-Type":"application/json"} Set Headers {"Authorization":"${TOKEN}"} ${body} Get File jsons/UpdateCellChangeSubscriptionRequest.json ${body}= Replace String ${body} \${HREF} ${HREF} ${body}= Replace String ${body} \${LINKS_SELF} ${LINKS_SELF} Log ${body} Put ${apiRoot}/rni/${apiVersion}/subscriptions/${SUBSCRIPTION_ID} ${body} ${output}= Output response Set Suite Variable ${response} ${output} Loading