aboutsummaryrefslogtreecommitdiffstats
path: root/k6-tests/ncmp/common/cmhandle-crud.js
diff options
context:
space:
mode:
authorPriyank Maheshwari <priyank.maheshwari@est.tech>2024-09-25 09:26:32 +0000
committerGerrit Code Review <gerrit@onap.org>2024-09-25 09:26:32 +0000
commit2dbf14888235bf6140fe2e041e8681e15a725314 (patch)
tree53196ae34480a4263efd5b1b275e5389e45fb1a9 /k6-tests/ncmp/common/cmhandle-crud.js
parent2bcccff7e2891f708cedc08cdbf969025d63019e (diff)
parenta9de166ce7d58b4ccabbd1d586a2ee9dc3b878e8 (diff)
Merge "[k6] CM handles searches using different filters"
Diffstat (limited to 'k6-tests/ncmp/common/cmhandle-crud.js')
-rw-r--r--k6-tests/ncmp/common/cmhandle-crud.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/k6-tests/ncmp/common/cmhandle-crud.js b/k6-tests/ncmp/common/cmhandle-crud.js
index 7fab62abd8..0fea1a44f2 100644
--- a/k6-tests/ncmp/common/cmhandle-crud.js
+++ b/k6-tests/ncmp/common/cmhandle-crud.js
@@ -66,7 +66,7 @@ function createCmHandlePayload(cmHandleIds) {
}
function getNumberOfReadyCmHandles() {
- const response = executeCmHandleIdSearch('readyCmHandles');
+ const response = executeCmHandleIdSearch('cps-path-for-ready-cm-handles');
const arrayOfCmHandleIds = JSON.parse(response.body);
return arrayOfCmHandleIds.length;
}