Loading TP/NGSI-LD/ContextSource/DistributedOperations/AdditiveInclusive/QueryEntity/056_01_02.robot +2 −2 Original line number Diff line number Diff line Loading @@ -20,9 +20,9 @@ ${registration_id_prefix} urn:ngsi-ld:Registration: ${registration_payload_file_path} csourceRegistrations/context-source-registration-vehicle-complete.jsonld *** Test Cases *** 056_01_02 Query The Context Consumer With Type Locally 056_01_02 Query The Context Consumer With Local Flag [Tags] dist-ops e-query 5_7_2 [Documentation] Check that if one queries for type with local flag, no entity gets returned [Documentation] Check that if one queries with the local flag, no entity from Context Source gets returned ${response}= Query Entities entity_types=Vehicle context=${ngsild_test_suite_context} local=true Check Response Status Code 200 ${response.status_code} Should Be Empty ${response.json()} Loading Loading
TP/NGSI-LD/ContextSource/DistributedOperations/AdditiveInclusive/QueryEntity/056_01_02.robot +2 −2 Original line number Diff line number Diff line Loading @@ -20,9 +20,9 @@ ${registration_id_prefix} urn:ngsi-ld:Registration: ${registration_payload_file_path} csourceRegistrations/context-source-registration-vehicle-complete.jsonld *** Test Cases *** 056_01_02 Query The Context Consumer With Type Locally 056_01_02 Query The Context Consumer With Local Flag [Tags] dist-ops e-query 5_7_2 [Documentation] Check that if one queries for type with local flag, no entity gets returned [Documentation] Check that if one queries with the local flag, no entity from Context Source gets returned ${response}= Query Entities entity_types=Vehicle context=${ngsild_test_suite_context} local=true Check Response Status Code 200 ${response.status_code} Should Be Empty ${response.json()} Loading