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