Newer
Older
{
"tp_id": "TP/NGSI-LD/CI/Prov/BatchEntities/DeleteBatchOfEntities/006_02",
"test_objective": "Check that you can delete a batch of entities where some will succeed and others will fail",
"reference": "ETSI GS CIM 009 V1.3.1 [], clause 5.6.10",
"config_id": "",
"parent_release": "v1.3.1",
"pics_selection": "PICS_5_6_10",
"keywords": [],
"teardown": "None",
"initial_condition": "with {\n the SUT in the \"initial state\"\n}",
"test_cases": [
{
"name": "006_02_01 Delete a batch of non-existing and existing entities",
"permutation_tp_id": "TP/NGSI-LD/CI/Prov/BatchEntities/DeleteBatchOfEntities/006_02_01",
"doc": "Check that you can delete a batch of non-existing and existing entities",
"tags": [
"5_6_10",
"be-delete"
],
"setup": "Setup Initial Entities",
"teardown": "Check Deleted Entities",
"template": null,
"then": "then {\n the SUT sends a valid Response containing:\n Response Status Code set to '${expected_batch_operation_result}' and\n Response Status Code set to 207\n}",
"when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/delete'\n method set to 'POST'\n Batch Delete Entities: and\n Query Parameter: entities_ids_to_be_deleted set to '@{entities_ids_to_be_deleted}'\n}",
"http_verb": "POST",
"endpoint": "entityOperations/delete"
}
],
"permutations": [],
"robotpath": "ContextInformation/Provision/BatchEntities/DeleteBatchOfEntities",
"robotfile": "006_02"
}