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 Diff line number Diff line
@@ -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
+4 −3
Original line number Diff line number Diff line
@@ -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
+0 −0

File moved.

Loading