Commit e18e7808 authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

fix: param name and doc for Batch Merge Entities TCs

parent b671cedf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ class Requests:
            },
            'Batch Merge Entities': {
                'positions': [],
                'params': ['entities']
                'params': ['entities_to_be_merged']
            },
            'Request Entity From File': {
                'positions': [0],
+6 −5
Original line number Diff line number Diff line
{
  "tp_id": "TP/NGSI-LD/CI/Prov/BE/057_02",
  "test_objective": "Check that you can merge a batch of entities where some will succeed and others will fail",
  "reference": "ETSI GS CIM 009 V1.3.1 [], clause 5.6.17 since.v1.6.1",
  "reference": "ETSI GS CIM 009 V1.6.1 [], clause 5.6.17",
  "config_id": "",
  "parent_release": "v1.3.1",
  "parent_release": "v1.6.1",
  "clauses": [
    "5.6.17 since.v1.6.1"
    "5.6.17"
  ],
  "pics_selection": "",
  "keywords": [
@@ -20,8 +20,9 @@
      "permutation_tp_id": "TP/NGSI-LD/CI/Prov/BE/057_02_01",
      "doc": "Check that you can merge a batch of non-existing and existing entities",
      "tags": [
        "5_6_17 since_v1.6.1",
        "be-merge"
        "5_6_17",
        "be-merge",
        "since_v1.6.1"
      ],
      "setup": null,
      "teardown": null,