Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
MEC Robot Test Suite
Commits
770b5aaf
Commit
770b5aaf
authored
Feb 26, 2021
by
Michele Carignani
Browse files
fix
#35
and
#37
parent
5035faeb
Pipeline
#6824
passed with stage
in 0 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
SRV/RNIS/RnisQuery_BI_BO.robot
View file @
770b5aaf
...
...
@@ -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
...
...
SRV/UEINFOLOOK/PlatUeInformationLookup.robot
View file @
770b5aaf
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment