Commit a8dfc3f5 authored by lopesg's avatar lopesg
Browse files

added missing tags

parent 8ad270c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ ${entity_type}= https://ngsi-ld-test-suite/context#Building
*** Test Cases ***                                                 
Query several entities via POST Interaction based on ids
    [Documentation]  Check that you can query several entities via POST Interaction based on ids
    [Tags]  /entities/    5_7_2
    [Tags]  /entityOperations/query    5_7_2

    ${first_entity_id}=     Generate Random Entity Id    ${building_id_prefix}
    ${request}    ${response}=    Create Entity Selecting Content Type  ${filename}     ${first_entity_id}    ${CONTENT_TYPE_LD_JSON}
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ ${parking_entity_type}= https://ngsi-ld-test-suite/context#OffStreetParking
*** Test Cases ***                                                 
Query several entities via POST Interaction based on the entities types
    [Documentation]  Check that you can query several entities via POST Interaction based on the entities types
    [Tags]  /entities/    5_7_2
    [Tags]  /entityOperations/query    5_7_2

    ${building_entity_id}=     Generate Random Entity Id    ${building_id_prefix}
    ${request}    ${response}=    Create Entity Selecting Content Type  ${building_filename}     ${building_entity_id}    ${CONTENT_TYPE_LD_JSON}
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ ${entity_id_pattern}= urn:ngsi-ld:Building:.*
*** Test Cases ***                                                 
Query several entities via POST Interaction based on the given id pattern
    [Documentation]  Check that you can query several entities via POST Interaction based on the given id pattern
    [Tags]  /entities/    5_7_2
    [Tags]  /entityOperations/query    5_7_2

    ${first_entity_id}=     Generate Random Entity Id    ${building_id_prefix}
    ${request}    ${response}=    Create Entity Selecting Content Type  ${filename}     ${first_entity_id}    ${CONTENT_TYPE_LD_JSON}
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ ${attribute_subcategory}= https://ngsi-ld-test-suite/context#subCategory
*** Test Cases ***                                                 
Query several entities via POST Interaction based on attribute names
    [Documentation]  Check that you can query several entities via POST Interaction based on attribute names
    [Tags]  /entities/    5_7_2
    [Tags]  /entityOperations/query    5_7_2

    ${first_entity_id}=     Generate Random Entity Id    ${building_id_prefix}
    ${request}    ${response}=    Create Entity Selecting Content Type  ${filename}     ${first_entity_id}    ${CONTENT_TYPE_LD_JSON}
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ ${geometry_property}= location
*** Test Cases ***                                                 
Query several entities via POST Interaction based on a list of properties
    [Documentation]  Check that you can query entitites via POST Interaction based on a list of properties
    [Tags]  /entities/    5_7_2
    [Tags]  /entityOperations/query    5_7_2

    ${first_entity_id}=     Generate Random Entity Id    ${building_id_prefix}
    ${request}    ${response}=    Create Entity Selecting Content Type  ${filename}     ${first_entity_id}    ${CONTENT_TYPE_LD_JSON}