Commit 3263495b authored by Giuseppe Tropea's avatar Giuseppe Tropea
Browse files

tests from feature/add-entity-type-selection-tests tagged as "since_v1.5.1"

parent aea924d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@ ${content_type}= application/ld+json
*** Test Cases ***
*** Test Cases ***
046_16_01 Check that a notification is sent with entity matching the entity type selection
046_16_01 Check that a notification is sent with entity matching the entity type selection
    [Documentation]    If a subscription defines an entity type selection query, a notification shall be sent whenever an entity matches the query.
    [Documentation]    If a subscription defines an entity type selection query, a notification shall be sent whenever an entity matches the query.
    [Tags]    sub-notification    5_8_6
    [Tags]    sub-notification    5_8_6    since_v1.5.1


    ${entity_id}=    Generate Random Entity Id    ${building_id_prefix}
    ${entity_id}=    Generate Random Entity Id    ${building_id_prefix}
    ${response}=    Create Entity Selecting Content Type
    ${response}=    Create Entity Selecting Content Type
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@ ${content_type}= application/ld+json
*** Test Cases ***
*** Test Cases ***
046_16_02 Check that a notification is not sent if the entity type does not match the entity type selection
046_16_02 Check that a notification is not sent if the entity type does not match the entity type selection
    [Documentation]    If a subscription defines an entity type selection query, a notification shall not be sent if the entity type does not match the query
    [Documentation]    If a subscription defines an entity type selection query, a notification shall not be sent if the entity type does not match the query
    [Tags]    sub-notification    5_8_6
    [Tags]    sub-notification    5_8_6    since_v1.5.1


    ${vehicle_id}=    Generate Random Entity Id    ${vehicle_id_prefix}
    ${vehicle_id}=    Generate Random Entity Id    ${vehicle_id_prefix}
    ${response}=    Create Entity Selecting Content Type
    ${response}=    Create Entity Selecting Content Type