Commit 770b5aaf authored by Michele Carignani's avatar Michele Carignani
Browse files

fix #35 and #37

parent 5035faeb
Pipeline #6824 passed with stage
in 0 seconds
......@@ -27,8 +27,9 @@ Request RabInfo info using non existing cell id
... 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
Get RabInfo info using non existing cell id
Check HTTP Response Status Code Is 404
Run Keyword If ${PIC_PROBLEM_DETAILS_ON_4xx} == 1 Check ProblemDetails 404
Check HTTP Response Status Code Is 200
# 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
......@@ -46,8 +47,9 @@ Request Plmn info using non existing application id
... 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
Get PLMN info using non existing application id
Check HTTP Response Status Code Is 404
Run Keyword If ${PIC_PROBLEM_DETAILS_ON_4xx} == 1 Check ProblemDetails 404
Check HTTP Response Status Code Is 200
# TODO Check the returned list is empty
# Run Keyword If ${PIC_PROBLEM_DETAILS_ON_4xx} == 1 Check ProblemDetails 404
Request S1Bearer info using wrong parameters
......@@ -66,8 +68,9 @@ Request S1Bearer info using non existing cell id
... 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
Get S1Bearer info using non existing cell id
Check HTTP Response Status Code Is 404
Run Keyword If ${PIC_PROBLEM_DETAILS_ON_4xx} == 1 Check ProblemDetails 404
Check HTTP Response Status Code Is 200
# TODO Check the returned list is empty
#Run Keyword If ${PIC_PROBLEM_DETAILS_ON_4xx} == 1 Check ProblemDetails 404
Request L2Meas info using wrong parameters
......
......@@ -49,7 +49,8 @@ TC_MEC_SRV_UEINFOLOOK_001_NF
[Tags] PIC_MEC_PLAT PIC_SERVICES
Get list of users with filter address ${ACR_UNKNOWN_IP}
Check HTTP Response Status Code Is 404
Check HTTP Response Status Code Is 200
# TODO add check that list is empty
*** Keywords ***
Get list of users with filter
......
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