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

Refactor TC naming MEC013 and MEC014

parent b3c1bdf8
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -4,7 +4,6 @@
*** Settings ***
*** Settings ***
Library    OperatingSystem
Library    OperatingSystem
Resource    environment/variables.txt
Resource    environment/variables.txt
Resource    ../../../pics.txt
Resource    ../../../GenericKeywords.robot
Resource    ../../../GenericKeywords.robot
Resource    resources/RadioNetworkInformationAPI.robot
Resource    resources/RadioNetworkInformationAPI.robot
Library     REST    ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT}    ssl_verify=false
Library     REST    ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT}    ssl_verify=false
+4 −3
Original line number Original line Diff line number Diff line
@@ -3,7 +3,8 @@
Documentation
Documentation
...    A test suite for validating Radio Node Location Lookup (RLOCLOOK) operations.
...    A test suite for validating Radio Node Location Lookup (RLOCLOOK) operations.


Resource    ../../GenericKeywords.robot
Resource    ../../../pics.txt
Resource    ../../../GenericKeywords.robot
Resource    environment/variables.txt
Resource    environment/variables.txt
Library     REST    ${SCHEMA}://${HOST}:${PORT}    ssl_verify=false
Library     REST    ${SCHEMA}://${HOST}:${PORT}    ssl_verify=false
Library     OperatingSystem 
Library     OperatingSystem 
@@ -13,7 +14,7 @@ Default Tags TC_MEC_SRV_RLOCLOOK


*** Test Cases ***
*** Test Cases ***


TC_MEC_SRV_RLOCLOOK_001_OK
TC_MEC_MEC013_SRV_RLOCLOOK_001_OK
    [Documentation]
    [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
    ...    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
    ...    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}
    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]
    [Documentation]
    ...    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
+0 −0

File moved.

Loading