diff options
author | 2025-01-17 16:40:43 +0000 | |
---|---|---|
committer | 2025-01-17 16:40:43 +0000 | |
commit | 5dca9700c5cd7feff013195cfc3992b1e3f9d7eb (patch) | |
tree | b4278777b3cc26015d0ee6d159cbb7e2bfe23c05 /k6-tests/ncmp/common/cmhandle-crud.js | |
parent | 1f8e0369f4eb540ee98bf86a374fe757529a7c30 (diff) | |
parent | e7492d1818605845a550581bb9a9e43254e46722 (diff) |
Merge "Realistic Examples: K6 Test-ware"
Diffstat (limited to 'k6-tests/ncmp/common/cmhandle-crud.js')
-rw-r--r-- | k6-tests/ncmp/common/cmhandle-crud.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/k6-tests/ncmp/common/cmhandle-crud.js b/k6-tests/ncmp/common/cmhandle-crud.js index 0fea1a44f2..285028f13c 100644 --- a/k6-tests/ncmp/common/cmhandle-crud.js +++ b/k6-tests/ncmp/common/cmhandle-crud.js @@ -53,9 +53,11 @@ function createCmHandlePayload(cmHandleIds) { "dmiPlugin": DMI_PLUGIN_URL, "createdCmHandles": cmHandleIds.map((cmHandleId, index) => ({ "cmHandle": cmHandleId, - "alternateId": cmHandleId.replace('ch-', 'alt-'), + "alternateId": cmHandleId.replace('ch-', 'Subnetwork=Europe,ManagedElement='), "moduleSetTag": MODULE_SET_TAGS[index % MODULE_SET_TAGS.length], - "cmHandleProperties": {"neType": "RadioNode"}, + "cmHandleProperties": { + "id": "123" + }, "publicCmHandleProperties": { "Color": "yellow", "Size": "small", |