Loading MEC016/MEO/UEAPPCTX/SysUeAppsContext.robot +5 −7 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ TP_MEC_MEC016_MEO_UEAPPCTX_001_OK Create application context AppContext.json Check HTTP Response Status Code Is 201 Check HTTP Response Body Json Schema Is AppContext Check HTTP Response Header Contains Location Should Be Equal As Strings ${response['body']['appInfo']['appName']} MyNewWornderfulApp Set Suite Variable ${contextId} ${response['body']['contextId']} Loading Loading @@ -57,8 +58,6 @@ TP_MEC_MEC016_MEO_UEAPPCTX_002_OK # Test Body Update application context ${contextId} UpdateAppContext.json Check HTTP Response Status Code Is 204 Check HTTP Response Body Json Schema Is AppContext Should Be Equal As Strings ${response['body']['callbackReference']} http://127.0.0.1/callbackuri TP_MEC_MEC016_MEO_UEAPPCTX_002_BR [Documentation] Loading Loading @@ -105,7 +104,6 @@ TP_MEC_MEC016_MEO_UEAPPCTX_003_NF Should Be True ${PIC_SERVICES} == 1 Delete application context ${NON_EXISTING_CONTEXT_ID} Check HTTP Response Status Code Is 404 Check ProblemDetails 404 *** Keywords *** Loading @@ -114,9 +112,9 @@ Create application context Set Headers {"Accept":"application/json"} Set Headers {"Content-Type":"application/json"} Set Headers {"Authorization":"${TOKEN}"} ${path} Catenate SEPATATOR= jsons/ ${content} ${path} Catenate SEPARATOR= jsons/ ${content} ${body} Get Binary File ${path} Post ${apiRoot}/${apiName}/${apiVersion}/app_contexts ${content} Post ${apiRoot}/${apiName}/${apiVersion}/app_contexts ${body} ${output}= Output response Set Suite Variable ${response} ${output} Loading @@ -126,9 +124,9 @@ Create application context using wrong endpoint Set Headers {"Accept":"application/json"} Set Headers {"Content-Type":"application/json"} Set Headers {"Authorization":"${TOKEN}"} ${path} Catenate SEPATATOR= jsons/ ${content} ${path} Catenate SEPARATOR= jsons/ ${content} ${body} Get Binary File ${path} Post ${apiRoot}/${apiName}/${apiVersion}/app_contexts_error ${content} Post ${apiRoot}/${apiName}/${apiVersion}/app_contexts_error ${body} ${output}= Output response Set Suite Variable ${response} ${output} Loading MEC016/MEO/UEAPPCTX/jsons/AppContext.json +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ "associateDevAppId":"MyNewWornderfulDevAppId", "appInfo":{ "appName":"MyNewWornderfulApp", "appProvider":"TF012", "appProvider":"TTF012", "appDVersion":"v0.0.1", "userAppInstanceInfo":[ { Loading MEC016/MEO/UEAPPCTX/jsons/AppContext_BR.json +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ "associateDevAppId":"MyNewWornderfulDevAppId", "appInfo":{ "app":"MyNewWornderfulApp", "appProvider":"TF012", "appProvider":"TTF012", "appDVersion":"v0.0.1", "userAppInstanceInfo":[ { Loading MEC016/MEO/UEAPPCTX/jsons/UpdateAppContext.json +2 −2 Original line number Diff line number Diff line { "associateDevAppId":"MyNewWornderfulDevAppId", "contextId": "MyNewWornderfulDevAppId", "contextId": "1", "callbackReference": "http://127.0.0.1/callbackuri", "appInfo":{ "appName":"MyNewWornderfulApp", "appProvider":"TF012", "appProvider":"TTF012", "appDVersion":"v0.0.1", "userAppInstanceInfo":[ { Loading MEC016/MEO/UEAPPCTX/jsons/UpdateAppContext_BR.json +2 −2 Original line number Diff line number Diff line { "associateUeAppId":"MyNewWornderfulDevAppId", "contextId": "MyNewWornderfulDevAppId", "contextId": "1", "callbackReference": "http://127.0.0.1/callbackuri", "appInfo":{ "appName":"MyNewWornderfulApp", "appProvider":"TF012", "appProvider":"TTF012", "appDVersion":"v0.0.1", "userAppInstanceInfo":[ { Loading Loading
MEC016/MEO/UEAPPCTX/SysUeAppsContext.robot +5 −7 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ TP_MEC_MEC016_MEO_UEAPPCTX_001_OK Create application context AppContext.json Check HTTP Response Status Code Is 201 Check HTTP Response Body Json Schema Is AppContext Check HTTP Response Header Contains Location Should Be Equal As Strings ${response['body']['appInfo']['appName']} MyNewWornderfulApp Set Suite Variable ${contextId} ${response['body']['contextId']} Loading Loading @@ -57,8 +58,6 @@ TP_MEC_MEC016_MEO_UEAPPCTX_002_OK # Test Body Update application context ${contextId} UpdateAppContext.json Check HTTP Response Status Code Is 204 Check HTTP Response Body Json Schema Is AppContext Should Be Equal As Strings ${response['body']['callbackReference']} http://127.0.0.1/callbackuri TP_MEC_MEC016_MEO_UEAPPCTX_002_BR [Documentation] Loading Loading @@ -105,7 +104,6 @@ TP_MEC_MEC016_MEO_UEAPPCTX_003_NF Should Be True ${PIC_SERVICES} == 1 Delete application context ${NON_EXISTING_CONTEXT_ID} Check HTTP Response Status Code Is 404 Check ProblemDetails 404 *** Keywords *** Loading @@ -114,9 +112,9 @@ Create application context Set Headers {"Accept":"application/json"} Set Headers {"Content-Type":"application/json"} Set Headers {"Authorization":"${TOKEN}"} ${path} Catenate SEPATATOR= jsons/ ${content} ${path} Catenate SEPARATOR= jsons/ ${content} ${body} Get Binary File ${path} Post ${apiRoot}/${apiName}/${apiVersion}/app_contexts ${content} Post ${apiRoot}/${apiName}/${apiVersion}/app_contexts ${body} ${output}= Output response Set Suite Variable ${response} ${output} Loading @@ -126,9 +124,9 @@ Create application context using wrong endpoint Set Headers {"Accept":"application/json"} Set Headers {"Content-Type":"application/json"} Set Headers {"Authorization":"${TOKEN}"} ${path} Catenate SEPATATOR= jsons/ ${content} ${path} Catenate SEPARATOR= jsons/ ${content} ${body} Get Binary File ${path} Post ${apiRoot}/${apiName}/${apiVersion}/app_contexts_error ${content} Post ${apiRoot}/${apiName}/${apiVersion}/app_contexts_error ${body} ${output}= Output response Set Suite Variable ${response} ${output} Loading
MEC016/MEO/UEAPPCTX/jsons/AppContext.json +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ "associateDevAppId":"MyNewWornderfulDevAppId", "appInfo":{ "appName":"MyNewWornderfulApp", "appProvider":"TF012", "appProvider":"TTF012", "appDVersion":"v0.0.1", "userAppInstanceInfo":[ { Loading
MEC016/MEO/UEAPPCTX/jsons/AppContext_BR.json +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ "associateDevAppId":"MyNewWornderfulDevAppId", "appInfo":{ "app":"MyNewWornderfulApp", "appProvider":"TF012", "appProvider":"TTF012", "appDVersion":"v0.0.1", "userAppInstanceInfo":[ { Loading
MEC016/MEO/UEAPPCTX/jsons/UpdateAppContext.json +2 −2 Original line number Diff line number Diff line { "associateDevAppId":"MyNewWornderfulDevAppId", "contextId": "MyNewWornderfulDevAppId", "contextId": "1", "callbackReference": "http://127.0.0.1/callbackuri", "appInfo":{ "appName":"MyNewWornderfulApp", "appProvider":"TF012", "appProvider":"TTF012", "appDVersion":"v0.0.1", "userAppInstanceInfo":[ { Loading
MEC016/MEO/UEAPPCTX/jsons/UpdateAppContext_BR.json +2 −2 Original line number Diff line number Diff line { "associateUeAppId":"MyNewWornderfulDevAppId", "contextId": "MyNewWornderfulDevAppId", "contextId": "1", "callbackReference": "http://127.0.0.1/callbackuri", "appInfo":{ "appName":"MyNewWornderfulApp", "appProvider":"TF012", "appProvider":"TTF012", "appDVersion":"v0.0.1", "userAppInstanceInfo":[ { Loading