WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
D011_02_01_exc Query The Context Broker With Type With queryEntity
D011_02_exc_01 Query The Context Broker With Type With queryEntity
[Documentation]Check that if one queries the Context Broker for type, and the registration only allows the queryEntity operation, the request is forwarded as expected
[Template]Setup Registration, Context Source Mock Server And Query The Context Broker With Type
GET/broker1/ngsi-ld/v1/entities?type=Vehicle
D011_02_02_exc Query The Context Broker With Type With queryBatch
D011_02_exc_02 Query The Context Broker With Type With queryBatch
[Documentation]Check that if one queries the Context Broker for type, and the registration only allows the queryBatch operation, the request is forwarded as expected
[Template]Setup Registration, Context Source Mock Server And Query The Context Broker With Type
POST/broker1/ngsi-ld/v1/entityOperations/query
*** Keywords ***
Setup Registration, Context Source Mock Server And Query The Context Broker With Type
Setup Registration And Context Source Mock Server And Query The Context Broker With Type
[Documentation]Check that if one queries the Context Broker for type, and the registration only allows the requested operation, the request is forwarded as expected
[Arguments]${method}${url}
${entity_id}=Generate Random Vehicle Entity Id
Set Suite Variable${entity_id}
@@ -67,7 +68,6 @@ Setup Registration, Context Source Mock Server And Query The Context Broker With
Check Response Status Code200${response.status_code}
Check Response Body Containing Entities URIS set to${entities_id}${response.json()}
Delete Registration And Stop Context Source Mock Server
D011_02_01_red Query The Context Broker With Type With queryEntity
D011_02_red_01 Query The Context Broker With Type With queryEntity
[Documentation]Verify that when querying by entity type with a redirect registration that supports queryEntity, the request is forwarded to the Context Source and entities are retrieved correctly
[Template]Setup Registration, Context Source Mock Server And Query The Context Broker With Type
GET/broker1/ngsi-ld/v1/entities?type=Vehicle
D011_02_02_red Query The Context Broker With Type With queryBatch
D011_02_red_02 Query The Context Broker With Type With queryBatch
[Documentation]Verify that when querying by entity type with a redirect registration that supports queryBatch, the request is forwarded to the Context Source and entities are retrieved correctly
[Template]Setup Registration, Context Source Mock Server And Query The Context Broker With Type
POST/broker1/ngsi-ld/v1/entityOperations/query
*** Keywords ***
Setup Registration, Context Source Mock Server And Query The Context Broker With Type
Setup Registration And Context Source Mock Server And Query The Context Broker With Type
[Documentation]Verify that when querying by entity type with a redirect registration that supports the requested operation, the request is forwarded to the Context Source and entities are retrieved correctly
D011_03_01_inc Query The Context Broker By Id Using The queryEntity Operation
D011_03_inc_01 Query The Context Broker By Id Using The queryEntity Operation
[Documentation]Check that if one queries the Context Broker for type, and the registration only allows the queryEntity operation, the request is forwarded as expected
[Template]Setup Registration, Context Source Mock Server And Query The Context Broker With Type
queryEntityGET/ngsi-ld/v1/entities?type=Vehicle
D011_03_02_inc Query The Context Broker By Id Using The queryBatch Operation
D011_03_inc_02 Query The Context Broker By Id Using The queryBatch Operation
[Documentation]Check that if one queries the Context Broker for type, and the registration only allows the queryBatch operation, the request is forwarded as expected
[Template]Setup Registration, Context Source Mock Server And Query The Context Broker With Type
queryBatchPOST/ngsi-ld/v1/entityOperations/query
*** Keywords ***
Setup Registration, Context Source Mock Server And Query The Context Broker With Type
Setup Registration And Context Source Mock Server And Query The Context Broker With Type
[Documentation]Check that if one queries the Context Broker for type, and the registration only allows the requested operation, the request is forwarded as expected