Skip to content
Snippets Groups Projects
Commit 1180172a authored by Elian Kraja's avatar Elian Kraja
Browse files

Refactor TC naming MEC013 and MEC014

parent b3c1bdf8
No related branches found
No related tags found
1 merge request!2V2.2.1 dev
Pipeline #7107 passed
Showing
with 14 additions and 12 deletions
......@@ -4,7 +4,6 @@
*** Settings ***
Library OperatingSystem
Resource environment/variables.txt
Resource ../../../pics.txt
Resource ../../../GenericKeywords.robot
Resource resources/RadioNetworkInformationAPI.robot
Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_verify=false
......
......@@ -3,7 +3,8 @@
Documentation
... A test suite for validating Radio Node Location Lookup (RLOCLOOK) operations.
Resource ../../GenericKeywords.robot
Resource ../../../pics.txt
Resource ../../../GenericKeywords.robot
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_RLOCLOOK_001_OK
TC_MEC_MEC013_SRV_RLOCLOOK_001_OK
[Documentation]
... Check that the IUT responds with the list of radio nodes currently associated with the MEC host and the location of each radio node
... when queried by a MEC Application
......@@ -28,7 +29,7 @@ TC_MEC_SRV_RLOCLOOK_001_OK
Should Be Equal As Strings ${response['body']['accessPointList']['zoneId']} ${ZONE_ID}
TC_MEC_SRV_RLOCLOOK_001_NF
TC_MEC_MEC013_SRV_RLOCLOOK_001_NF
[Documentation]
... Check that the IUT responds with an error when
... a request for an unknown URI is sent by a MEC Application
......
File moved
......@@ -3,7 +3,8 @@
Documentation
... A test suite for validating UE Area Subscribe (UEAREASUB) 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_UEAREASUB
*** Test Cases ***
TC_MEC_SRV_UEAREASUB_001_OK
TC_MEC_MEC013_SRV_UEAREASUB_001_OK
[Documentation]
... Check that the IUT acknowledges the UE area change subscription request when
... commanded by a MEC Application and notifies it when the UE enters the specified circle
......@@ -30,7 +31,7 @@ TC_MEC_SRV_UEAREASUB_001_OK
TC_MEC_SRV_UEAREASUB_001_BR
TC_MEC_MEC013_SRV_UEAREASUB_001_BR
[Documentation]
... Check that the IUT responds with an error when
... a request with incorrect parameters is sent by a MEC Application
......@@ -42,7 +43,7 @@ TC_MEC_SRV_UEAREASUB_001_BR
Check HTTP Response Status Code Is 400
TC_MEC_SRV_UEAREASUB_002_OK
TC_MEC_MEC013_SRV_UEAREASUB_002_OK
[Documentation]
... Check that the IUT acknowledges the cancellation of UE area change notifications
... when commanded by a MEC Application
......@@ -54,7 +55,7 @@ TC_MEC_SRV_UEAREASUB_002_OK
Check HTTP Response Status Code Is 204
TC_MEC_SRV_UEAREASUB_002_NF
TC_MEC_MEC013_SRV_UEAREASUB_002_NF
[Documentation]
... Check that the IUT responds with an error when
... a request sent by a MEC Application doesn't comply with a required condition
......
File moved
......@@ -3,7 +3,8 @@
Documentation
... A test suite for validating UE Distance Lookup (UEDISTLOOK) operations.
Resource ../../GenericKeywords.robot
Resource ../../../GenericKeywords.robot
Resource ../../../pics.txt
Resource environment/variables.txt
Library REST ${SCHEMA}://${HOST}:${PORT} ssl_verify=false
Library OperatingSystem
......@@ -17,7 +18,7 @@ ${response}
*** Test Cases ***
TC_MEC_SRV_UEDISTLOOK_001_OK
TC_MEC_MEC013_SRV_UEDISTLOOK_001_OK
[Documentation]
... Check that the IUT responds with the distance to a UE
... when queried by a MEC Application
......@@ -35,7 +36,7 @@ TC_MEC_SRV_UEDISTLOOK_001_OK
Check HTTP Response Body Json Schema Is TerminalDistance
TC_MEC_SRV_UEDISTLOOK_001_BR
TC_MEC_MEC013_SRV_UEDISTLOOK_001_BR
[Documentation]
... Check that the IUT responds with an error when
... a request with incorrect parameters is sent by a MEC Application
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment