Commit fcd34d76 authored by Houcem Kacem's avatar Houcem Kacem
Browse files

feat: add tags to test cases

parent c3c89b7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ ${filename}= building-simple-attributes-sample.json
*** Test Case ***
Retrieve Detailed Representation Of Available Attribute Without Context
    [Documentation]  Check that you cannot retrieve a detailed representation of an unknown NGSI-LD attribute
    [Tags]  mandatory
    [Tags]   ed-attr    5_7_10

    Retrieve Attribute   attribute_name=airQualityLevel

+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ ${expectation_file}= types/expectations/attribute-027-01-expectation.json
*** Test Case ***
Retrieve Detailed Representation Of Available Attribute
    [Documentation]  Check that you can retrieve a list with a detailed representation of NGSI-LD attributes
    [Tags]  mandatory
    [Tags]   ed-attr    5_7_10

    Retrieve Attribute   attribute_name=airQualityLevel     context=${ngsild_test_suite_context}

+2 −1
Original line number Diff line number Diff line
@@ -14,13 +14,14 @@ ${filename}= building-simple-attributes-sample.json

*** Test Cases ***          CONTEXT                         EXPECTATION_FILE
WithoutJsonLdContext        ${EMPTY}                        types/expectations/attribute-list-025-01-01-expectation.json
    [Tags]   ed-attrs    5_7_8
WithJsonLdContext           ${ngsild_test_suite_context}    types/expectations/attribute-list-025-01-02-expectation.json
    [Tags]   ed-attrs    5_7_8

*** Keywords ***
Retrieve Available Attributes
    [Arguments]  ${context}     ${expectation_file}
    [Documentation]  Check that you can retrieve a list of NGSI-LD attributes
    [Tags]  mandatory

    Retrieve Attributes   ${context}

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ ${filename}= building-simple-attributes-sample.json
*** Test Case ***
Retrieve Detailed Representation Of Available Entity Type Without Context
    [Documentation]  Check that you cannot retrieve a detailed representation of an unknown NGSI-LD entity type
    [Tags]  mandatory
    [Tags]   ed-type    5_7_7

    Retrieve Entity Type   type=Building

+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ ${expectation_file}= types/expectations/entity-type-info-024-01-expectation.jso
*** Test Case ***
Retrieve Detailed Representation Of Available Entity Type
    [Documentation]  Check that you can retrieve a detailed representation of a specified NGSI-LD entity type
    [Tags]  mandatory
    [Tags]   ed-type    5_7_7

    Retrieve Entity Type   type=Building    context=${ngsild_test_suite_context}

Loading