Commit 212024a4 authored by Michele Carignani's avatar Michele Carignani
Browse files

fixes RnisQuery_BV

parent f9bd5b96
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ Request RabInfo info
    ...  Reference https://forge.etsi.org/gitlab/mec/gs012-rnis-api/blob/master/RniAPI.yaml#/definitions/RabInfo
    Get RabInfo info
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is   RabInfos
    Check HTTP Response Body Json Schema Is   RabInfo
    Check RabInfo    ${response['body']}


@@ -30,7 +30,7 @@ Request Plmn info
    Get PLMN info
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is   PlmnInfos
    Check PlmnInfo    ${response['body']}
    Check PlmnInfo    ${response['body'][0]}


Request S1Bearer info
+1 −2
Original line number Diff line number Diff line
@@ -27,8 +27,7 @@ Check RabInfo
    log    ${received_value}
    Should Be Equal As Strings   ${received_value['appInstanceId']}    ${APP_INS_ID}
    Should Not Be Empty    ${received_value['requestId']}
    Should Be Equal As Strings    ${received_value['cellUserInfo'][0]['ecgi']['cellId']}    ${CELL_ID}

    Run Keyword If    'cellUserInfo' in ${received_value}    Should Be Equal As Strings    ${received_value['cellUserInfo'][0]['ecgi']['cellId']}    ${CELL_ID}

Check PlmnInfo
    [Arguments]    ${received_value}