Commit 56a4633a authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in MEO/UEAPPS & MEO/UEAPPCTX implementation

parent 9614fd21
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
''[Documentation]   robot --outputdir ../../outputs ./SysUeAppContext.robot
...    Test Suite to validate Bandwidth Management API (BWA) operations.
...    Test Suite to validate Bandwidth Management API (APPCTX) operations.

*** Settings ***
Resource    environment/variables.txt
Resource    ../../pics.txt
Resource    ../../GenericKeywords.robot
Resource    resources/UeAppContextAPI.robot
Resource    resources/UeAppsContextAPI.robot
Library     REST    ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT}    ssl_verify=false



*** Test Cases ***
Creation of the application context
    [Documentation]   TC_MEC_MEO_UEAPPCTX_001_OK
+4 −2
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ ${APP_NAME} MyWornderfulApp
${WRONG_CREATE_APP_CTX}             UnknownApp
${CALLBACK_REFERENCE}               http://www.acme.com/MyWonderfulApp/v1
${CALLBACK_REFERENCE_1}             http://www.acme.com/MyWonderfulApp/v2
${CREATE_APP_CTX}                   { "contextId": "${CREATE_APP_CTX}", "associateUeAppId": "${UE_APP_ID}", "callbackReference": "${CALLBACK_REFERENCE}", "appInfo": { "appName": "${APP_NAME}", "appProvider": "ACME & Co", "appSoftVersion": "1.0.0.1", "appDescription": "This is a wonderful test application", "referenceURL": "http://www.acme.com/MyWonderfulPackage", "appPackageSource": "MyWonderfulPackage" } }
${CREATE_APP_CTX_BR}                { "context": "${CREATE_APP_CTX}", "associateUeAppId": "${UE_APP_ID}", "callbackReference": "${CALLBACK_REFERENCE}", "appInfo": { "appName": "${APP_NAME}", "appProvider": "ACME & Co", "appSoftVersion": "1.0.0.1", "appDescription": "This is a wonderful test application", "referenceURL": "http://www.acme.com/MyWonderfulPackage", "appPackageSource": "MyWonderfulPackage" } }
${CREATE_APP_CTX}                   { "contextId": "${APP_CTX_ID}", "associateUeAppId": "${UE_APP_ID}", "callbackReference": "${CALLBACK_REFERENCE}", "appInfo": { "appName": "${APP_NAME}", "appProvider": "ACME & Co", "appSoftVersion": "1.0.0.1", "appDescription": "This is a wonderful test application", "referenceURL": "http://www.acme.com/MyWonderfulPackage", "appPackageSource": "MyWonderfulPackage" } }
${CREATE_APP_CTX_BR}                { "context": "${APP_CTX_ID}", "associateUeAppId": "${UE_APP_ID}", "callbackReference": "${CALLBACK_REFERENCE}", "appInfo": { "appName": "${APP_NAME}", "appProvider": "ACME & Co", "appSoftVersion": "1.0.0.1", "appDescription": "This is a wonderful test application", "referenceURL": "http://www.acme.com/MyWonderfulPackage", "appPackageSource": "MyWonderfulPackage" } }
${SERVICE_CONT_BR}                  UnknownServiceCont

${TOKEN}                            Basic YWxhZGRpbjpvcGVuc2VzYW1l
+2 −2
Original line number Diff line number Diff line
''[Documentation]   robot --outputdir ../../outputs ./SysUeApplications.robot
...    Test Suite to validate Bandwidth Management API (BWA) operations.
...    Test Suite to validate Bandwidth Management API (APPCTX) operations.

*** Settings ***
Resource    ../UEAPPCTX/environment/variables.txt
Resource    ../../pics.txt
Resource    ../../GenericKeywords.robot
Resource    ../UEAPPCTX/resources/UeAppContextAPI.robot
Resource    ../UEAPPCTX/resources/UeAppsContextAPI.robot
Library     REST    ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT}    ssl_verify=false


+1 −0
Original line number Diff line number Diff line
@@ -6,3 +6,4 @@ ${PIC_RNIS_QUERY} 1
${PIC_RNIS_SPECIFIC_SUBSCRIPTION}    1
${PIC_RNIS_NOTIFICATIONS}            1
${PIC_AMS}             1
${PIC_MEC_SYSTEM}      1