Commit 8ad270c6 authored by lopesg's avatar lopesg
Browse files

added tags

parent 48d5019f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ ${expectation_filename}= building-simple-attributes-expectation.jsonld
*** Test Cases ***                               
018_01_01_Get an entity by id
    [Documentation]  Check that you can get an entity by id
    [Tags]  mandatory
    [Tags]  /entities/{entityId}    5_7_1

    ${entity_id}=     Generate Random Entity Id    ${building_id_prefix}
    ${request}    ${response}=    Create Entity Selecting Content Type  ${filename}     ${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 ***                               
018_01_02_Query some attributes from an entity
    [Documentation]  Check that you can query some attributes from an entity
    [Tags]  mandatory
    [Tags]  /entities/{entityId}    5_7_1

    ${entity_id}=     Generate Random Entity Id    ${building_id_prefix}
    ${request}    ${response}=    Create Entity Selecting Content Type  ${filename}     ${entity_id}    ${CONTENT_TYPE_LD_JSON}
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ ${geometry_property}= location
*** Test Cases ***                               
018_01_03_Query the geometry property from an entity
    [Documentation]  Check that you can query the geometry property from an entity
    [Tags]  mandatory
    [Tags]  /entities/{entityId}    5_7_1

    ${entity_id}=     Generate Random Entity Id    ${building_id_prefix}
    ${request}    ${response}=    Create Entity Selecting Content Type  ${filename}     ${entity_id}    ${CONTENT_TYPE_LD_JSON}
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ Test Template Get Entity With Invalid/Missing Id
Get Entity With Invalid/Missing Id
    [Arguments]  ${entity_id}    ${expected_status_code}    ${problem_type}
    [Documentation]  Check that you cannot get an entity with invalid/missing id
    [Tags]  mandatory
    [Tags]  /entities/{entityId}    5_7_1

    ${response}=    Query Entity    ${entity_id}    ${CONTENT_TYPE_LD_JSON}
    Check Response Status Code  ${expected_status_code}    ${response['status']}
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building:
*** Test Cases ***                                                 
Get an entity if the Entity Id is not known to the system           
    [Documentation]  Check that you cannot get an entity if the entity id or attributes are not known to the system
    [Tags]  mandatory
    [Tags]  /entities/{entityId}    5_6_6

    ${entity_id}=     Generate Random Entity Id    ${building_id_prefix}
    ${response}=    Query Entity    ${entity_id}    ${CONTENT_TYPE_LD_JSON}
Loading