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
1180172a
Commit
1180172a
authored
May 17, 2021
by
Elian Kraja
Browse files
Refactor TC naming MEC013 and MEC014
parent
b3c1bdf8
Pipeline
#7107
passed with stage
in 0 seconds
Changes
73
Pipelines
3
Show whitespace changes
Inline
Side-by-side
SRV/UETRACKSUB/schemas/PeriodicNotificationSubscription.schema.json
→
MEC013/
SRV/UETRACKSUB/schemas/PeriodicNotificationSubscription.schema.json
View file @
1180172a
File moved
SRV/UETRACKSUB/schemas/PeriodicNotificationSubscription.schema.v1.1.1.json
→
MEC013/
SRV/UETRACKSUB/schemas/PeriodicNotificationSubscription.schema.v1.1.1.json
View file @
1180172a
File moved
SRV/ZOINFOLOOK/PlatZoneInfoLocation.robot
→
MEC013/
SRV/ZOINFOLOOK/PlatZoneInfoLocation.robot
View file @
1180172a
...
...
@@ -3,7 +3,8 @@
Documentation
...
A test suite for validating Radio Node Location Lookup (RLOCLOOK) operations.
Resource
../../GenericKeywords.robot
Resource
../../../GenericKeywords.robot
Resource
../../../pics.txt
Resource
environment/variables.txt
Library
REST
${SCHEMA}
://
${HOST}
:
${PORT}
ssl_verify=false
Library
OperatingSystem
...
...
@@ -13,7 +14,7 @@ Default Tags TC_MEC_SRV_RLOCLOOK
*** Test Cases ***
TC_MEC_SRV_ZOINFOLOOK_001_OK
TC_MEC_
MEC013_
SRV_ZOINFOLOOK_001_OK
[
Documentation
]
...
TO BE COMPLETED
...
...
@@ -23,7 +24,7 @@ TC_MEC_SRV_ZOINFOLOOK_001_OK
Check HTTP Response Body Json Schema Is
ZoneList
TC_MEC_SRV_ZOINFOLOOK_002_OK
TC_MEC_
MEC013_
SRV_ZOINFOLOOK_002_OK
[
Documentation
]
...
TO BE CMPLETED
...
...
@@ -33,7 +34,7 @@ TC_MEC_SRV_ZOINFOLOOK_002_OK
Check HTTP Response Body Json Schema Is
ZoneInfo
Should Be Equal As Strings
${response['body']['zoneInfo']['zoneId']}
${ZONE_ID}
TC_MEC_SRV_ZOINFOLOOK_002_NF
TC_MEC_
MEC013_
SRV_ZOINFOLOOK_002_NF
[
Documentation
]
...
TO BE CMPLETED
...
...
SRV/UETRACKSUB
/README.md
→
MEC013/SRV/ZOINFOLOOK
/README.md
View file @
1180172a
File moved
SRV/ZOINFOLOOK/environment/variables.txt
→
MEC013/
SRV/ZOINFOLOOK/environment/variables.txt
View file @
1180172a
File moved
SRV/ZOINFOLOOK/schemas/ZoneInfo.schema.json
→
MEC013/
SRV/ZOINFOLOOK/schemas/ZoneInfo.schema.json
View file @
1180172a
File moved
SRV/ZOINFOLOOK/schemas/ZoneList.schema.json
→
MEC013/
SRV/ZOINFOLOOK/schemas/ZoneList.schema.json
View file @
1180172a
File moved
SRV/UETAG/PlatUeIdentity.robot
→
MEC014/
SRV/UETAG/PlatUeIdentity.robot
View file @
1180172a
...
...
@@ -3,16 +3,16 @@
*** Settings ***
Resource
environment/variables.txt
Resource
../../pics.txt
Resource
../../GenericKeywords.robot
Resource
../../
../
pics.txt
Resource
../../
../
GenericKeywords.robot
Resource
resources/UEidentityAPI.robot
Library
REST
${MEC-APP_SCHEMA}
://
${MEC-APP_HOST}
:
${MEC-APP_PORT}
ssl_verify=false
*** Test Cases ***
Request UE Identity Tag information
[
Documentation
]
TC_MEC_SRV_UETAG_001_OK
TC_MEC_MEC014_SRV_UETAG_001_OK
[
Documentation
]
Request UE Identity Tag information
...
Check that the IUT responds with the information on a UE Identity tag when queried by a MEC Application
...
Reference ETSI GS MEC 014 V1.1.1, clause 7.3.3.1
...
Reference https://forge.etsi.org/gitlab/mec/gs014-ue-identity-api/blob/master/UEidentityAPI.yaml#/definitions/UeIdentityTagInfo
...
...
@@ -22,8 +22,8 @@ Request UE Identity Tag information
Check Result Contains
${response['body']['ueIdentityTagInfo']['ueIdentityTags']}
ueIdentityTag
${UE_IDENTITY_TAG}
Request UE Identity Tag information using bad parameters
[
Documentation
]
TC_MEC_SRV_UETAG_001_BR
TC_MEC_MEC014_SRV_UETAG_001_BR
[
Documentation
]
Request UE Identity Tag information using bad parameters
...
Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application
...
Reference ETSI GS MEC 014 V1.1.1, clause 7.3.3.1
...
Reference https://forge.etsi.org/gitlab/mec/gs014-ue-identity-api/blob/master/UEidentityAPI.yaml#/definitions/UeIdentityTagInfo
...
...
@@ -33,8 +33,8 @@ Request UE Identity Tag information using bad parameters
Request UE Identity Tag information using non-existent application instance
[
Documentation
]
TC_MEC_SRV_UETAG_001_NF
TC_MEC_MEC014_SRV_UETAG_001_NF
[
Documentation
]
Request UE Identity Tag information using non-existent application instance
...
Check that the IUT responds with an error when a request for an URI that cannot be mapped to a valid resource URI is sent by a MEC Application
...
Reference ETSI GS MEC 014 V1.1.1, clause 7.3.3.1
...
Reference https://forge.etsi.org/gitlab/mec/gs014-ue-identity-api/blob/master/UEidentityAPI.yaml#/definitions/UeIdentityTagInfo
...
...
@@ -43,8 +43,8 @@ Request UE Identity Tag information using non-existent application instance
Check ProblemDetails
404
Register an UE Identity Tag
[
Documentation
]
TP_MEC_SRV_UETAG_002_OK
TC_MEC_MEC014_SRV_UETAG_002_OK
[
Documentation
]
Register an UE Identity Tag
...
Check that the IUT registers a tag (representing a UE) or a list of tags when commanded by a MEC Application
...
Reference ETSI GS MEC 014 V1.1.1, clause 7.3.3.2
...
Reference https://forge.etsi.org/gitlab/mec/gs014-ue-identity-api/blob/master/UEidentityAPI.yaml#/definitions/UeIdentityTagInfo
...
...
@@ -55,8 +55,8 @@ Register an UE Identity Tag
Check User Identity Tag state
${UE_IDENTITY_TAG}
REGISTERED
Register an UE Identity Tag using invalid state
[
Documentation
]
TP_MEC_SRV_UETAG_002_BR
TC_MEC_MEC014_SRV_UETAG_002_BR
[
Documentation
]
Register an UE Identity Tag using invalid state
...
Check that the IUT responds with an error when an unauthorised request is sent by a MEC Application
...
Reference ETSI GS MEC 014 V1.1.1, clause 7.3.3.2
...
Reference https://forge.etsi.org/gitlab/mec/gs014-ue-identity-api/blob/master/UEidentityAPI.yaml#/definitions/UeIdentityTagInfo
...
...
@@ -65,8 +65,8 @@ Register an UE Identity Tag using invalid state
Check ProblemDetails
400
Unregister an UE Identity Tag already in unregistered state
[
Documentation
]
TP_MEC_SRV_UETAG_002_PF
TC_MEC_MEC014_SRV_UETAG_002_PF
[
Documentation
]
Unregister an UE Identity Tag already in unregistered state
...
Check that the IUT responds with ProblemDetails on information an invalid URI
...
Reference ETSI GS MEC 014 V1.1.1, clause 7.3.3.2
...
Reference https://forge.etsi.org/gitlab/mec/gs014-ue-identity-api/blob/master/UEidentityAPI.yaml#/definitions/UeIdentityTagInfo
...
...
SRV/ZOINFOLOOK
/README.md
→
MEC014/SRV/UETAG
/README.md
View file @
1180172a
File moved
SRV/UETAG/environment/variables.txt
→
MEC014/
SRV/UETAG/environment/variables.txt
View file @
1180172a
File moved
SRV/UETAG/resources/LocationAPI.robot
→
MEC014/
SRV/UETAG/resources/LocationAPI.robot
View file @
1180172a
File moved
SRV/UETAG/resources/UEidentityAPI.robot
→
MEC014/
SRV/UETAG/resources/UEidentityAPI.robot
View file @
1180172a
*** Settings ***
Resource
../environment/variables.txt
Resource
../../../pics.txt
Resource
../../../GenericKeywords.robot
Resource
../../../
../
pics.txt
Resource
../../../
../
GenericKeywords.robot
Library
REST
${MEC-APP_SCHEMA}
://
${MEC-APP_HOST}
:
${MEC-APP_PORT}
ssl_verify=false
Library
JSONSchemaLibrary
schemas/
...
...
SRV/UETAG/schemas/UeIdentityTagInfo.schema.json
→
MEC014/
SRV/UETAG/schemas/UeIdentityTagInfo.schema.json
View file @
1180172a
File moved
Prev
1
2
3
4
Next
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