Commit de3e061f authored by Andrea Il Grande's avatar Andrea Il Grande
Browse files

Merge branch 'develop' into feature/use-mocks-for-dist-ops

parents 356c4b61 64b17426
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ ${registration_id_prefix} urn:ngsi-ld:Registration:
${registration_payload_file_path}       csourceRegistrations/context-source-registration-vehicle-entities.jsonld



*** Test Cases ***
D011_01_03_inc Query The Context Broker With Type and Attribute
    [Documentation]    Check that if one queries for attribute present in an entity on a Context Source, only that entity gets returned
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ D010_01_inc Retrieve entity on a Context Source from the Context Broker
    Check Response Status Code    200    ${response.status_code}



*** Keywords ***
Setup Registration And Start Context Source Mock Server
    ${entity_id}=    Generate Random Entity Id    ${entity_id_prefix}
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ D001_03_02_inc Create entity already existing on both Context Broker and Context
    Check JSON Value In Response Body    ['status']    409    ${response.json()['errors'][1]['error']}



*** Keywords ***
Create Entity And Registration On The Context Broker And Start Context Source Mock Server
    ${entity_id}=    Generate Random Entity Id   ${entity_id_prefix}
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ D002_02_02_inc Delete Entity On a Context Source
    Should Be Equal As Integers    ${length}    1



*** Keywords ***
Setup Registration And Start Context Source Mock Server
    ${entity_id}=    Generate Random Entity Id    ${entity_id_prefix}
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ ${registration_payload_file_path} csourceRegistrations/context-source-regi
${fragment_filename}                    vehicle-brandname-complete-fragment.jsonld



*** Test Cases ***
D004_01_inc Query The Context Broker With Type
    [Documentation]    Check that if one request the Context Broker to update an entity that matches an inclusive registration, this is updated on the Context Source too
+1 −1

File changed.

Contains only whitespace changes.

Loading