Commit 6faadc57 authored by Andrea Il Grande's avatar Andrea Il Grande
Browse files

fixed tags in auxiliary test cases

parent 53fcb73a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ ${expected_attribute} brandName
*** Test Cases ***
D011_01_aux Query entities that exists on both the Context Source and the Context Broker from the Context Broker
    [Documentation]    Check that if one queries the Context Broker for type, entities get merged correctly
    [Tags]    since_v1.6.1    dist-ops    4_3_3    cf_06    additive-inclusive    4_3_6_2    5_7_1
    [Tags]    since_v1.6.1    dist-ops    4_3_3    cf_06    additive-auxiliary    4_3_6_2    5_7_1
    ${entity_body}=    Load Entity    ${entity_payload_filename}    ${entity_id}
    ${entity_fragment}=    Load JSON From File    ${EXECDIR}/data/entities/fragmentEntities/${fragment_filename}
    Set Stub Reply    GET    /ngsi-ld/v1/entities?type=Vehicle    200    ${entity_body}
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ ${expected_attribute} brandName
*** Test Cases ***
D010_01_aux Retrieve entity that exists on both the Context Source and the Context Broker from the Context Broker
    [Documentation]    Check that if one retrieves entity living on on both the Context Broker and a Context Source, entities get merged correctly
    [Tags]    since_v1.6.1    dist-ops    4_3_3    cf_06    additive-inclusive    4_3_6_2    5_7_1
    [Tags]    since_v1.6.1    dist-ops    4_3_3    cf_06    additive-auxiliary    4_3_6_2    5_7_1
    ${entity_body}=    Load Entity    ${entity_payload_filename}    ${entity_id}
    ${entity_fragment}=    Load JSON From File    ${EXECDIR}/data/entities/fragmentEntities/${fragment_filename}
    Set Stub Reply    GET    /ngsi-ld/v1/entities/${entity_id}    200    ${entity_body}