Loading MEC012/SRV/RNIS/RnisAllSubscriptions.robot +1 −2 Original line number Diff line number Diff line Loading @@ -2,10 +2,9 @@ ... Test Suite to validate RNIS/Subscription (RNIS) operations. *** Settings *** Resource environment/variables_sandbox.txt Resource environment/variables.txt 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 Loading MEC012/SRV/RNIS/RnisQuery.robot +28 −3 Original line number Diff line number Diff line Loading @@ -2,10 +2,9 @@ ... Test Suite to validate RNIS/Subscription (RNIS) operations. *** Settings *** Resource environment/variables_sandbox.txt Resource environment/variables.txt Resource ../../../pics.txt Resource ../../../GenericKeywords.robot Resource resources/RadioNetworkInformationAPI.robot Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_verify=false Loading Loading @@ -262,3 +261,29 @@ Get Layer2Meas Info Get ${apiRoot}/rni/${apiVersion}/queries/layer2_meas?cell_id=${CELL_ID} ${output}= Output response Set Suite Variable ${response} ${output} Check RabInfo [Arguments] ${received_value} log ${received_value} Should Not Be Empty ${received_value['requestId']} 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} log ${received_value} Should Be Equal As Strings ${received_value['appInstanceId']} ${APP_INS_ID} Should Not Be Empty ${received_value['plmn'][0]['mcc']} Should Not Be Empty ${received_value['plmn'][0]['mnc']} Check S1BearerInfo [Arguments] ${received_value} log ${received_value} Should Be Equal As Strings ${received_value['s1UeInfo'][0]['ecgi'][0]['cellId']} ${CELL_ID} Check L2MeasInfo [Arguments] ${received_value} log ${received_value} Should Be Equal As Strings ${received_value['cellInfo'][0]['ecgi'][0]['cellId']} ${CELL_ID} #Should Be Equal As Strings ${received_value['cellInfo'][0]['ecgi']['cellId']} ${CELL_ID} MEC012/SRV/RNIS/RnisSpecificSubscription.robot +1 −2 Original line number Diff line number Diff line Loading @@ -3,9 +3,8 @@ *** Settings *** Library OperatingSystem Resource environment/variables_sandbox.txt Resource environment/variables.txt Resource ../../../GenericKeywords.robot Resource resources/RadioNetworkInformationAPI.robot Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_verify=false Library String Loading MEC012/SRV/RNIS/environment/variables.txt +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ ${NOTIFICATION_SERVER_HTTP_METHOD} POST ${NOTIFICATION_SERVER_URI} /callback_url ${NOTIFICATION_SERVER_TIMEOUT} 5 ${PIC_RNIS_SPECIFIC_SUBSCRIPTION} 1 ${NON_EXISTENT_SUBSCRIPTION_ID} 123456789 ${APP_INS_ID} appInsId ${NOT_EXISTENT_APP_INS_ID} NOT_EXISTENT_APP_INS_ID Loading MEC012/SRV/RNIS/resources/LocationAPI.robotdeleted 100644 → 0 +0 −12 Original line number Diff line number Diff line *** Settings *** Resource ../environment/variables.txt Resource LocationAPI.robot #Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_verify=false Library JSONSchemaLibrary schemas/ *** Keywords *** Check Location [Arguments] ${value} Log Check Location for userInfo element Should be Equal ${response['body']['userInfo']['zoneId']} ${value} Log Location OK Loading
MEC012/SRV/RNIS/RnisAllSubscriptions.robot +1 −2 Original line number Diff line number Diff line Loading @@ -2,10 +2,9 @@ ... Test Suite to validate RNIS/Subscription (RNIS) operations. *** Settings *** Resource environment/variables_sandbox.txt Resource environment/variables.txt 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 Loading
MEC012/SRV/RNIS/RnisQuery.robot +28 −3 Original line number Diff line number Diff line Loading @@ -2,10 +2,9 @@ ... Test Suite to validate RNIS/Subscription (RNIS) operations. *** Settings *** Resource environment/variables_sandbox.txt Resource environment/variables.txt Resource ../../../pics.txt Resource ../../../GenericKeywords.robot Resource resources/RadioNetworkInformationAPI.robot Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_verify=false Loading Loading @@ -262,3 +261,29 @@ Get Layer2Meas Info Get ${apiRoot}/rni/${apiVersion}/queries/layer2_meas?cell_id=${CELL_ID} ${output}= Output response Set Suite Variable ${response} ${output} Check RabInfo [Arguments] ${received_value} log ${received_value} Should Not Be Empty ${received_value['requestId']} 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} log ${received_value} Should Be Equal As Strings ${received_value['appInstanceId']} ${APP_INS_ID} Should Not Be Empty ${received_value['plmn'][0]['mcc']} Should Not Be Empty ${received_value['plmn'][0]['mnc']} Check S1BearerInfo [Arguments] ${received_value} log ${received_value} Should Be Equal As Strings ${received_value['s1UeInfo'][0]['ecgi'][0]['cellId']} ${CELL_ID} Check L2MeasInfo [Arguments] ${received_value} log ${received_value} Should Be Equal As Strings ${received_value['cellInfo'][0]['ecgi'][0]['cellId']} ${CELL_ID} #Should Be Equal As Strings ${received_value['cellInfo'][0]['ecgi']['cellId']} ${CELL_ID}
MEC012/SRV/RNIS/RnisSpecificSubscription.robot +1 −2 Original line number Diff line number Diff line Loading @@ -3,9 +3,8 @@ *** Settings *** Library OperatingSystem Resource environment/variables_sandbox.txt Resource environment/variables.txt Resource ../../../GenericKeywords.robot Resource resources/RadioNetworkInformationAPI.robot Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_verify=false Library String Loading
MEC012/SRV/RNIS/environment/variables.txt +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ ${NOTIFICATION_SERVER_HTTP_METHOD} POST ${NOTIFICATION_SERVER_URI} /callback_url ${NOTIFICATION_SERVER_TIMEOUT} 5 ${PIC_RNIS_SPECIFIC_SUBSCRIPTION} 1 ${NON_EXISTENT_SUBSCRIPTION_ID} 123456789 ${APP_INS_ID} appInsId ${NOT_EXISTENT_APP_INS_ID} NOT_EXISTENT_APP_INS_ID Loading
MEC012/SRV/RNIS/resources/LocationAPI.robotdeleted 100644 → 0 +0 −12 Original line number Diff line number Diff line *** Settings *** Resource ../environment/variables.txt Resource LocationAPI.robot #Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_verify=false Library JSONSchemaLibrary schemas/ *** Keywords *** Check Location [Arguments] ${value} Log Check Location for userInfo element Should be Equal ${response['body']['userInfo']['zoneId']} ${value} Log Location OK