Commits (2)
......@@ -53,7 +53,6 @@ Query several entities based on ids
... ${response.json()}
*** Keywords ***
Delete Entities
Delete Entity by Id Returning Response ${first_entity_id}
......
......@@ -56,7 +56,6 @@ Query several entities based on the entities types
... ${response.json()}
*** Keywords ***
Delete Entities
Delete Entity by Id Returning Response ${building_entity_id}
......
......@@ -46,7 +46,6 @@ Query several entities based on the given id pattern
... ${response.json()}
*** Keywords ***
Delete Entities
Delete Entity by Id Returning Response ${first_entity_id}
......
......@@ -53,7 +53,6 @@ Query several entities based on attribute names
... ${expectation_filename}
... ${entities_ids_to_be_compared}
... ${response.json()}
[Teardown] Delete Entities ${first_entity_id} ${second_entity_id}
*** Keywords ***
......
......@@ -48,7 +48,6 @@ Query several entities based on a list of properties
... ${response.json()}
*** Keywords ***
Delete Entities
Delete Entity by Id Returning Response ${first_entity_id}
......
......@@ -58,7 +58,6 @@ Query several entities via POST Interaction based on ids
... ${response.json()}
*** Keywords ***
Delete Entities
Delete Entity by Id Returning Response ${first_entity_id}
......
......@@ -56,7 +56,6 @@ Query several entities via POST Interaction based on the entities types
... ${response.json()}
*** Keywords ***
Delete Entities
Delete Entity by Id Returning Response ${building_entity_id}
......
......@@ -46,7 +46,6 @@ Query several entities via POST Interaction based on the given id pattern
... ${response.json()}
*** Keywords ***
Delete Entities
Delete Entity by Id Returning Response ${first_entity_id}
......
......@@ -47,7 +47,6 @@ Query several entities via POST Interaction based on attribute names
... ${response.json()}
*** Keywords ***
Delete Entities
Delete Entity by Id Returning Response ${first_entity_id}
......
......@@ -46,7 +46,6 @@ Query several entities via POST Interaction based on a list of properties
... ${response.json()}
*** Keywords ***
Delete Entities
Delete Entity by Id Returning Response ${first_entity_id}
......
......@@ -46,7 +46,6 @@ Query entities based on incorrect ids
Check Response Body Containing ProblemDetails Element Containing Title Element ${response.json()}
*** Keywords ***
Delete Entities
Delete Entity by Id Returning Response ${first_entity_id}
......
......@@ -47,7 +47,6 @@ Query entities based on incorrect entity types
Check Response Body Containing ProblemDetails Element Containing Title Element ${response.json()}
*** Keywords ***
Delete Entities
Delete Entity by Id Returning Response ${building_entity_id}
......
......@@ -44,7 +44,6 @@ Query several entities based on incorrect id pattern
Check Response Body Containing ProblemDetails Element Containing Title Element ${response.json()}
*** Keywords ***
Delete Entities
Delete Entity by Id Returning Response ${first_entity_id}
......
......@@ -43,7 +43,6 @@ Query several entities based on incorrect attribute names
Check Response Body Containing ProblemDetails Element Containing Title Element ${response.json()}
*** Keywords ***
Delete Entities
Delete Entity by Id Returning Response ${first_entity_id}
......
......@@ -51,7 +51,6 @@ Query entitites when the request has a wrong geometryProperty
Check Response Body Containing ProblemDetails Element Containing Title Element ${response.json()}
*** Keywords ***
Delete Entities
Delete Entity by Id Returning Response ${first_entity_id}
......
......@@ -55,7 +55,6 @@ Query entities in a simplified representation
... ${response.json()}
*** Keywords ***
Delete Entities
Delete Entity by Id Returning Response ${first_entity_id}
......
......@@ -55,7 +55,6 @@ Get an entity by id that can be returned in a geoJSON format
... ${response.json()}
*** Keywords ***
Delete Entities
Delete Entity by Id Returning Response ${first_entity_id}
......
......@@ -55,7 +55,6 @@ Query entities specifying a maximum number of results
Check Response Body Containing Number Of Entities ${entity_type} ${2} ${response.json()}
*** Keywords ***
Delete Entities
Delete Entity by Id Returning Response ${first_entity_id}
......
......@@ -31,5 +31,7 @@ Create Subscription
... context=${ngsild_test_suite_context}
Check Created Resource Set To ${expected_subscription} ${response.json()}
*** Keywords ***
Delete Initial Subscriptions
Delete Subscription ${subscription_id}
......@@ -33,5 +33,7 @@ Create a subscription with an id known to the system
... ${ERROR_TYPE_ALREADY_EXISTS}
Check Response Body Containing ProblemDetails Element Containing Title Element ${response.json()}
*** Keywords ***
Delete Initial Subscriptions
Delete Subscription ${subscription_id}