aboutsummaryrefslogtreecommitdiffstats
path: root/k6-tests/ncmp/common/cmhandle-crud.js
diff options
context:
space:
mode:
Diffstat (limited to 'k6-tests/ncmp/common/cmhandle-crud.js')
-rw-r--r--k6-tests/ncmp/common/cmhandle-crud.js6
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",