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
a1a97a05
Commit
a1a97a05
authored
Feb 26, 2021
by
Michele Carignani
Browse files
fix
#37
parent
e68a0d00
Pipeline
#6226
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
SRV/RNIS/RnisQuery_BI_BO.robot
View file @
a1a97a05
...
...
@@ -96,7 +96,7 @@ Get RabInfo info using wrong parameters
Set Headers
{"Content-Type":"application/json"}
Set Headers
{"Authorization":"
${TOKEN}
"}
Set Headers
{"Content-Length":"0"}
Get
/exampleAPI/rni/v2
/queries/rab_info?c_id=
${C_ID}
Get
${apiRoot}
/rni/
${apiVersion}
/queries/rab_info?c_id=
${C_ID}
${output}
=
Output
response
Set Suite Variable
${response}
${output}
...
...
@@ -106,7 +106,7 @@ Get RabInfo info using non existing cell id
Set Headers
{"Content-Type":"application/json"}
Set Headers
{"Authorization":"
${TOKEN}
"}
Set Headers
{"Content-Length":"0"}
Get
/exampleAPI/rni/v2
/queries/rab_info?cell_id=
${NOT_EXISTENT_CELL_ID}
Get
${apiRoot}
/rni/
${apiVersion}
/queries/rab_info?cell_id=
${NOT_EXISTENT_CELL_ID}
${output}
=
Output
response
Set Suite Variable
${response}
${output}
...
...
@@ -117,7 +117,7 @@ Get Plmn info using wrong parameters
Set Headers
{"Content-Type":"application/json"}
Set Headers
{"Authorization":"
${TOKEN}
"}
Set Headers
{"Content-Length":"0"}
Get
/exampleAPI/rni/v2
/queries/plmn_info?app_id=
${APP_ID}
Get
${apiRoot}
/rni/
${apiVersion}
/queries/plmn_info?app_id=
${APP_ID}
${output}
=
Output
response
Set Suite Variable
${response}
${output}
...
...
@@ -128,7 +128,7 @@ Get Plmn info using non existing application id
Set Headers
{"Content-Type":"application/json"}
Set Headers
{"Authorization":"
${TOKEN}
"}
Set Headers
{"Content-Length":"0"}
Get
/exampleAPI/rni/v2
/queries/plmn_info?app_ins_id=
${NOT_EXISTENT_APP_INS_ID}
Get
${apiRoot}
/rni/
${apiVersion}
/queries/plmn_info?app_ins_id=
${NOT_EXISTENT_APP_INS_ID}
${output}
=
Output
response
Set Suite Variable
${response}
${output}
...
...
@@ -139,7 +139,7 @@ Get S1Bearer info using wrong parameters
Set Headers
{"Content-Type":"application/json"}
Set Headers
{"Authorization":"
${TOKEN}
"}
Set Headers
{"Content-Length":"0"}
Get
/exampleAPI/rni/v2
/queries/s1_bearer_info?c_id=
${C_ID}
Get
${apiRoot}
/rni/
${apiVersion}
/queries/s1_bearer_info?c_id=
${C_ID}
${output}
=
Output
response
Set Suite Variable
${response}
${output}
...
...
Michele Carignani
@carignani
mentioned in issue
#37 (closed)
·
Feb 26, 2021
mentioned in issue
#37 (closed)
mentioned in issue #37
Toggle commit list
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