Commit e483eb8d authored by Andrea Il Grande's avatar Andrea Il Grande
Browse files

doc: corrected tags and nomenclature

parent b754f3e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -18,8 +18,8 @@ ${registration_id_prefix} urn:ngsi-ld:Registration:
${registration_payload_file_path}         csourceRegistrations/context-source-registration-vehicle-complete-redirect.jsonld
${registration_payload_file_path}         csourceRegistrations/context-source-registration-vehicle-complete-redirect.jsonld


*** Test Cases ***
*** Test Cases ***
063_01_red Retrieve entity on a Context Source from the Context Broker
D010_01_red Retrieve entity on a Context Source from the Context Broker
    [Tags]    since_v1.6.1    dist-ops    proxied-redirect    5_7_1
    [Tags]    since_v1.6.1    dist-ops    4_3_3    cf_06    proxied-redirect    4_3_6_3    5_7_1
    [Documentation]    Check that if one retrieves entity living on a Context Source from a Context Broker, entity gets returned
    [Documentation]    Check that if one retrieves entity living on a Context Source from a Context Broker, entity gets returned
    ${response}=    Retrieve Entity By Id    ${entity_id}    context=${ngsild_test_suite_context}
    ${response}=    Retrieve Entity By Id    ${entity_id}    context=${ngsild_test_suite_context}
    Check Response Status Code    200    ${response.status_code}
    Check Response Status Code    200    ${response.status_code}
+2 −2
Original line number Original line Diff line number Diff line
@@ -18,8 +18,8 @@ ${registration_id_prefix} urn:ngsi-ld:Registration:
${registration_payload_file_path}       csourceRegistrations/context-source-registration-vehicle-complete-redirect.jsonld
${registration_payload_file_path}       csourceRegistrations/context-source-registration-vehicle-complete-redirect.jsonld


*** Test Cases ***
*** Test Cases ***
063_02_red Retrieve entity on a Context Source from the Context Broker with local flag
D010_02_red Retrieve entity on a Context Source from the Context Broker with local flag
    [Tags]    since_v1.6.1    dist-ops    proxied-redirect    5_7_1
    [Tags]    since_v1.6.1    dist-ops    4_3_3    cf_06    proxied-redirect    4_3_6_3    5_7_1    6_3_18
    [Documentation]    Check that if one retrieves entity living on a Context Source from a Context Broker with local flag, conflict error is raised
    [Documentation]    Check that if one retrieves entity living on a Context Source from a Context Broker with local flag, conflict error is raised
    ${response}=    Retrieve Entity By Id    ${entity_id}    context=${ngsild_test_suite_context}    local=true
    ${response}=    Retrieve Entity By Id    ${entity_id}    context=${ngsild_test_suite_context}    local=true
    Check Response Status Code    409    ${response.status_code}
    Check Response Status Code    409    ${response.status_code}