Commit df5663c6 authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

Merge branch 'fix/remove-tc-ids-used-as-tags' into 'testsuitedata'

fix: remove TC identifiers used as tags

See merge request !122
parents 4aef4102 72df6d71
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@ ${notification_server_send_url}= http://${notification_server_host}:${not
*** Test Cases ***
*** Test Cases ***
046_01_01 Check that a notification is only sent if status is active
046_01_01 Check that a notification is only sent if status is active
    [Documentation]    Check that a notification is only sent if and only if the status is active
    [Documentation]    Check that a notification is only sent if and only if the status is active
    [Tags]    sub-notification    5_8_6    046_01
    [Tags]    sub-notification    5_8_6


    Add Initial Entity
    Add Initial Entity
    Sleep    1s
    Sleep    1s
+1 −1
Original line number Original line Diff line number Diff line
@@ -22,7 +22,7 @@ ${entity_building_filepath}= building-simple-attributes-sample.jsonld
*** Test Cases ***
*** Test Cases ***
046_02_01 Check that a notification is sent on the timeInterval
046_02_01 Check that a notification is sent on the timeInterval
    [Documentation]    If a Subscription defines a timeInterval member, a Notification shall be sent periodically, when the time interval (in seconds) specified in such value field is reached, regardless of Attribute changes.
    [Documentation]    If a Subscription defines a timeInterval member, a Notification shall be sent periodically, when the time interval (in seconds) specified in such value field is reached, regardless of Attribute changes.
    [Tags]    sub-notification    5_8_6    046_02
    [Tags]    sub-notification    5_8_6
    ${response}=    Setup Initial Subscriptions
    ${response}=    Setup Initial Subscriptions


    ${notification}    ${headers}=    Wait for notification    timeout=${15}
    ${notification}    ${headers}=    Wait for notification    timeout=${15}
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@ ${fragment_filename}= airQualityLevel-fragment.jsonld
*** Test Cases ***
*** Test Cases ***
046_03_01 Check that a notification is sent with all entities
046_03_01 Check that a notification is sent with all entities
    [Documentation]    A notification with all subscribed Entities will be included if query or geoquery are not defined.
    [Documentation]    A notification with all subscribed Entities will be included if query or geoquery are not defined.
    [Tags]    sub-notification    5_8_6    046_03
    [Tags]    sub-notification    5_8_6
    ${response}=    Setup Initial Subscriptions
    ${response}=    Setup Initial Subscriptions


    Update Entity Attributes    ${entity_id}    ${fragment_filename}    ${CONTENT_TYPE_LD_JSON}
    Update Entity Attributes    ${entity_id}    ${fragment_filename}    ${CONTENT_TYPE_LD_JSON}
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@ ${fragment_filename}= airQualityLevel-fragment.jsonld
*** Test Cases ***
*** Test Cases ***
046_04_01 Check that a notification is sent with all entities
046_04_01 Check that a notification is sent with all entities
    [Documentation]    The notification message shall include all the subscribed Entities that changed and that match (as mandated by clauses 4.9 and 4.10) the query and geoquery conditions
    [Documentation]    The notification message shall include all the subscribed Entities that changed and that match (as mandated by clauses 4.9 and 4.10) the query and geoquery conditions
    [Tags]    sub-notification    5_8_6    046_04
    [Tags]    sub-notification    5_8_6
    ${response}=    Setup Initial Subscriptions
    ${response}=    Setup Initial Subscriptions


    ${response1}=    Update Entity Attributes    ${entity_id}    ${fragment_filename}    ${CONTENT_TYPE_LD_JSON}
    ${response1}=    Update Entity Attributes    ${entity_id}    ${fragment_filename}    ${CONTENT_TYPE_LD_JSON}
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@ ${fragment_filename}= airQualityLevel-fragment.jsonld
*** Test Cases ***
*** Test Cases ***
046_05_01 Check that a notification is sent with all entities
046_05_01 Check that a notification is sent with all entities
    [Documentation]    The notification message shall include all the subscribed Entities that changed and that match (as mandated by clauses 4.9 and 4.10) the query and geoquery conditions
    [Documentation]    The notification message shall include all the subscribed Entities that changed and that match (as mandated by clauses 4.9 and 4.10) the query and geoquery conditions
    [Tags]    sub-notification    5_8_6    046_05
    [Tags]    sub-notification    5_8_6
    Setup Initial Subscriptions
    Setup Initial Subscriptions


    ${response}=    Update Entity Attributes    ${entity_id}    ${fragment_filename}    ${CONTENT_TYPE_LD_JSON}
    ${response}=    Update Entity Attributes    ${entity_id}    ${fragment_filename}    ${CONTENT_TYPE_LD_JSON}
Loading