D011_02_01_exc 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
[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
D010_01_exc Query Context Broker And Retrieve Entity By Id
[Documentation]Check that if one retrieves entity living on a Context Source from a Context Broker, and the registration only allows the retrieveEntity operation, the request is forwarded as expected
@@ -38,7 +37,6 @@ D010_01_exc Query Context Broker And Retrieve Entity By Id
${body}=Get From Dictionary${response.json()}speed
Should Contain${body}speed
*** Keywords ***
Create Entity And Registration On The Context Broker And Start Context Source Mock Server
DocumentationVerify that an entity with an exclusive attribute is registered on the Context Source and said attribute can be updated via the Context Broker with redirectionOps