Commit 1180172a authored by Elian Kraja's avatar Elian Kraja
Browse files

Refactor TC naming MEC013 and MEC014

parent b3c1bdf8
Pipeline #7107 passed with stage
in 0 seconds
......@@ -3,7 +3,8 @@
Documentation
... A test suite for validating UE Location Lookup (UELOCLOOK) operations.
Resource ../../GenericKeywords.robot
Resource ../../../GenericKeywords.robot
Resource ../../../pics.txt
Resource environment/variables.txt
Library REST ${SCHEMA}://${HOST}:${PORT} ssl_verify=false
Library OperatingSystem
......@@ -15,7 +16,7 @@ ${response}
*** Test Cases ***
TC_MEC_SRV_UELOCLOOK_001_OK
TC_MEC_MEC013_SRV_UELOCLOOK_001_OK
[Documentation]
... Check that the IUT responds with a list for the location of User Equipments
... when queried by a MEC Application
......@@ -29,7 +30,7 @@ TC_MEC_SRV_UELOCLOOK_001_OK
Check HTTP Response Body Json Schema Is UserList
Check Result Contains ${response['body']['userList']['user']} zoneId ${ZONE_ID}
TC_MEC_SRV_UELOCLOOK_001_BR
TC_MEC_MEC013_SRV_UELOCLOOK_001_BR
[Documentation]
... Check that the IUT responds with an error when
... a request with incorrect parameters is sent by a MEC Application
......@@ -40,7 +41,7 @@ TC_MEC_SRV_UELOCLOOK_001_BR
Get list of user equipments z0n3 ${ZONE_ID}
Check HTTP Response Status Code Is 400
TC_MEC_SRV_UELOCLOOK_001_NF
TC_MEC_MEC013_SRV_UELOCLOOK_001_NF
[Documentation]
... Check that the IUT responds with an error when
... a request for an unknown URI is sent by a MEC Application
......@@ -51,7 +52,7 @@ TC_MEC_SRV_UELOCLOOK_001_NF
Get list of user equipments zoneId ${NON_EXISTENT_ZONE_ID}
Check HTTP Response Status Code Is 200
TC_MEC_SRV_UELOCLOOK_002_OK
TC_MEC_MEC013_SRV_UELOCLOOK_002_OK
[Documentation]
... Check that the IUT responds with a User Equipment information
... when queried by a MEC Application
......@@ -66,7 +67,7 @@ TC_MEC_SRV_UELOCLOOK_002_OK
# Check HTTP Response Body Json Schema Is UserInfo
TC_MEC_SRV_UELOCLOOK_002_NF
TC_MEC_MEC013_SRV_UELOCLOOK_002_NF
[Documentation]
... Check that the IUT responds with an error when
... a request for an unknown URI is sent by a MEC Application
......
......@@ -3,8 +3,8 @@
Documentation
... A test suite for validating UE Location Subscription (UELOCSUB) 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 +17,7 @@ ${response}
*** Test Cases ***
TC_MEC_SRV_UELOCSUB_001_OK
TC_MEC_MEC013_SRV_UELOCSUB_001_OK
[Documentation]
... Check that the IUT acknowledges the UE location change subscription request
... when commanded by a MEC Application and notifies it when the location changes
......@@ -47,7 +47,7 @@ TC_MEC_SRV_UELOCSUB_001_OK
# ;
# to the MEC_APP entity
TC_MEC_SRV_UELOCSUB_001_BR
TC_MEC_MEC013_SRV_UELOCSUB_001_BR
[Documentation]
... Check that the IUT responds with an error when
... a request with incorrect parameters is sent by a MEC Application
......@@ -59,7 +59,7 @@ TC_MEC_SRV_UELOCSUB_001_BR
Check HTTP Response Status Code Is 400
TC_MEC_SRV_UELOCSUB_002_OK
TC_MEC_MEC013_SRV_UELOCSUB_002_OK
[Documentation]
... Check that the IUT acknowledges the cancellation of UE location change notifications
... when commanded by a MEC Application
......@@ -71,7 +71,7 @@ TC_MEC_SRV_UELOCSUB_002_OK
Check HTTP Response Status Code Is 204
TC_MEC_SRV_UELOCSUB_002_NF
TC_MEC_MEC013_SRV_UELOCSUB_002_NF
[Documentation]
... Check that the IUT responds with an error when
... a request for an unknown URI is sent by a MEC Application
......
......@@ -3,7 +3,8 @@
Documentation
... A test suite for validating UE Tracking Subscribe (UETRACKSUB) 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_UETRACKSUB
*** Test Cases ***
TC_MEC_SRV_UETRACKSUB_001_OK
TC_MEC_MEC013_SRV_UETRACKSUB_001_OK
[Documentation]
... Check that the IUT acknowledges the UE location change subscription request
... when commanded by a MEC Application and notifies it when the UE changes location
......@@ -43,7 +44,7 @@ TC_MEC_SRV_UETRACKSUB_001_OK
# ;
TC_MEC_SRV_UETRACKSUB_001_BR
TC_MEC_MEC013_SRV_UETRACKSUB_001_BR
[Documentation]
... Check that the IUT responds with an error when
... a request with incorrect parameters is sent by a MEC Application
......@@ -56,7 +57,7 @@ TC_MEC_SRV_UETRACKSUB_001_BR
Check HTTP Response Status Code Is 400
TC_MEC_SRV_UETRACKSUB_002_OK
TC_MEC_MEC013_SRV_UETRACKSUB_002_OK
[Documentation]
... Check that the IUT acknowledges the cancellation of UE tracking notifications
... when commanded by a MEC Application
......@@ -68,7 +69,7 @@ TC_MEC_SRV_UETRACKSUB_002_OK
Check HTTP Response Status Code Is 204
TC_MEC_SRV_UETRACKSUB_002_NF
TC_MEC_MEC013_SRV_UETRACKSUB_002_NF
[Documentation]
... Check that the IUT responds with an error when
... a request for an unknown URI is sent by a MEC Application
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment