aboutsummaryrefslogtreecommitdiffstats
path: root/k6-tests/ncmp/common/passthrough-crud.js
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2025-03-11 10:07:37 +0000
committerGerrit Code Review <gerrit@onap.org>2025-03-11 10:07:37 +0000
commitcd5de2c264467535f6c43e375c03ac0e174e4293 (patch)
tree2f367bdd8f0cdf1c1745a960b3d55cb2f8c1ef4a /k6-tests/ncmp/common/passthrough-crud.js
parent4a7d38d65e971e4bc793d8e04d3b134c3e1a1cde (diff)
parent2e5ded8e108f306a8decc82681704dc2d1f36023 (diff)
Merge "Refactor CM Handle Properties to be more realistic into K6 tests"
Diffstat (limited to 'k6-tests/ncmp/common/passthrough-crud.js')
-rw-r--r--k6-tests/ncmp/common/passthrough-crud.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/k6-tests/ncmp/common/passthrough-crud.js b/k6-tests/ncmp/common/passthrough-crud.js
index a3d48fd590..eed1ab5190 100644
--- a/k6-tests/ncmp/common/passthrough-crud.js
+++ b/k6-tests/ncmp/common/passthrough-crud.js
@@ -67,7 +67,7 @@ export function legacyBatchRead(cmHandleIds) {
}
function getRandomCmHandleReference(useAlternateId) {
- const prefix = useAlternateId ? 'Subnetwork=Europe,ManagedElement=' : 'ch-';
+ const prefix = useAlternateId ? 'Region=NorthAmerica,Segment=' : 'ch-';
return `${prefix}${randomIntBetween(1, TOTAL_CM_HANDLES)}`;
}