summaryrefslogtreecommitdiffstats
path: root/k6-tests
diff options
context:
space:
mode:
authorPriyank Maheshwari <priyank.maheshwari@est.tech>2025-01-24 12:18:47 +0000
committerGerrit Code Review <gerrit@onap.org>2025-01-24 12:18:47 +0000
commit3e79098a14652dc2a9465b5183361df6d772d0b2 (patch)
tree67b58fd57c3ef459d50b129a9a84974580267717 /k6-tests
parent01ee30c68f80fa9af2ae620ab289f35fe57441aa (diff)
parent607b2bf287aa6c40329c5d5bf4eaf235bd090e47 (diff)
Merge "[k6] 50000 CM-handles"
Diffstat (limited to 'k6-tests')
-rw-r--r--k6-tests/ncmp/common/utils.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/k6-tests/ncmp/common/utils.js b/k6-tests/ncmp/common/utils.js
index 66d2dfe448..6bedb1f949 100644
--- a/k6-tests/ncmp/common/utils.js
+++ b/k6-tests/ncmp/common/utils.js
@@ -1,6 +1,6 @@
/*
* ============LICENSE_START=======================================================
- * Copyright (C) 2024 Nordix Foundation
+ * Copyright (C) 2024-2025 Nordix Foundation
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@ export const NCMP_BASE_URL = testConfig.hosts.ncmpBaseUrl;
export const DMI_PLUGIN_URL = testConfig.hosts.dmiStubUrl;
export const CONTAINER_UP_TIME_IN_SECONDS = testConfig.hosts.containerUpTimeInSeconds;
export const LEGACY_BATCH_TOPIC_NAME = 'legacy_batch_topic';
-export const TOTAL_CM_HANDLES = 20000;
+export const TOTAL_CM_HANDLES = 50000;
export const REGISTRATION_BATCH_SIZE = 100;
export const READ_DATA_FOR_CM_HANDLE_DELAY_MS = 300; // must have same value as in docker-compose.yml
export const WRITE_DATA_FOR_CM_HANDLE_DELAY_MS = 670; // must have same value as in docker-compose.yml