Commit 28f9c734 authored by Elian Kraja's avatar Elian Kraja
Browse files

Update TC naming in MEC010p2 and MEC012. Refactor MEC030

parent a2d3bfe0
Pipeline #7019 passed with stage
in 0 seconds
......@@ -14,8 +14,8 @@ Suite Setup Create Mock Session ${callback_uri}:${callback_port}
Test Teardown Reset All Requests
*** Test Cases ***
Cell change notification
[Documentation] TC_MEC_SRV_RNIS_001_OK
TC_MEC_MEC012_SRV_RNIS_001_OK
[Documentation] Cell change notification
... Check that the RNIS service sends an RNIS notification about cell change if the RNIS service has an associated subscription and the event is generated
... ETSI GS MEC 012 2.1.1, clause 6.4.2
... Reference https://forge.etsi.org/rep/mec/gs012-rnis-api/blob/automatic_generation/RniAPI.yaml
......@@ -33,8 +33,8 @@ Cell change notification
Clear Requests ${callback_endpoint}
RAB Establishment notification
[Documentation] TC_MEC_SRV_RNIS_002_OK
TC_MEC_MEC012_SRV_RNIS_002_OK
[Documentation] RAB Establishment notification
... Check that the RNIS service sends an RNIS notification about RAB establishment if the RNIS service has an associated subscription and the event is generated
... ETSI GS MEC 012 2.1.1, clause 6.4.3
... Reference https://forge.etsi.org/rep/mec/gs012-rnis-api/blob/automatic_generation/RniAPI.yaml
......@@ -52,8 +52,8 @@ RAB Establishment notification
Clear Requests ${callback_endpoint}
RAB modification notification
[Documentation] TC_MEC_SRV_RNIS_003_OK
TC_MEC_MEC012_SRV_RNIS_003_OK
[Documentation] RAB modification notification
... Check that the RNIS service sends an RNIS notification about RAB modification if the RNIS service has an associated subscription and the event is generated
... ETSI GS MEC 012 2.1.1, clause 6.4.4
... Reference https://forge.etsi.org/rep/mec/gs012-rnis-api/blob/automatic_generation/RniAPI.yaml
......@@ -71,8 +71,8 @@ RAB modification notification
Clear Requests ${callback_endpoint}
RAB release notification
[Documentation] TC_MEC_SRV_RNIS_004_OK
TC_MEC_MEC012_SRV_RNIS_004_OK
[Documentation] RAB release notification
... Check that the RNIS service sends an RNIS notification about RAB release if the RNIS service has an associated subscription and the event is generated
... ETSI GS MEC 012 2.1.1, clause 6.4.5
... Reference https://forge.etsi.org/rep/mec/gs012-rnis-api/blob/automatic_generation/RniAPI.yaml
......@@ -90,8 +90,8 @@ RAB release notification
Clear Requests ${callback_endpoint}
UE measurement notification
[Documentation] TC_MEC_SRV_RNIS_005_OK
TC_MEC_MEC012_SRV_RNIS_005_OK
[Documentation] UE measurement notification
... Check that the RNIS service sends an RNIS notification about UE measurement report if the RNIS service has an associated subscription and the event is generated
... ETSI GS MEC 012 2.1.1, clause 6.4.6
... Reference https://forge.etsi.org/rep/mec/gs012-rnis-api/blob/automatic_generation/RniAPI.yaml
......@@ -109,8 +109,8 @@ UE measurement notification
Clear Requests ${callback_endpoint}
UE timing advance notification
[Documentation] TC_MEC_SRV_RNIS_006_OK
TC_MEC_MEC012_SRV_RNIS_006_OK
[Documentation] UE timing advance notification
... Check that the RNIS service sends an RNIS notification about UE timing advance if the RNIS service has an associated subscription and the event is generated
... ETSI GS MEC 012 2.1.1, clause 6.4.7
... Reference https://forge.etsi.org/rep/mec/gs012-rnis-api/blob/automatic_generation/RniAPI.yaml
......@@ -128,8 +128,8 @@ UE timing advance notification
Clear Requests ${callback_endpoint}
UE carrier aggregation reconfiguration notification
[Documentation] TC_MEC_SRV_RNIS_007_OK
TC_MEC_MEC012_SRV_RNIS_007_OK
[Documentation] UE carrier aggregation reconfiguration notification
... Check that the RNIS service sends an RNIS notification about UE carrier aggregation reconfiguration if the RNIS service has an associated subscription and the event is generated
... ETSI GS MEC 012 2.1.1, clause 6.4.8
... Reference https://forge.etsi.org/rep/mec/gs012-rnis-api/blob/automatic_generation/RniAPI.yaml
......@@ -147,8 +147,8 @@ UE carrier aggregation reconfiguration notification
Clear Requests ${callback_endpoint}
S1-U bearer notification
[Documentation] TC_MEC_SRV_RNIS_008_OK
TC_MEC_MEC012_SRV_RNIS_008_OK
[Documentation] S1-U bearer notification
... Check that the RNIS service sends an RNIS notification about S1-U bearer if the RNIS service has an associated subscription and the event is generated
... ETSI GS MEC 012 2.1.1, clause 6.4.9
... Reference https://forge.etsi.org/rep/mec/gs012-rnis-api/blob/automatic_generation/RniAPI.yaml
......
......@@ -11,8 +11,8 @@ Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_v
*** Test Cases ***
Request RabInfo info using wrong parameters
[Documentation] TC_MEC_SRV_RNIS_016_BR
TC_MEC_MEC012_SRV_RNIS_016_BR
[Documentation] Request RabInfo info using wrong parameters
... Check that the RNIS service returns an error when the RAB information is requested with a malformatted message
... ETSI GS MEC 012 2.1.1, clause 7.3.3.1
... Reference https://forge.etsi.org/gitlab/mec/gs012-rnis-api/blob/master/RniAPI.yaml#/definitions/RabInfo
......@@ -21,8 +21,8 @@ Request RabInfo info using wrong parameters
Run Keyword If ${PIC_PROBLEM_DETAILS_ON_4xx} == 1 Check ProblemDetails 400
Request RabInfo info using non existing cell id
[Documentation] TC_MEC_SRV_RNIS_016_BR
TC_MEC_MEC012_SRV_RNIS_016_NF
[Documentation] Request RabInfo info using non existing cell id
... Check that the RNIS service returns an error when the RAB information for a not existing element is requested
... ETSI GS MEC 012 2.1.1, clause 7.3.3.1
... Reference https://forge.etsi.org/gitlab/mec/gs012-rnis-api/blob/master/RniAPI.yaml#/definitions/RabInfo
......@@ -31,8 +31,8 @@ Request RabInfo info using non existing cell id
# TODO Check the returned list is empty
# Run Keyword If ${PIC_PROBLEM_DETAILS_ON_4xx} == 1 Check ProblemDetails 404
Request Plmn info using wrong parameters
[Documentation] TC_MEC_SRV_RNIS_017_BR
TC_MEC_MEC012_SRV_RNIS_017_BR
[Documentation] Request Plmn info using wrong parameters
... Check that the RNIS service returns an error when the PLMN information is requested with a malformatted message
... ETSI GS MEC 012 2.1.1, clause 7.4.3.1
... Reference https://forge.etsi.org/gitlab/mec/gs012-rnis-api/blob/master/RniAPI.yaml#/definitions/PlmnInfo
......@@ -41,8 +41,8 @@ Request Plmn info using wrong parameters
Run Keyword If ${PIC_PROBLEM_DETAILS_ON_4xx} == 1 Check ProblemDetails 400
Request Plmn info using non existing application id
[Documentation] TC_MEC_SRV_RNIS_017_NF
TC_MEC_MEC012_SRV_RNIS_017_NF
[Documentation] Request Plmn info using non existing application id
... Check that the RNIS service returns an error when the PLMN information for a not existing element is requested
... ETSI GS MEC 012 2.1.1, clause 7.4.3.1
... Reference https://forge.etsi.org/gitlab/mec/gs012-rnis-api/blob/master/RniAPI.yaml#/definitions/PlmnInfo
......@@ -52,8 +52,8 @@ Request Plmn info using non existing application id
# Run Keyword If ${PIC_PROBLEM_DETAILS_ON_4xx} == 1 Check ProblemDetails 404
Request S1Bearer info using wrong parameters
[Documentation] TC_MEC_SRV_RNIS_018_BR
TC_MEC_MEC012_SRV_RNIS_018_BR
[Documentation] Request S1Bearer info using wrong parameters
... Check that the RNIS service returns an error when the S1 bearer information is requested with a malformatted message
... ETSI GS MEC 012 2.1.1, clause 7.5.3.1
... Reference https://forge.etsi.org/gitlab/mec/gs012-rnis-api/blob/master/RniAPI.yaml#/definitions/S1BearerInfo
......@@ -62,8 +62,8 @@ Request S1Bearer info using wrong parameters
Run Keyword If ${PIC_PROBLEM_DETAILS_ON_4xx} == 1 Check ProblemDetails 400
Request S1Bearer info using non existing cell id
[Documentation] TC_MEC_SRV_RNIS_018_BR
TC_MEC_MEC012_SRV_RNIS_018_NF
[Documentation] Request S1Bearer info using non existing cell id
... Check that the RNIS service returns an error when the S1 bearer information is requested with a malformatted message
... ETSI GS MEC 012 2.1.1, clause 7.5.3.1
... Reference https://forge.etsi.org/gitlab/mec/gs012-rnis-api/blob/master/RniAPI.yaml#/definitions/S1BearerInfo
......@@ -73,8 +73,8 @@ Request S1Bearer info using non existing cell id
#Run Keyword If ${PIC_PROBLEM_DETAILS_ON_4xx} == 1 Check ProblemDetails 404
Request L2Meas info using wrong parameters
[Documentation] TC_MEC_SRV_RNIS_019_BR
TC_MEC_MEC012_SRV_RNIS_019_BR
[Documentation] Request L2Meas info using wrong parameters
... Check that the RNIS service returns an error when the L2 measurements information is requested with a malformatted message
... ETSI GS MEC 012 2.1.1, clause 7.5a.3.1
... Reference https://forge.etsi.org/gitlab/mec/gs012-rnis-api/blob/master/RniAPI.yaml#/definitions/S1BearerInfo
......@@ -83,8 +83,8 @@ Request L2Meas info using wrong parameters
Run Keyword If ${PIC_PROBLEM_DETAILS_ON_4xx} == 1 Check ProblemDetails 400
Request L2Meas info using non existing cell id
[Documentation] TC_MEC_SRV_RNIS_019_BR
TC_MEC_MEC012_SRV_RNIS_019_NF
[Documentation] Request L2Meas info using non existing cell id
... Check that the RNIS service returns an error when the L2 measurements information for a not existing element is requested
... ETSI GS MEC 012 2.1.1, clause 7.5a.3.1
... Reference https://forge.etsi.org/gitlab/mec/gs012-rnis-api/blob/master/RniAPI.yaml#/definitions/S1BearerInfo
......
......@@ -11,8 +11,8 @@ Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_v
*** Test Cases ***
Request RabInfo info
[Documentation] TC_MEC_SRV_RNIS_016_OK
TC_MEC_MEC012_SRV_RNIS_016_OK
[Documentation] Request RabInfo info
... Check that the RNIS service returns the RAB information when requested
... ETSI GS MEC 012 2.1.1, clause 7.3.3.1
... Reference https://forge.etsi.org/gitlab/mec/gs012-rnis-api/blob/master/RniAPI.yaml#/definitions/RabInfo
......@@ -22,8 +22,8 @@ Request RabInfo info
Check RabInfo ${response['body']}
Request Plmn info
[Documentation] TC_MEC_SRV_RNIS_017_OK
TC_MEC_MEC012_SRV_RNIS_017_OK
[Documentation] Request Plmn info
... Check that the RNIS service returns the PLMN information when requested
... ETSI GS MEC 012 2.1.1, clause 7.4.3.1
... Reference https://forge.etsi.org/gitlab/mec/gs012-rnis-api/blob/master/RniAPI.yaml#/definitions/PlmnInfo
......@@ -33,8 +33,8 @@ Request Plmn info
Check PlmnInfo ${response['body'][0]}
Request S1Bearer info
[Documentation] TC_MEC_SRV_RNIS_018_OK
TC_MEC_MEC012_SRV_RNIS_018_OK
[Documentation] Request S1Bearer info
... Check that the RNIS service returns the S1 bearer information
... ETSI GS MEC 012 2.1.1, clause 7.5.3.1
... Reference https://forge.etsi.org/gitlab/mec/gs012-rnis-api/blob/master/RniAPI.yaml#/definitions/S1BearerInfo
......@@ -44,8 +44,9 @@ Request S1Bearer info
#log ${response['body']}
Check S1BearerInfo ${response['body']}
Request L2Meas info
[Documentation] TC_MEC_SRV_RNIS_019_OK
TC_MEC_MEC012_SRV_RNIS_019_OK
[Documentation] Request L2Meas info
... Check that the RNIS service returns the L2 measurements information
... ETSI GS MEC 012 2.1.1, clause 7.5a.3.1
... Reference https://forge.etsi.org/gitlab/mec/gs012-rnis-api/blob/master/RniAPI.yaml#/definitions/L2Meas
......
......@@ -9,8 +9,8 @@ Resource resources/RadioNetworkInformationAPI.robot
Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_verify=false
*** Test Cases ***
Request RNIS subscription list using bad parameters
[Documentation] TC_MEC_SRV_RNIS_011_BR
TC_MEC_MEC012_SRV_RNIS_011_BR
[Documentation] Request RNIS subscription list using bad parameters
... Check that the RNIS service responds with an error when it receives a request to get all RNIS subscriptions with a wrong subscription type
... ETSI GS MEC 012 2.1.1, clause 7.6.3.1
... Reference https://forge.etsi.org/rep/mec/gs012-rnis-api/blob/automatic_generation/RniAPI.yaml#/definitions/SubscriptionLinkList
......@@ -18,8 +18,8 @@ Request RNIS subscription list using bad parameters
Check HTTP Response Status Code Is 400
Create RNIS subscription using bad parameters
[Documentation] TC_MEC_SRV_RNIS_012_BR
TC_MEC_MEC012_SRV_RNIS_012_BR
[Documentation] Create RNIS subscription using bad parameters
... Check that the RNIS service responds with an error when it receives a request to create a new RNIS subscription with a wrong format
... ETSI GS MEC 012 2.1.1, clause 7.6.3.4
... Reference https://forge.etsi.org/rep/mec/gs012-rnis-api/blob/automatic_generation/RniAPI.yaml
......
......@@ -12,8 +12,8 @@ Library String
*** Test Cases ***
Request RNIS subscription list
[Documentation] TC_MEC_SRV_RNIS_011_OK
TC_MEC_MEC012_SRV_RNIS_011_OK
[Documentation] Request RNIS subscription list
... Check that the RNIS service sends the list of links to the relevant RNIS subscriptions when requested
... ETSI GS MEC 012 2.1.1, clause 7.6.3.1
... Reference https://forge.etsi.org/rep/mec/gs012-rnis-api/blob/automatic_generation/RniAPI.yaml#/definitions/SubscriptionLinkList
......@@ -25,8 +25,8 @@ Request RNIS subscription list
# Check Subscription ${response['body']} ${SUBSCRIPTION_VALUE}
Create RNIS subscription
[Documentation] TC_MEC_SRV_RNIS_012_OK
TC_MEC_MEC012_SRV_RNIS_012_OK
[Documentation] Create RNIS subscription
... Check that the RNIS service creates a new RNIS subscription
... ETSI GS MEC 012 2.1.1, clause 7.6.3.4
... Reference https://forge.etsi.org/rep/mec/gs012-rnis-api/blob/automatic_generation/RniAPI.yaml
......@@ -36,8 +36,8 @@ Create RNIS subscription
Check CellChangeSubscription ${response['body']}
Get an Individual RNIS subscription
[Documentation] TC_MEC_SRV_RNIS_013_OK
TC_MEC_MEC012_SRV_RNIS_013_OK
[Documentation] Get an Individual RNIS subscription
... Check that the RNIS service sends a RNIS subscription when requested
... ETSI GS MEC 012 2.1.1, clause 7.8.3.1
... Reference https://forge.etsi.org/rep/mec/gs012-rnis-api/blob/automatic_generation/RniAPI.yaml
......@@ -46,8 +46,8 @@ Get an Individual RNIS subscription
Check HTTP Response Body Json Schema Is CellChangeSubscription
Update an Individual RNIS subscription
[Documentation] TC_MEC_SRV_RNIS_014_OK
TC_MEC_MEC012_SRV_RNIS_014_OK
[Documentation] Update an Individual RNIS subscription
... Check that the RNIS service modifies a RNIS subscription when requested
... ETSI GS MEC 012 2.1.1, clause 7.8.3.2
... Reference https://forge.etsi.org/rep/mec/gs012-rnis-api/blob/automatic_generation/RniAPI.yaml
......@@ -55,8 +55,9 @@ Update an Individual RNIS subscription
Check HTTP Response Status Code Is 200
Check HTTP Response Body Json Schema Is CellChangeSubscription
Remove an Individual RNIS subscription
[Documentation] TC_MEC_SRV_RNIS_015_OK
TC_MEC_MEC012_SRV_RNIS_015_OK
[Documentation] Remove an Individual RNIS subscription
... Check that the RNIS service deletes a RNIS subscription when requested
... ETSI GS MEC 012 2.1.1, clause 7.8.3.5
... Reference https://forge.etsi.org/rep/mec/gs012-rnis-api/blob/automatic_generation/RniAPI.yaml
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment