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
946d0cfa
Commit
946d0cfa
authored
1 year ago
by
piscione
Browse files
Options
Downloads
Patches
Plain Diff
Updated MEC011 SAQ to for MEC011v3.2.1
parent
66061047
No related branches found
Branches containing commit
No related tags found
1 merge request
!3
Merge of TT027 branch into master
Pipeline
#15081
passed
1 year ago
Stage: external
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MEC011/SRV/SAQ/PlatServices.robot
+12
-8
12 additions, 8 deletions
MEC011/SRV/SAQ/PlatServices.robot
MEC011/SRV/SAQ/environment/variables.txt
+1
-1
1 addition, 1 deletion
MEC011/SRV/SAQ/environment/variables.txt
with
13 additions
and
9 deletions
MEC011/SRV/SAQ/PlatServices.robot
+
12
−
8
View file @
946d0cfa
...
@@ -19,8 +19,9 @@ TP_MEC_MEC011_SRV_SAQ_001_OK
...
@@ -19,8 +19,9 @@ TP_MEC_MEC011_SRV_SAQ_001_OK
...
Check that the IUT responds with a list of available MEC services
...
Check that the IUT responds with a list of available MEC services
...
when queried by a MEC Application
...
when queried by a MEC Application
...
...
...
Reference
ETSI GS MEC 011 V2.2.1, clause 8.2.3.3.1
...
Reference
"ETSI GS MEC 011 3.2.1, clause 5.2.5",
...
OpenAPI
https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfoList
...
Reference
"ETSI GS MEC 011 3.2.1, clause 8.1.2.2",
...
Reference
"ETSI GS MEC 011 3.2.1, clause 8.2.3.3.1"
[
Tags
]
PIC_MEC_PLAT
PIC_SERVICES
[
Tags
]
PIC_MEC_PLAT
PIC_SERVICES
Get list of available MEC services
Get list of available MEC services
...
@@ -33,7 +34,9 @@ TP_MEC_MEC011_SRV_SAQ_001_BR
...
@@ -33,7 +34,9 @@ TP_MEC_MEC011_SRV_SAQ_001_BR
...
Check that the IUT responds with an error when
...
Check that the IUT responds with an error when
...
a request with incorrect parameters is sent by a MEC Application
...
a request with incorrect parameters is sent by a MEC Application
...
...
...
Reference
ETSI GS MEC 011 V2.2.1, clause 8.2.3.3.1
...
Reference
"ETSI GS MEC 011 3.2.1, clause 5.2.5",
...
Reference
"ETSI GS MEC 011 3.2.1, clause 8.1.2.2",
...
Reference
"ETSI GS MEC 011 3.2.1, clause 8.2.3.3.1"
[
Tags
]
PIC_MEC_PLAT
PIC_SERVICES
[
Tags
]
PIC_MEC_PLAT
PIC_SERVICES
Get list of available MEC services with parameters
instance_id
${INVALID_VALUE}
Get list of available MEC services with parameters
instance_id
${INVALID_VALUE}
...
@@ -45,9 +48,9 @@ TP_MEC_MEC011_SRV_SAQ_002_OK
...
@@ -45,9 +48,9 @@ TP_MEC_MEC011_SRV_SAQ_002_OK
...
Check that the IUT responds with the information on a specific service
...
Check that the IUT responds with the information on a specific service
...
when queried by a MEC Application
...
when queried by a MEC Application
...
...
...
Reference
ETSI GS MEC 011
V2
.2.1, clause
8
.2.
4.3.1
...
"
ETSI GS MEC 011
3
.2.1, clause
5
.2.
5",
...
OpenAPI
https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfoList
...
"ETSI GS MEC 011 3.2.1, clause 8.1.2.2",
...
"ETSI GS MEC 011 3.2.1, clause 8.2.4.3.1"
[
Tags
]
PIC_MEC_PLAT
PIC_SERVICES
[
Tags
]
PIC_MEC_PLAT
PIC_SERVICES
Get specific MEC service
${SERVICE_ID}
Get specific MEC service
${SERVICE_ID}
Check HTTP Response Status Code Is
200
Check HTTP Response Status Code Is
200
...
@@ -60,8 +63,9 @@ TP_MEC_MEC011_SRV_SAQ_002_NF
...
@@ -60,8 +63,9 @@ TP_MEC_MEC011_SRV_SAQ_002_NF
...
Check that the IUT responds with an error when
...
Check that the IUT responds with an error when
...
a request for an unknown URI is sent by a MEC Application
...
a request for an unknown URI is sent by a MEC Application
...
...
...
Reference
ETSI GS MEC 011 V2.2.1, clause 8.2.4.3.1
...
"ETSI GS MEC 011 3.2.1, clause 5.2.5",
...
"ETSI GS MEC 011 3.2.1, clause 8.1.2.2",
...
"ETSI GS MEC 011 3.2.1, clause 8.2.4.3.1"
[
Tags
]
PIC_MEC_PLAT
PIC_SERVICES
[
Tags
]
PIC_MEC_PLAT
PIC_SERVICES
Get specific MEC service
${NON_EXISTENT_SERVICE_ID}
Get specific MEC service
${NON_EXISTENT_SERVICE_ID}
Check HTTP Response Status Code Is
404
Check HTTP Response Status Code Is
404
...
...
This diff is collapsed.
Click to expand it.
MEC011/SRV/SAQ/environment/variables.txt
+
1
−
1
View file @
946d0cfa
...
@@ -19,7 +19,7 @@ ${NON_EXISTENT_SERVICE_ID} NON_EXISTENT_SERVICE_ID
...
@@ -19,7 +19,7 @@ ${NON_EXISTENT_SERVICE_ID} NON_EXISTENT_SERVICE_ID
${APP_INSTANCE_ID}
5abe4782-2c70-4e47-9a4e-0ee3a1a0fd1f
${APP_INSTANCE_ID} 5abe4782-2c70-4e47-9a4e-0ee3a1a0fd1f
${INSTANCE_ID} instance_id
${INSTANCE_ID} instance_id
${FAKE_INSTANCE_ID_VALUE} 5
${FAKE_INSTANCE_ID_VALUE} 5
${NON_EXISTENT_APP_INSTANCE_ID} NON_ESISTENT_APP_INSTANCE_ID
${NON_EXISTENT_APP_INSTANCE_ID} NON_ESISTENT_APP_INSTANCE_ID
...
...
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