Commit 32282b10 authored by Gabriele Scivoletto's avatar Gabriele Scivoletto
Browse files

fixed bug in MEC016 and MEC030

parent 2de4eb8e
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ TC_MEC_MEC016_MEO_UEAPPCTX_002_BR
    [Setup]    Create application context    AppContext.json
    Set Suite Variable    ${contextId_tbu}    ${response['body']['contextId']}

    Update application context    ${context-id}    UpdateAppContext_BR.json
    Update application context    ${contextId_tbu}    UpdateAppContext_BR.json
    Check HTTP Response Status Code Is    400

    [Teardown]    Delete application context    ${contextId_tbu}
@@ -106,7 +106,11 @@ TC_MEC_MEC016_MEO_UEAPPCTX_003_OK
    # Preamble
    Should Be True    ${PIC_MEC_SYSTEM} == 1
    Should Be True    ${PIC_SERVICES} == 1
    Delete application context    ${context-id}
    
    [Setup]    Create application context    AppContext.json
    Set Suite Variable    ${contextId_tbd}    ${response['body']['contextId']}

    Delete application context    ${contextId_tbd}
    Check HTTP Response Status Code Is    204


+2 −2
Original line number Diff line number Diff line
*** Variables ***
# Generic variables
${AMS_SCHEMA}                   http
${AMS_HOST}                     10.192.2.172
${AMS_PORT}                     8081
${AMS_HOST}                     mockoon
${AMS_PORT}                     3006
${response}                         {}
${TOKEN}                            Basic YWxhZGRpbjpvcGVuc2VzYW1l
${apiRoot}        
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
                        1,
                        2
                    ],
                    "protImplementation": "Java"
                    "protImplementation": "cpp"
                }
            },
            {
+1 −1
Original line number Diff line number Diff line
Y''[Documentation]   robot --outputdir ../../../outputs ./RegisteredDevices.robot
''[Documentation]   robot --outputdir ../../../outputs ./RegisteredDevices.robot
...    Test Suite to validate the Registered IOT Device (IOTDEV) operations.

*** Settings ***