Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MEC Robot Test Suite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MEC - Multi-access Edge Computing
MEC Robot Test Suite
Commits
119656a4
Commit
119656a4
authored
3 years ago
by
piscione
Browse files
Options
Downloads
Patches
Plain Diff
Updated Grant TCs of MEC010p2 v2.2.1 according to the corresponding TPs updates.
parent
0c96fc4c
Branches
NR_UAV-core_R2_125_RIL_impl_v1
Branches containing commit
No related tags found
1 merge request
!2
V2.2.1 dev
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MEC010p2/MEO/GRANT/Grant.robot
+17
-27
17 additions, 27 deletions
MEC010p2/MEO/GRANT/Grant.robot
with
17 additions
and
27 deletions
MEC010p2/MEO/GRANT/Grant.robot
+
17
−
27
View file @
119656a4
...
...
@@ -9,7 +9,7 @@ Library OperatingSystem
*** Test Cases ***
T
P
_MEC_MEC010p2_MEO_GRANT_001_OK
T
C
_MEC_MEC010p2_MEO_GRANT_001_OK
[
Documentation
]
TP_MEC_MEC010p2_MEO_GRANT_001_OK
...
Check that MEO sends a synchronous grant response when a grant request is requested
...
ETSI GS MEC 010-2 2.2.1, clause 7.5.1.3.1
...
...
@@ -22,7 +22,7 @@ TP_MEC_MEC010p2_MEO_GRANT_001_OK
Check HTTP Response Header Contains
Location
Check HTTP Response Body Json Schema Is
Grant
T
P
_MEC_MEC010p2_MEO_GRANT_001_BR
T
C
_MEC_MEC010p2_MEO_GRANT_001_BR
[
Documentation
]
TP_MEC_MEC010p2_MEO_GRANT_001_BR
...
Check that MEO responds with an error when it receives a malformed request when a new grant request is performed
...
ETSI GS MEC 010-2 2.2.1, clause 7.6.1.3.2
...
...
@@ -31,7 +31,7 @@ TP_MEC_MEC010p2_MEO_GRANT_001_BR
Create a GRANT request
grantBadRequest
Check HTTP Response Status Code Is
400
T
P
_MEC_MEC010p2_MEO_GRANT_002_OK
T
C
_MEC_MEC010p2_MEO_GRANT_002_OK
[
Documentation
]
TP_MEC_MEC010p2_MEO_GRANT_002_OK
...
Check that MEO sends a synchronous grant response when a grant request is requested
...
ETSI GS MEC 010-2 2.2.1, clause 7.5.1.3.1
...
...
@@ -40,22 +40,12 @@ TP_MEC_MEC010p2_MEO_GRANT_002_OK
[
Tags
]
PIC_GRANTS_MANAGEMENT
INCLUDE_UNDEFINED_SCHEMAS
Create a GRANT request
grantRequest2
Check HTTP Response Status Code Is
201
Check HTTP Response Header Contains
Location
Check HTTP Response Body Json Schema Is
Grant
#TP_MEC_MEC010p2_MEO_GRANT_002_BR TODO clarify TPs before implementing this
# [Documentation] TP_MEC_MEC010p2_MEO_GRANT_002_BR
# ... Check that MEO responds with an error when it receives a malformed request when a new grant request is performed
# ... ETSI GS MEC 010-2 2.2.1, clause 7.6.1.3.2
# ... ETSI GS MEC 010-2 2.2.1, Table 6.2.4.4.2-1 (Grant)
# [Tags] PIC_GRANTS_MANAGEMENT INCLUDE_UNDEFINED_SCHEMAS
# Create a GRANT request grantBadRequest2
# Check HTTP Response Status Code Is 400
TP_MEC_MEC010p2_MEO_GRANT_003_OK
TC_MEC_MEC010p2_MEO_GRANT_003_OK
[
Documentation
]
TP_MEC_MEC010p2_MEO_GRANT_003_OK
...
Check that MEO sends an asynchronous grant response when a grant request is requested
...
ETSI GS MEC 010-2 2.2.1, clause 7.5.1.3.1
...
...
@@ -67,17 +57,9 @@ TP_MEC_MEC010p2_MEO_GRANT_003_OK
Check HTTP Response Status Code Is
202
Check HTTP Response Header Contains
Location
##TODO Fix numbering against success case
TP_MEC_MEC010p2_MEO_GRANT_003_NF
[
Documentation
]
TP_MEC_MEO_GRANT_003_NF
...
Check that MEO responds with an error when it receives a request for returning a grant referred with a wrong ID
...
ETSI GS MEC 010-2 2.2.1, clause 7.6.1.3.2
[
Tags
]
PIC_GRANTS_MANAGEMENT
INCLUDE_UNDEFINED_SCHEMAS
Get an individual grant
${NOT_EXISTING_GRANT_ID}
Check HTTP Response Status Code Is
404
TP_MEC_MEC010p2_MEO_GRANT_004_OK
TC_MEC_MEC010p2_MEO_GRANT_004_OK
[
Documentation
]
TP_MEC_MEC010p2_MEO_GRANT_004_OK
...
Check that MEO sends an asynchronous grant response when a grant request is requested
...
ETSI GS MEC 010-2 2.2.1, clause 7.5.1.3.1
...
...
@@ -89,7 +71,7 @@ TP_MEC_MEC010p2_MEO_GRANT_004_OK
Check HTTP Response Header Contains
Location
T
P
_MEC_MEC010p2_MEO_GRANT_005_OK
T
C
_MEC_MEC010p2_MEO_GRANT_005_OK
[
Documentation
]
TP_MEC_MEC010p2_MEO_GRANT_005_OK
...
Check that MEO sends the status of a grant request when a query on a granting ID is performed.
...
The process of creating the grant is ongoing, no grant is available yet
...
...
@@ -100,7 +82,7 @@ TP_MEC_MEC010p2_MEO_GRANT_005_OK
Check HTTP Response Status Code Is
202
Check HTTP Response Header Contains
Location
T
P
_MEC_MEC010p2_MEO_GRANT_006_OK
T
C
_MEC_MEC010p2_MEO_GRANT_006_OK
[
Documentation
]
TP_MEC_MEC010p2_MEO_GRANT_006_OK
...
Check that MEO sends the status of a grant request when a query on a granting ID is performed.
...
The process of creating the grant is ongoing, no grant is available yet
...
...
@@ -112,6 +94,14 @@ TP_MEC_MEC010p2_MEO_GRANT_006_OK
Check HTTP Response Header Contains
Location
Check HTTP Response Body Json Schema Is
Grant
TC_MEC_MEC010p2_MEO_GRANT_006_NF
[
Documentation
]
TP_MEC_MEC010p2_MEO_GRANT_006_NF
...
Check that MEO responds with an error when it receives
...
a request for returning a grant referred with a wrong ID
...
ETSI GS MEC 010-2 2.1.1, clause 7.5.2.3.2
[
Tags
]
PIC_GRANTS_MANAGEMENT
INCLUDE_UNDEFINED_SCHEMAS
Get an individual grant
${NOT_EXISTING_GRANT_ID}
Check HTTP Response Status Code Is
404
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment