*** Test Cases *** DELETEALL DATASETID EXPECTATION_FILE
015_01_01_Delete an attribute from a temporal representation of an entity without deleteALL/datasetIDfalse${EMPTY}vehicle-temporal-representation-delete-fuelLevel-expectation.jsonld
015_01_01_Delete an attribute from a temporal representation of an entity without deleteAll/datasetIdfalse${EMPTY}vehicle-temporal-representation-delete-fuelLevel-expectation.jsonld
015_01_02_Delete an attribute from a temporal representation of an entity with datasetIdfalseurn:ngsi-ld:Vehicle:12345-fuelvehicle-temporal-representation-delete-fuelLevel-datasetid-expectation.jsonld
015_01_03_Delete an attribute from a temporal representation of an entity with deleteALL/datasetIDtrueurn:ngsi-ld:Vehicle:12345-fuelvehicle-temporal-representation-deleteall-fuelLevel-expectation.jsonld
015_01_03_Delete an attribute from a temporal representation of an entity with deleteAlltrue${EMPTY}vehicle-temporal-representation-deleteall-fuelLevel-expectation.jsonld
*** Keywords ***
Delete Attribute From A Temporal Entity
@@ -27,7 +27,7 @@ Delete Attribute From A Temporal Entity
${response}=Create Or Update Temporal Representation Of Entity Selecting Content Type${temporal_entity_representation_id}${filename}${CONTENT_TYPE_LD_JSON}
Check Response Status Code201${response['status']}
${response}=Delete Attribute From Temporal Entity${temporal_entity_representation_id}${attribute_id}${CONTENT_TYPE_LD_JSON}${datasetId}${deleteAll}
${response}=Delete Attribute From Temporal Entity${temporal_entity_representation_id}${attribute_id}${CONTENT_TYPE_JSON}${datasetId}${deleteAll}${ngsild_test_suite_context}
Check Response Status Code${status_code}${response['status']}
${temporal_entity_expectation_payload}=Load Test SampletemporalEntities/expectations/${expectation_filename}${temporal_entity_representation_id}